Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
so
I changed the functionality a bit to work as a toggle for a single key, and decided to move it over from the numpad to the N key
suddenly it works
I also realize that, despite not showing an error, it doesn't work at all from the console, and will only work if bound to a key not on the numpad for some stupid fuck reason
in both cases I don't get any "Unrecognzed command." or whatever prompts, so I know the aliases exist , but they still don't do anything.
http://pastebin.com/tfyqKraQ
(Command="Set Input MouseWheelDown TossCash 1 | Set Input MouseWheelUp TossCash 1",Alias="DoshOn")
(Command="Set Input MouseWheelDown NextWeapon | Set Input PrevWeapon",Alias="DoshOff")
also attempted with another alias set to TossCash 1 , i.e. Set Input MouseWheelDown AliasName
also attempted padded with various amounts of Say / TeamSay and other commands
I wish there was a Source-esque wait command in Unreal (or, rather, KF's version)
(Command="TossCash 1 | Wait 1 | MONEYMONEYMONEY",Alias="MONEYMONEYMONEY")
also oh god I just realized those typos in my first post
I shame my ancestors
In case this'll help, - I like to throw a bit more dosh, so I use these aliases (so they should work):
(Command="TossCash 1 | TossCash 1",Alias="loadsomoney")
(Command="Set Input 1 SwitchWeapon 1 | Set Input 2 SwitchWeapon 2 | Set Input 3 SwitchWeapon 3 | Set Input 4 SwitchWeapon 4 | Set Input 5 SwitchWeapon 5 | Set Input MouseWheelDown loadsomoney | Set Input MouseWheelUp loadsomoney",Alias="defaultLayout")
'Set Input # SwitchWeapon #' commmands are, of course, irrelevant and can be removed.
I placed a Say in front of it to see if it worked, but it didn't.