Makes map vote and roundstart smart about player count. (#5418)

* Makes map vote and roundstart smart about player count.
No more Saltern with 30 players, or Knight Ship with 50.

* a typo

* Address reviews.

* Localized.
This commit is contained in:
Moony
2021-11-20 12:32:07 -06:00
committed by GitHub
parent 6487cd6d79
commit eb6d24abd0
18 changed files with 298 additions and 19 deletions

View File

@@ -0,0 +1,20 @@
- type: gameMap
id: saltern
mapName: Saltern
mapPath: Maps/saltern.yml
minPlayers: 0
maxPlayers: 20
fallback: true
- type: gameMap
id: packedstation
mapName: Packedstation
mapPath: Maps/packedstation.yml
minPlayers: 15
- type: gameMap
id: knightship
mapName: Knight Ship
mapPath: Maps/knightship.yml
minPlayers: 0
maxPlayers: 8

View File

@@ -0,0 +1,7 @@
- type: gameMap
id: empty
mapName: Empty
mapPath: Maps/Test/empty.yml
minPlayers: 0
maxPlayers: 0
votable: false