Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: Small adjustments to the voice system in the configs #229

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cfg/MatchZy/dryrun.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ spec_freeze_deathanim_time 0
spec_freeze_time 2
spec_freeze_time_lock 2
spec_replay_enable 0
sv_allow_votes 1
sv_auto_full_alltalk_during_warmup_half_end 0
sv_allow_votes 0
sv_auto_full_alltalk_during_warmup_half_end 1
sv_damage_print_enable 0
sv_deadtalk 1
sv_hibernate_postgame_delay 300
Expand Down
6 changes: 3 additions & 3 deletions cfg/MatchZy/live.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ spec_freeze_deathanim_time 0
spec_freeze_time 2
spec_freeze_time_lock 2
spec_replay_enable 0
sv_allow_votes 1
sv_auto_full_alltalk_during_warmup_half_end 0
sv_allow_votes 0
sv_auto_full_alltalk_during_warmup_half_end 1
sv_damage_print_enable 0
sv_deadtalk 1
sv_hibernate_postgame_delay 300
Expand All @@ -112,4 +112,4 @@ mp_disconnect_kills_players 0
mp_warmup_end

// execute override config
exec live_override.cfg
exec live_override.cfg
4 changes: 2 additions & 2 deletions cfg/MatchZy/live_wingman.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec_freeze_time 2
spec_freeze_time_lock 2
spec_replay_enable 0
sv_allow_votes 0
sv_auto_full_alltalk_during_warmup_half_end 0
sv_auto_full_alltalk_during_warmup_half_end 1
sv_damage_print_enable 0
sv_deadtalk 1
sv_hibernate_postgame_delay 300
Expand All @@ -103,4 +103,4 @@ sv_voiceenable 1
tv_relayvoice 0

// execute override config
exec live_wingman_override.cfg
exec live_wingman_override.cfg
1 change: 1 addition & 0 deletions cfg/MatchZy/prac.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ buddha 1
buddha_ignore_bots 1
buddha_reset_hp 100
mp_restartgame 1
sv_auto_full_alltalk_during_warmup_half_end 1
6 changes: 3 additions & 3 deletions cfg/MatchZy/sleep.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ spec_freeze_deathanim_time 0
spec_freeze_time 2
spec_freeze_time_lock 2
spec_replay_enable 0
sv_allow_votes 1
sv_auto_full_alltalk_during_warmup_half_end 0
sv_allow_votes 0
sv_auto_full_alltalk_during_warmup_half_end 1
sv_damage_print_enable 0
sv_deadtalk 1
sv_hibernate_postgame_delay 300
Expand All @@ -109,4 +109,4 @@ cash_team_bonus_shorthanded 0
mp_spectators_max 20
mp_team_intro_time 0
mp_disconnect_kills_players 0
mp_warmup_end
mp_warmup_end
8 changes: 4 additions & 4 deletions cfg/MatchZy/warmup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bot_quota 0
mp_autokick 0
mp_autoteambalance 0
mp_buy_anywhere 0
mp_buytime 15
mp_buytime 9999
mp_death_drop_gun 0
mp_free_armor 0
mp_ignore_round_win_conditions 0
Expand All @@ -15,10 +15,10 @@ mp_spectators_max 20
mp_maxmoney 16000
mp_startmoney 16000
mp_timelimit 0
sv_alltalk 0
sv_auto_full_alltalk_during_warmup_half_end 0
sv_alltalk 1
sv_auto_full_alltalk_during_warmup_half_end 1
sv_deadtalk 1
sv_full_alltalk 0
sv_full_alltalk 1
sv_hibernate_when_empty 0
mp_weapons_allow_typecount -1
sv_infinite_ammo 0
Expand Down