Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
//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.