Created
March 13, 2016 11:04
-
-
Save vastus/5c33d09ffa5327ff7fd6 to your computer and use it in GitHub Desktop.
cs1.6 user conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // http://steamcommunity.com/sharedfiles/filedetails/?id=126383209 | |
| rate 20000 | |
| sv_lan_rate 20000 | |
| cl_cmdrate 105 | |
| cl_updaterate 100 | |
| fps_max 100 | |
| sys_ticrate 1000 | |
| cl_shadows 0 | |
| net_graphwidth 250 | |
| // 1 / cl_updaterate | |
| // so 0.01 if updaterate 100 | |
| // since 1.6 when interp is set to 0, the game | |
| // calculates ex_interp automatically. this is preferred | |
| // when fiddling with cl_updaterate to get it to sync with | |
| // the server settings. sv_maxupdaterate. | |
| ex_interp 0 | |
| _cl_autowepswitch "0" | |
| hud_fastswitch "1" | |
| hud_centerid "1" | |
| mp_startmoney 16000 | |
| mp_freezetime 0 | |
| mp_friendlyfire 1 | |
| alias +qknife "slot3; wait; wait; +attack; wait; -attack; +attack2" | |
| alias -qknife "lastinv; -attack2" | |
| bind ALT +qknife | |
| bind f3 "buyequip" | |
| bind f4 "buy" | |
| bind kp_end "mp5; primammo" | |
| alias +bunny "bind mwheeldown +jump; bind mwheelup +jump" | |
| alias -bunny "bind mwheeldown invnext; bind mwheelup invprev" | |
| alias togglebunnyON "bind mwheeldown +jump; bind mwheelup +jump; bind mouse2 +attack2; bind capslock togglebunnyOFF" | |
| alias togglebunnyOFF "bind mwheeldown invnext; bind mwheelup invprev; bind mouse2 +duck; bind capslock togglebunnyON" | |
| bind f +bunny | |
| bind capslock togglebunnyON | |
| // http://guides.freddyshouse.com/cs/tweaking/part2.php | |
| max_smokepuffs 0 | |
| max_shells 0 | |
| fastsprites 2 | |
| // Russian Walk [100.0 FPS] -- http://cs.gamebanana.com/scripts/6934 | |
| // ___________________________________________ | |
| alias w1 "wait" | |
| alias w2 "wait; wait" | |
| alias w5 "wait; wait; wait; wait; wait" | |
| alias w10 "w5; w5" | |
| alias tixo "+duck; w1; -duck; w10; w5; w2; +duck; w10; w5; w2; -duck; spec_menu 0" | |
| bind "MOUSE3" "tixo" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment