Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Map Patches Themselves
Browse files Browse the repository at this point in the history
Nairodian committed Jan 23, 2025
1 parent 434e1af commit 0ae1d4b
Showing 7 changed files with 41 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Resources/CDMapPatches/elkridge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- !type:CDSpawnEntityMapPatch
worldPosition: -34.046875,-10.046875
id: LockerLostAndFound
- !type:CDSpawnEntityMapPatch
worldPosition: 11.142467,-19.738266
id: JobSlotsComputerFlatpack
- !type:CDSpawnEntityMapPatch
worldRotation: 3.141592653589793 rad
worldPosition: 19.953125,33.953125
id: ComputerShuttleSalvage
14 changes: 14 additions & 0 deletions Resources/CDMapPatches/loop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- !type:CDSpawnEntityMapPatch
worldPosition: -21.124258,23.921648
id: ComputerMedicalRecords
- !type:CDSpawnEntityMapPatch
worldRotation: -1.5707963267948966 rad
worldPosition: 15.875742,56.92165
id: ComputerShuttleSalvage
- !type:CDSpawnEntityMapPatch
worldPosition: -28.124258,58.92165
id: LockerLostAndFound
- !type:CDSpawnEntityMapPatch
worldRotation: 1.5707963267948966 rad
worldPosition: -30.124258,59.92165
id: ComputerJobSlots
11 changes: 11 additions & 0 deletions Resources/CDMapPatches/plasma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- !type:CDSpawnEntityMapPatch
worldPosition: -46.731743,-6.401249
id: LockerLostAndFound
- !type:CDSpawnEntityMapPatch
worldRotation: -1.5707963267948966 rad
worldPosition: -54.731743,-6.401249
id: ComputerJobSlots
- !type:CDSpawnEntityMapPatch
worldRotation: 3.141592653589793 rad
worldPosition: -99.73174,30.598751
id: ComputerShuttleSalvage
6 changes: 3 additions & 3 deletions Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
@@ -7,17 +7,17 @@
- Box
- Cog
- Core
#- Elkridge # CD Change, temporarily derotated
- Elkridge
- Fland
- Gemini
#- Gate
#- Loop # CD change, temporarily derotated
- Loop
- Marathon
- Meta
- Oasis
- Omega
- Packed
#- Plasma # CD Change, temporarily derotated
- Plasma
- Reach
#- Train <- CD change, please no
- Ferrous
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/elkridge.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
mapPath: /Maps/elkridge.yml
minPlayers: 5 #CD change from 7 to 5
maxPlayers: 25 #CD change from 35 to 25
patchfile: /CDMapPatches/elkridge.yml #CD apply map patch
stations:
Elkridge:
stationProto: StandardNanotrasenStation
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/loop.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
mapPath: /Maps/loop.yml
minPlayers: 25 #CD change from 35 to 25
maxPlayers: 45 #CD change from 70 to 45
patchfile: /CDMapPatches/loop.yml #CD apply map patch
stations:
Loop:
stationProto: StandardNanotrasenStation
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/plasma.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
mapPath: /Maps/plasma.yml
minPlayers: 15 #CD change from 20 to 15
maxPlayers: 35 #CD change from 60 to 35
patchfile: /CDMapPatches/plasma.yml #CD apply map patch
stations:
Plasma:
stationProto: StandardNanotrasenStation

0 comments on commit 0ae1d4b

Please sign in to comment.