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
//JUMPTHROW SCRIPT
alias "+jumpaction" "+jump; ";
alias "+throwaction" "-attack; -attack2";
alias "-jumpaction" "-jump";
bind "alt" "+jumpaction; +throwaction;"
i had no clue about Source Engine Console Language at all, just a bit about other programming languages and started to just for fun learn it today.
now some additions you might want to add for cs2:
-the current folder location for autoexec must be in C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg (NOTE: there is "game" now in the url. in csgo era it was in a different folder!)
-jumpthrow script doesnt work anymore. no script needed anymore according to valve, since they made it consitent by player input now
-in cs2 "+speed" was renamed to "+walk"
-i was able to bind commands which contained a space without the ", like bind cl_crosshaircolor 5. a command which worked thatfore for me also was the following: bind L incrementvar cl_crosshaircolor 0 5 1. no need to sum it up as an alias
Sure, go ahead and link it.
You well deserve more than 5 stars.