Files
csgo-cfg/practice/local.cfg
2024-03-20 21:53:26 +01:00

43 lines
1.0 KiB
INI

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"