I need the help with the following which is for UT but will probably work in part for UT2004. What it's supposed to do is help set up UT's settings and binds in the blink of the eye.
The problem is that the "piped" binds don't seem to work for some reason. Execing this file in the console will cause a command such as "set input PageDown teamsay -Weapon Needed- | speech 4 13 0 | Taunt" to execute each part separately which is quite annoying.
If you know of a way around this problem, please say so as I wish this use this trick when I start playing UT2004 shortly (different binds for CTF/TDM/ONS).
// Clan [smiley] Player configuration file - http://www.clansmiley.com/
//
// Edit this file to suit your own settings and apply them using the following command :
// exec player.cfg
name [smiley]Fearless
// Mouse settings
// Note : You will have to increase your usual MouseSensitivity if Axis multipliers are decreased
set Engine.Input MouseX Axis aMouseX Speed 1.0
set Engine.Input MouseY Axis aMouseY Speed 1.0
set Engine.PlayerPawn MouseSensitivity 6.00
// Movement binds
set input Ctrl Fire
set input LeftMouse AltFire
set input RightMouse Jump
set input NumPad0 Duck
// Weapon binds
set Engine.Pawn bNeverSwitchOnPickup True
set input NumPad2 switchweapon 5 | switchweapon 7
set input NumPad3 switchweapon 8 | switchweapon 9
set input MouseWheelDown PrevWeapon
set input MouseWheelUp NextWeapon
// HUD binds
set bUseTeamColor True
set input F12 ShowScores | onRelease ShowScores
set Engine.HUD Crosshair 7
// TDM Teamsays
set input PageDown teamsay -Weapon Needed- | speech 4 13 0 | Taunt wave
set input NumPad4 teamsay *Belt is taken* !
set input NumPad5 teamsay Here have weapon %W | throwweapon
set input NumPad6 teamsay *Amp is taken* !
The problem is that the "piped" binds don't seem to work for some reason. Execing this file in the console will cause a command such as "set input PageDown teamsay -Weapon Needed- | speech 4 13 0 | Taunt" to execute each part separately which is quite annoying.
If you know of a way around this problem, please say so as I wish this use this trick when I start playing UT2004 shortly (different binds for CTF/TDM/ONS).