Compare commits
No commits in common. "18d819912693d4c14d8279190e70f2256f8b5d66" and "131df00814d184c82a06e9eb4b48b426eea85260" have entirely different histories.
18d8199126
...
131df00814
35
nade.cfg
35
nade.cfg
|
@ -1,4 +1,5 @@
|
||||||
sv_cheats 1
|
sv_cheats 1
|
||||||
|
bot_kick
|
||||||
mp_limitteams 0
|
mp_limitteams 0
|
||||||
mp_autoteambalance 0
|
mp_autoteambalance 0
|
||||||
mp_maxmoney 60000
|
mp_maxmoney 60000
|
||||||
|
@ -11,22 +12,11 @@ mp_roundtime_defuse 60
|
||||||
mp_respawn_on_death_ct 1
|
mp_respawn_on_death_ct 1
|
||||||
mp_respawn_on_death_t 1
|
mp_respawn_on_death_t 1
|
||||||
sv_infinite_ammo 1
|
sv_infinite_ammo 1
|
||||||
mp_roundtime_defuse 60
|
sv_grenade_trajectory 1
|
||||||
sv_grenade_trajectory_prac_pipreview true
|
sv_grenade_trajectory_time 15
|
||||||
sv_grenade_trajectory_prac_trailtime 15
|
|
||||||
sv_grenade_trajectory_time_spectator 15
|
|
||||||
sv_showimpacts 1
|
sv_showimpacts 1
|
||||||
sv_showimpacts_time 10
|
sv_showimpacts_time 10
|
||||||
ammo_grenade_limit_total 5
|
god
|
||||||
bot_kick
|
|
||||||
god //doesn't work for now, maybe they will enable it in the future
|
|
||||||
mp_warmup_end
|
|
||||||
mp_restartgame 1
|
|
||||||
cl_versus_intro false
|
|
||||||
mp_team_intro_time 0
|
|
||||||
|
|
||||||
// Noclip
|
|
||||||
bind J noclip
|
|
||||||
|
|
||||||
// Rethrow grenade
|
// Rethrow grenade
|
||||||
bind K sv_rethrow_last_grenade
|
bind K sv_rethrow_last_grenade
|
||||||
|
@ -37,6 +27,23 @@ ammo_grenade_limit_default 99
|
||||||
ammo_grenade_limit_flashbang 99
|
ammo_grenade_limit_flashbang 99
|
||||||
ammo_grenade_limit_total 999
|
ammo_grenade_limit_total 999
|
||||||
|
|
||||||
|
//Bots
|
||||||
|
bot_add_t
|
||||||
|
bot_add_t
|
||||||
|
bot_stop 1
|
||||||
|
|
||||||
|
// DMG Dealt
|
||||||
|
// https://steamcommunity.com/sharedfiles/filedetails/?id=221277004
|
||||||
|
sv_max_allowed_developer 1
|
||||||
|
developer 1
|
||||||
|
player_debug_print_damage 1
|
||||||
|
con_filter_text "Damage"
|
||||||
|
con_filter_text_out "Player:"
|
||||||
|
con_filter_enable 2
|
||||||
|
|
||||||
|
mp_warmup_end
|
||||||
|
//mp_restartgame 1
|
||||||
|
|
||||||
Echo
|
Echo
|
||||||
Echo "<====== nade.cfg geladen ==========>"
|
Echo "<====== nade.cfg geladen ==========>"
|
||||||
Echo
|
Echo
|
||||||
|
|
Loading…
Reference in New Issue