-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ports Parkstation Arborum #68
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
56952cc
I believe this is the Parkstation map fully ported with all* required…
Pspritechologist fc88b42
some review changes
DEATHB4DEFEAT c1817d5
Several changes to Parkstation and fought God.
Pspritechologist 7104f9f
Redid an old fix that was broken due to rebase bungling
Pspritechologist File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 2024-03-16 # ParkStation map to the rebase. | ||
FoodDonkpocketGondola: FoodDonkpocketPizza # This wasn't fixed with the box? | ||
DrinkWaterJugX: DrinkWaterJug | ||
Bluespace5: MaterialBluespace | ||
FloorTileItemSteelFull: FloorTileItemSteel | ||
dissolver: Oracle # To come back someday. | ||
SiliconChargerChargePad: null | ||
SiliconChargerIndustrial: MachineFrame | ||
SpawnPointStationAI: ToyAi | ||
SupersynthNyanotrasenPersonalAI: PersonalAI | ||
VendingMachineUnderwear: VendingMachineClothing | ||
PaintingAmericanGothic: RandomPainting | ||
PaintingEverythingsFine: RandomPainting | ||
PaintingCM: RandomPainting | ||
HyperlinkBookAnomaliesArtifacts: RandomBook | ||
ClothingOuterCoatPirateBlack: ClothingOuterCoatPirate | ||
ClothingOuterPurpleCoat: ClothingOuterCoatGentle | ||
ClothingOuterSuitSpaceninja: null | ||
ClothingUnderStockings_lpink: ClothingUnderSocksCoder | ||
ClothingUnderboxer_briefs: null | ||
ClothingUnderbra_alt: null | ||
ClothingUnderundershirt: null | ||
ClothingUnderian: null | ||
ClothingHeadHatBeretEng: ClothingHeadHatBeretEngineering |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
- type: gameMap | ||
id: ParkStation | ||
mapName: 'ParkStation' | ||
mapPath: /Maps/parkstation.yml | ||
minPlayers: 0 | ||
stations: | ||
parkstation: | ||
stationProto: StandardNanotrasenStation | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: '{0} Arborum {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: 'TG' | ||
- type: StationEmergencyShuttle | ||
emergencyShuttlePath: /Maps/Shuttles/NTES_Kaeri.yml | ||
- type: StationJobs | ||
overflowJobs: | ||
- Passenger | ||
availableJobs: | ||
Passenger: [ -1, -1 ] | ||
SAI: [1, 1] | ||
ChiefServiceSupervisor: [ 1, 1] | ||
Bartender: [ 1, 1 ] | ||
Botanist: [ 2, 3 ] | ||
Boxer: [ 1, 2 ] | ||
Chef: [ 1, 1 ] | ||
Clown: [ 1, 1 ] | ||
Robot: [ 2, 2 ] | ||
Janitor: [ 2, 3 ] | ||
Mime: [ 1, 1 ] | ||
HeadOfPersonnel: [ 1, 1 ] | ||
ChiefEngineer: [ 1, 1 ] | ||
StationEngineer: [ 3, 6 ] | ||
ChiefMedicalOfficer: [ 1, 1 ] | ||
MailCarrier: [ 1, 2 ] | ||
MedicalDoctor: [ 3, 6 ] | ||
MedicalRobot: [ 1, 2 ] | ||
Mystagogue: [ 1, 1 ] | ||
Epistemologist: [ 2, 5 ] | ||
HeadOfSecurity: [ 1, 1 ] | ||
SecurityOfficer: [ 2, 4 ] | ||
Chaplain: [ 1, 1 ] | ||
Warden: [ 1, 1 ] | ||
SecurityCadet: [ 3, 5 ] | ||
Lawyer: [ 1, 2 ] | ||
Quartermaster: [ 3, 4 ] | ||
SalvageTechnician: [ 2, 4 ] | ||
Musician: [1, 2] | ||
AtmosphericTechnician: [ 1, 3 ] | ||
ServiceWorker: [ 2, 3 ] | ||
Reporter: [ 1, 1 ] | ||
Psychologist: [ 1, 1 ] | ||
Prisoner: [ 2, 2 ] |
38 changes: 38 additions & 0 deletions
38
Resources/Prototypes/Parkstation/Entities/Markers/Spawners/mobs.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
- type: entity | ||
name: Lois Spawner | ||
id: SpawnMobLizardLois | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: ai | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobLizardLois | ||
|
||
- type: entity | ||
name: Randall Spawner | ||
id: SpawnMobFrogRandall | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: ai | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobFrogRandall | ||
|
||
- type: entity | ||
name: Terrance Spawner | ||
id: SpawnMobSlugTerrance | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: ai | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobSlugTerrance |
37 changes: 37 additions & 0 deletions
37
Resources/Prototypes/Parkstation/Entities/Objects/Devices/pinpointer.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
- type: entity | ||
name: anomaly tracker | ||
id: PinpointerAnomaly | ||
parent: PinpointerBase | ||
components: | ||
- type: Pinpointer | ||
component: Anomaly | ||
mediumDistance: 24 | ||
closeDistance: 12 | ||
reachedDistance: 5 | ||
precision: 0.2 | ||
- type: Sprite | ||
sprite: SimpleStation14/Objects/Devices/pinpointer.rsi | ||
layers: | ||
- state: pinpointer_anomaly | ||
map: ["enum.PinpointerLayers.Base"] | ||
- state: pinonnull | ||
map: ["enum.PinpointerLayers.Screen"] | ||
|
||
- type: entity | ||
name: artifact tracker | ||
id: PinpointerArtifact | ||
parent: PinpointerBase | ||
components: | ||
- type: Pinpointer | ||
component: Artifact | ||
mediumDistance: 24 | ||
closeDistance: 12 | ||
reachedDistance: 5 | ||
precision: 0.02 | ||
- type: Sprite | ||
sprite: SimpleStation14/Objects/Devices/pinpointer.rsi | ||
layers: | ||
- state: pinpointer_artifact | ||
map: ["enum.PinpointerLayers.Base"] | ||
- state: pinonnull | ||
map: ["enum.PinpointerLayers.Screen"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an anomaly tracker now with a cool sprite, but I don't think it tells you where it is, just beeps faster and faster when near.