Revert map PRs (#10079)

* Revert "Fix Saltern cvar (#10077)"

This reverts commit 0f0420eca9.

* Revert "Map ID fixes (Take 2) (#10075)"

This reverts commit c15e14676d.
This commit is contained in:
metalgearsloth
2022-07-27 22:27:23 +10:00
committed by GitHub
parent 2f883cad6b
commit 55692d4d71
37 changed files with 15267 additions and 15267 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/Stations/saltern.yml");
mapLoader.LoadMap(mapId, "Maps/saltern.yml");
mapLoader.SaveMap(mapId, "load save ticks save 1.yml");
});

View File

@@ -155,7 +155,7 @@ namespace Content.Shared.CCVar
/// Controls the game map prototype to load. SS14 stores these prototypes in Prototypes/Maps.
/// </summary>
public static readonly CVarDef<string>
GameMap = CVarDef.Create("game.map", "Saltern", CVar.SERVERONLY);
GameMap = CVarDef.Create("game.map", "saltern", CVar.SERVERONLY);
/// <summary>
/// Controls if the game should obey map criteria or not. Overriden if a map vote or similar occurs.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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