Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new map box #117

Merged
merged 6 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public sealed class PostMapInitTest
"Gax",
"DryDock", //WWDP
"Moose", //WWDP
"WhiteBox", //WWDP
"Rad"
};

Expand Down
14 changes: 13 additions & 1 deletion Resources/Maps/Moose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11358,7 +11358,7 @@ entities:
pos: 23.5,13.5
parent: 2
- type: Door
secondsUntilStateChange: -30571.775
secondsUntilStateChange: -30627.271
state: Opening
- proto: AirlockExternalGlassShuttleEmergencyLocked
entities:
Expand Down Expand Up @@ -86149,6 +86149,18 @@ entities:
- type: Transform
pos: -14.5,-63.5
parent: 2
- proto: SpawnPointSecurityCadet
entities:
- uid: 14798
components:
- type: Transform
pos: 9.5,3.5
parent: 2
- uid: 14799
components:
- type: Transform
pos: 4.5,7.5
parent: 2
- proto: SpawnPointSecurityOfficer
entities:
- uid: 13468
Expand Down
187,862 changes: 187,862 additions & 0 deletions Resources/Maps/WhiteBox.yml

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
- type: gameMapPool
id: DefaultMapPool
maps:
- Arena
# - Arena
- Asterisk
- Core
- Edge
- Glacier
- Hammurabi
- Lighthouse
# - Core
# - Edge
# - Glacier
# - Hammurabi
# - Lighthouse
- Pebble
- Saltern
# - Saltern
- Shoukou
- Submarine
- Tortuga
- TheHive
- Gax
# - Submarine
# - Tortuga
# - TheHive
# - Gax
# - Rad
- DryDock
- Moose
- Rad
- WhiteBox
2 changes: 0 additions & 2 deletions Resources/Prototypes/Maps/asterisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
Asterisk:
stationProto: StandardNanotrasenStation
components:
- type: StationBiome
biome: Snow
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
Expand Down
58 changes: 58 additions & 0 deletions Resources/Prototypes/Maps/whitebox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
- type: gameMap
id: WhiteBox
mapName: 'Box Station'
mapPath: /Maps/WhiteBox.yml
minPlayers: 0
stations:
WhiteBoxStation:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Box Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TG'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Delta.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
CargoTechnician: [ 2, 2 ]
Prisoner: [ 1, 2 ]
MailCarrier: [ 1, 2 ]
Passenger: [ -1, -1 ]
Bartender: [ 2, 2 ]
Botanist: [ 3, 3 ]
Chef: [ 2, 2 ]
Clown: [ 1, 1 ]
Janitor: [ 3, 3 ]
Mime: [ 1, 1 ]
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 4, 4 ]
ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 4, 4 ]
Chemist: [ 3, 3 ]
ResearchDirector: [ 1, 1 ]
Scientist: [ 5, 5 ]
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 6, 6 ]
Chaplain: [ 2, 2 ]
Warden: [ 1, 1 ]
Librarian: [ 2, 2 ]
Lawyer: [ 2, 2 ]
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
Musician: [ 2, 2 ]
AtmosphericTechnician: [ 3, 3 ]
TechnicalAssistant: [ 4, 4 ]
MedicalIntern: [ 4, 4 ]
ServiceWorker: [ 4, 4 ]
SecurityCadet: [ 4, 4 ]
Detective: [ 1, 1 ]
ResearchAssistant: [ 4, 4 ]
Paramedic: [ 2, 2 ]
Borg: [ 2, 2 ]
Brigmedic: [ 1, 1 ]
Loading