various
This commit is contained in:
@@ -1,43 +1,88 @@
|
||||
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
|
||||
|
||||
echo "Enabling infinite ammo .."
|
||||
sv_infinite_ammo 1
|
||||
// Bot settings
|
||||
bot_chatter off
|
||||
bot_dont_shoot 1
|
||||
bot_stop 1
|
||||
bot_kick
|
||||
|
||||
echo "Activating grenade trajectories and bullet impacts .."
|
||||
sv_grenade_trajectory 1
|
||||
sv_showimpacts 2
|
||||
|
||||
echo "Changing game settings .."
|
||||
mp_roundtime_defuse 10000
|
||||
// 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_maxmoney 65535
|
||||
mp_startmoney 65535
|
||||
mp_buytime 10000
|
||||
mp_restartgame 1
|
||||
mp_roundtime_hostage 10000
|
||||
mp_buytime 999999999999
|
||||
mp_maxmoney 1000000000
|
||||
mp_playercashawards 0
|
||||
mp_startmoney 1000000000
|
||||
mp_teamcashawards 0
|
||||
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"
|
||||
sv_buy_status_override 0
|
||||
|
||||
echo "Done!"
|
||||
// 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"
|
||||
|
||||
bind kp_uparrow noclip
|
||||
// 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 kp_end "use weapon_knife; drop; exec knives/00_weapon_knife_karambit"
|
||||
bind "scancode89" "use weapon_knife; drop; exec knives/00_weapon_knife_karambit" // [kp_1]
|
||||
echo "Press KEYPAD_1/G7 to loop trough knives"
|
||||
|
||||
bind g god
|
||||
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 uparrow sv_rethrow_last_grenade
|
||||
bind downarrow "toggle cl_grenadepreview"
|
||||
bind "scancode82" sv_rethrow_last_grenade // [up]
|
||||
|
||||
// Start Game
|
||||
mp_warmup_end
|
||||
mp_restartgame 1
|
||||
Reference in New Issue
Block a user