Files
csgo-cfg/practice/local.cfg
2026-05-14 14:48:49 +02:00

88 lines
2.2 KiB
INI

exec practice/default.cfg
// General game settings
game_mode 1
game_type 0
mp_autokick 0
mp_autoteambalance 0
mp_forcecamera 0
mp_limitteams 0
mp_match_can_clinch 0
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
mp_solid_teammates 1
mp_tkpunish 0
sv_allow_votes 0
sv_cheats 1
// Bot settings
bot_chatter off
bot_dont_shoot 1
bot_stop 1
bot_kick
// Timings & Durations
mp_halftime 0
mp_halftime_duration 0
mp_respawn_immunitytime 0
mp_roundtime 0.000000000000000000000000000001
mp_roundtime_defuse 0.000000000000000000000000000001
mp_roundtime_deployment 0.000000000000000000000000000001
mp_roundtime_hostage 0.000000000000000000000000000001
mp_spawnprotectiontime 0
mp_team_intro_time 0
sv_hide_roundtime_until_seconds 1
mp_force_pick_time 0
mp_freezetime 0
mp_ignore_round_win_conditions 1
mp_maxrounds 1
// Warmup
mp_warmup_offline_enabled 0
mp_warmup_end
// Money
mp_afterroundmoney 1000000000
mp_buy_anywhere 1
mp_buytime 999999999999
mp_maxmoney 1000000000
mp_playercashawards 0
mp_startmoney 1000000000
mp_teamcashawards 0
mp_weapons_allow_typecount -1
sv_buy_status_override 0
// Grenades & Ammunition
ammo_grenade_limit_total 6
sv_infinite_ammo 2
sv_grenade_trajectory_prac_trailtime 3
sv_ignoregrenaderadio 1
sv_showimpacts 1
sv_showimpacts_time 20
mp_ct_default_grenades "weapon_incgrenade weapon_hegrenade weapon_smokegrenade weapon_flashbang weapon_decoy"
mp_t_default_grenades "weapon_molotov weapon_hegrenade weapon_smokegrenade weapon_flashbang weapon_decoy"
// Health
sv_regeneration_force_on 1
sv_regeneration_wait_time 0.5
// Various binds
bind "scancode96" noclip // [kp_8]
echo "Press KEYPAD_8/G8 to toggle noclip"
mp_drop_knife_enable 1
bind "scancode89" "use weapon_knife; drop; exec knives/00_weapon_knife_karambit" // [kp_1]
echo "Press KEYPAD_1/G7 to loop trough knives"
bind "scancode10" god // [g]
echo "Press g for god mode"
alias +speedup host_timescale 10.0
alias -speedup host_timescale 1.0
bind = +speedup
bind "scancode82" sv_rethrow_last_grenade // [up]
// Start Game
mp_warmup_end
mp_restartgame 1