Map ID fixes (Take 2) (#10075)

This commit is contained in:
Peptide90
2022-07-27 11:13:55 +01:00
committed by GitHub
parent dc9ebb01b6
commit c15e14676d
36 changed files with 15266 additions and 15266 deletions

View File

@@ -93,7 +93,7 @@ namespace Content.IntegrationTests.Tests
mapId = mapManager.CreateMap();
mapManager.AddUninitializedMap(mapId);
mapManager.SetMapPaused(mapId, true);
mapLoader.LoadMap(mapId, "Maps/saltern.yml");
mapLoader.LoadMap(mapId, "Maps/Stations/saltern.yml");
mapLoader.SaveMap(mapId, "load save ticks save 1.yml");
});

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: Dart
mapName: 'Dart ERT'
mapPath: /Maps/dart.yml
mapPath: /Maps/Shuttles/dart.yml
minPlayers: 0
votable: false
stations:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: infiltrator
id: Infiltrator
mapName: 'Syndicate Infiltrator'
mapPath: /Maps/infiltrator.yml
mapPath: /Maps/Shuttles/infiltrator.yml
minPlayers: 0
votable: false
stations:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: pirate
id: Pirate
mapName: 'Pirate Ship'
mapPath: /Maps/pirate.yml
mapPath: /Maps/Shuttles/pirate.yml
minPlayers: 0
votable: false
stations:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: atlas
id: Atlas
mapName: 'Atlas'
mapPath: /Maps/atlas.yml
mapPath: /Maps/Stations/atlas.yml
minPlayers: 0
maxPlayers: 35
votable: False

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: bagelstation
id: Bagel
mapName: 'Bagel Station'
mapPath: /Maps/bagel.yml
mapPath: /Maps/Stations/bagel.yml
minPlayers: 35
stations:
Bagel:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: barratry
id: Barratry
mapName: 'Barratry'
mapPath: /Maps/barratry.yml
mapPath: /Maps/Stations/barratry.yml
minPlayers: 40
stations:
Barratry:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: delta
id: Delta
mapName: 'Delta Station'
mapPath: /Maps/delta.yml
mapPath: /Maps/Stations/delta.yml
minPlayers: 60
stations:
Delta:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: lighthouse
id: Lighthouse
mapName: 'Lighthouse'
mapPath: /Maps/lighthouse.yml
mapPath: /Maps/Stations/lighthouse.yml
minPlayers: 35
maxPlayers: 70
stations:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: marathonstation
id: Marathon
mapName: 'Marathon Station'
mapPath: /Maps/marathon.yml
mapPath: /Maps/Stations/marathon.yml
minPlayers: 35
maxPlayers: 70
stations:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: NSSPillar
id: Pillar
mapName: 'NSS Pillar'
mapPath: /Maps/nss_pillar.yml
mapPath: /Maps/Stations/nss_pillar.yml
minPlayers: 40
stations:
Pillar:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: packedstation
id: Packed
mapName: 'Packedstation'
mapPath: /Maps/packedstation.yml
mapPath: /Maps/Stations/packedstation.yml
minPlayers: 0
maxPlayers: 35
votable: true

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: ssreach
id: Reach
mapName: 'Reach'
mapPath: /Maps/ssreach.yml
mapPath: /Maps/Stations/ssreach.yml
minPlayers: 0
maxPlayers: 15
votable: false

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: saltern
id: Saltern
mapName: 'Saltern'
mapPath: /Maps/saltern.yml
mapPath: /Maps/Stations/saltern.yml
minPlayers: 0
maxPlayers: 35
fallback: true

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: SplitStation
id: Split
mapName: 'Split Station'
mapPath: /Maps/splitstation.yml
mapPath: /Maps/Stations/splitstation.yml
minPlayers: 50
stations:
Split:

View File

@@ -1,7 +1,7 @@
- type: gameMap
id: waystation
id: Way
mapName: 'Waystation'
mapPath: /Maps/waystation.yml
mapPath: /Maps/Stations/waystation.yml
minPlayers: 15
maxPlayers: 50
votable: false

View File

@@ -1,4 +1,4 @@
# Cargo
- type: cargoShuttle
id: CargoShuttle
path: /Maps/cargo_shuttle.yml
path: /Maps/Shuttles/cargo_shuttle.yml