hide greentext via cvar
This commit is contained in:
parent
5479033238
commit
544e710fc8
|
|
@ -9,6 +9,7 @@ auto_unlock_aa_delay_minutes = 1
|
|||
auto_unlock_aa_enabled = true
|
||||
secret_weight_prototype = "SecretDeltaV" # DeltaV
|
||||
role_timer_override = "DeltaV" # DeltaV
|
||||
showgreentext = false # DeltaV
|
||||
|
||||
[shuttle]
|
||||
auto_call_time = 0
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ role_timers = false
|
|||
contraband_examine = false # DeltaV
|
||||
secret_weight_prototype = "SecretDeltaV" # DeltaV
|
||||
role_timer_override = "DeltaV" # DeltaV
|
||||
showgreentext = false # DeltaV
|
||||
|
||||
[ghost]
|
||||
role_time = 0.5
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ round_end_pacifist = true
|
|||
contraband_examine = false # Doubtful that it's desired at all, and would require going over every item in accordance with SOP
|
||||
secret_weight_prototype = "SecretDeltaV"
|
||||
role_timer_override = "DeltaV"
|
||||
showgreentext = false # focus more on telling a story
|
||||
|
||||
# New players can't join a server without admins
|
||||
[game.panic_bunker]
|
||||
|
|
|
|||
Loading…
Reference in New Issue