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
"Enable auto-reload in TF2, as your reload key won't be working anymore. Manually reloading in this game is the most idiotic thing to do, as you lose nothing with automatic reloading on (in TF2, the reload is instantly interrupted when a shot is fired)"
Regarding the delays, you can try tweaking down the numbers after the `sleep` commands.
To summarize both things, the new script file would start with something like:
e::
........send {Numpad9 down}
........sleep 10
........send {Numpad9 up}
........random,sleeptime,15,24
Getting the timings right may require some tweaking, since if they're too fast the game may ignore the new input. Hope it helps
First, how low can I lower the sleep command (which influences how long it takes to switch from one resistance to another)? Right now, its much slower then how fast I could physically press it, which isn't as useful to me.
Secondly, how do I change the old 2 button script so that I can use the "e" key for bullet/explosive, and "r" for fire?
Thank you so much in advance!
bye