Skip to content

Commit 93fa321

Browse files
authored
Update DefaultConfig.yml with new settings
Added new configuration options for spawn behavior and win conditions.
1 parent 44aa49d commit 93fa321

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UncomplicatedCustomTeams/Resources/DefaultConfig.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ teams:
44
min_players: 1
55
max_spawns: -1
66
spawn_chance: 100
7+
allow_concurrent_spawns: false
78
spawn_conditions:
89
spawn_wave: NtfWave
910
spawn_position:
@@ -14,6 +15,9 @@ teams:
1415
x: 0
1516
y: 0
1617
z: 0
18+
after_team_spawn: 0
19+
after_team_death: 0
20+
required_engaged_generators: 1
1721
used_item: None
1822
target_scp: None
1923
is_scp0492_counted_as_scp: false
@@ -24,6 +28,10 @@ teams:
2428
cassie_message: team arrived
2529
cassie_translation: Team arrived!
2630
is_noisy: true
31+
win_condition:
32+
prevent_round_end_if_alive: true
33+
allied_teams: []
34+
winning_team: Draw
2735
sound_paths:
2836
- path: /path/to/your/ogg/file
2937
delay: 0

0 commit comments

Comments
 (0)