Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta









//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.