Skip to content

Commit

Permalink
Switch to EE Maps (#152)
Browse files Browse the repository at this point in the history
# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- tweak: Now using EE maps
  • Loading branch information
sleepyyapril authored Jan 12, 2025
2 parents 243741b + 1b1604d commit e7324c7
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/arena.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Arena
mapName: 'Arena'
mapPath: /Maps/TheDen/arena.yml # The Den
mapPath: /Maps/arena.yml
minPlayers: 30
maxPlayers: 80
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/asterisk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Asterisk
mapName: 'Asterisk'
mapPath: /Maps/TheDen/asterisk.yml # The Den
mapPath: /Maps/asterisk.yml
minPlayers: 0
maxPlayers: 60
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Core
mapName: 'Core'
mapPath: /Maps/TheDen/core.yml # Floofstation
mapPath: /Maps/core.yml
minPlayers: 35
maxPlayers: 70
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/edge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Edge
mapName: 'Edge'
mapPath: /Maps/TheDen/edge.yml # The Den
mapPath: /Maps/edge.yml
minPlayers: 10
maxPlayers: 80
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/gaxstation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Gax
mapName: 'NCS Gax'
mapPath: /Maps/Floof/gaxstation.yml # Floofstation
mapPath: /Maps/gaxstation.yml
minPlayers: 10
maxPlayers: 45
fallback: true
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/glacier.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Glacier
mapName: Glacier
mapPath: /Maps/Floof/glacier.yml # Floofstation
mapPath: /Maps/glacier.yml
minPlayers: 15
maxPlayers: 70
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/hammurabi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Hammurabi
mapName: 'Hammurabi'
mapPath: /Maps/Floof/hammurabi.yml # Floofstation
mapPath: /Maps/hammurabi.yml
minPlayers: 50
stations:
Hammurabi:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/hive.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: TheHive
mapName: 'The Hive'
mapPath: /Maps/Floof/hive.yml # Floofstation
mapPath: /Maps/hive.yml
minPlayers: 30
#maxPlayers: 80 Temporary maybe
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Lighthouse
mapName: Lighthouse
mapPath: /Maps/TheDen/lighthouse.yml # Floofstation
mapPath: /Maps/lighthouse.yml
minPlayers: 15
maxPlayers: 55
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/pebble.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Pebble
mapName: 'Pebble'
mapPath: /Maps/TheDen/pebble.yml # The Den
mapPath: /Maps/pebble.yml
minPlayers: 0
maxPlayers: 30
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/radstation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Rad
mapName: 'RadStation'
mapPath: /Maps/Floof/radstation.yml # Floofstation
mapPath: /Maps/radstation.yml
minPlayers: 35
stations:
RadStation:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/shoukou.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Shoukou
mapName: 'Shōkō'
mapPath: /Maps/TheDen/shoukou.yml # FloofStation
mapPath: /Maps/shoukou.yml # FloofStation
minPlayers: 0
maxPlayers: 60
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/tortuga.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Tortuga
mapName: 'Tortuga'
mapPath: /Maps/Floof/tortuga.yml # FloofStation
mapPath: /Maps/tortuga.yml
minPlayers: 50
stations:
Tortuga:
Expand Down

0 comments on commit e7324c7

Please sign in to comment.