cs2 configs
This commit is contained in:
4
practice/default.cfg
Normal file
4
practice/default.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
bind alt ""
|
||||
|
||||
// Change crosshaircolor to notify changed keybinds
|
||||
exec "crosshair/practice"
|
||||
43
practice/local.cfg
Normal file
43
practice/local.cfg
Normal file
@ -0,0 +1,43 @@
|
||||
exec practice/default.cfg
|
||||
|
||||
sv_cheats 1
|
||||
|
||||
echo "Enabling infinite ammo .."
|
||||
sv_infinite_ammo 1
|
||||
|
||||
echo "Activating grenade trajectories and bullet impacts .."
|
||||
sv_grenade_trajectory 1
|
||||
sv_showimpacts 2
|
||||
|
||||
echo "Changing game settings .."
|
||||
mp_roundtime_defuse 10000
|
||||
mp_freezetime 0
|
||||
mp_buy_anywhere 1
|
||||
mp_maxmoney 65535
|
||||
mp_startmoney 65535
|
||||
mp_buytime 10000
|
||||
mp_restartgame 1
|
||||
mp_roundtime_hostage 10000
|
||||
mp_weapons_allow_typecount -1
|
||||
ammo_grenade_limit_total 5
|
||||
mp_ct_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_incgrenade"
|
||||
mp_t_default_grenades "weapon_flashbang weapon_hegrenade weapon_smokegrenade weapon_molotov"
|
||||
|
||||
echo "Done!"
|
||||
|
||||
bind kp_uparrow noclip
|
||||
echo "Press KEYPAD_8/G8 to toggle noclip"
|
||||
|
||||
mp_drop_knife_enable 1
|
||||
bind kp_end "use weapon_knife; drop; exec knives/00_weapon_knife_karambit"
|
||||
echo "Press KEYPAD_1/G7 to loop trough knives"
|
||||
|
||||
bind g god
|
||||
echo "Press g for god mode"
|
||||
|
||||
alias +speedup host_timescale 10.0
|
||||
alias -speedup host_timescale 1.0
|
||||
bind = +speedup
|
||||
|
||||
bind uparrow sv_rethrow_last_grenade
|
||||
bind downarrow "toggle cl_grenadepreview"
|
||||
15
practice/remote.cfg
Normal file
15
practice/remote.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
exec practice/default.cfg
|
||||
|
||||
say .prac
|
||||
|
||||
bind kp_uparrow noclip
|
||||
|
||||
bind uparrow "say .bot"
|
||||
bind downarrow "say .nobot"
|
||||
|
||||
bind = "say .ff"
|
||||
|
||||
bind g "say .god"
|
||||
|
||||
bind m "say .map"
|
||||
|
||||
Reference in New Issue
Block a user