Map pool cvar (#12313)

* it just works

* nuke votable

* whoops
This commit is contained in:
Rane
2022-11-01 21:17:35 -04:00
committed by GitHub
parent 784e0ab51f
commit 88186f2106
13 changed files with 59 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
- type: gameMapPool
id: DefaultMapPool
maps:
- Bagel
- Box
- Cluster
- Kettle
- Lighthouse
- Marathon
- Omega
- Origin
- Pillar
- Saltern

View File

@@ -3,7 +3,6 @@
mapName: 'Central Command'
mapPath: /Maps/centcomm.yml
minPlayers: 10
votable: false
stations:
centcomm:
mapNameTemplate: '{0} Central Command {1}'

View File

@@ -4,7 +4,6 @@
mapPath: /Maps/cluster.yml
minPlayers: 0
maxPlayers: 35
votable: true
stations:
Cluster:
mapNameTemplate: '{0} Cluster Station {1}'

View File

@@ -3,7 +3,6 @@
mapName: 'Dart ERT'
mapPath: /Maps/dart.yml
minPlayers: 0
votable: false
stations:
Dart:
mapNameTemplate: '{0} Dart ERT {1}'
@@ -16,4 +15,4 @@
ERTEngineer: [ 0, 1 ]
ERTSecurity: [ 0, 1 ]
ERTMedical: [ 0, 1 ]
ERTJanitor: [ 0, 1 ]
ERTJanitor: [ 0, 1 ]

View File

@@ -3,7 +3,6 @@
mapName: 'Syndicate Infiltrator'
mapPath: /Maps/infiltrator.yml
minPlayers: 0
votable: false
stations:
Station: #TODO: Mapper, add a BecomesStation component to the primary grid of the map.
mapNameTemplate: '{0} Infiltrator {1}'

View File

@@ -4,7 +4,6 @@
mapPath: /Maps/omega.yml
minPlayers: 0
maxPlayers: 35
votable: true
stations:
Omega:
mapNameTemplate: '{0} Omega Station {1}'

View File

@@ -3,7 +3,6 @@
mapName: 'Pirate Ship'
mapPath: /Maps/pirate.yml
minPlayers: 0
votable: false
stations:
Station: #TODO: Mapper, add a BecomesStation component to the primary grid of the map.
mapNameTemplate: '{0} Pirate {1}'

View File

@@ -3,7 +3,6 @@
mapName: Empty
mapPath: /Maps/Test/empty.yml
minPlayers: 0
votable: false
stations:
Empty:
mapNameTemplate: "Empty"