Porting Starlight Plumbing System#2
Draft
Copilot wants to merge 2 commits intopersistence_testingfrom
Draft
Conversation
Copilot
AI
changed the title
[WIP] Porting Starlight plumbing system
Porting Starlight Plumbing System (Draft)
Feb 20, 2026
Koollan
requested changes
Feb 20, 2026
Owner
Koollan
left a comment
There was a problem hiding this comment.
Now porting work needs to be done
- Add Content.Server/_Starlight/Plumbing/ (systems, components, nodes, nodegroups) - Add Content.Shared/_Starlight/Plumbing/ (components, shared state) - Add Content.Client/_Starlight/Plumbing/ (appearance system, UI windows) - Add Resources/Prototypes/_StarLight/Entities/Structures/Piping/Plumbing/ - Add Resources/Textures/_Starlight/Structures/Piping/Plumbing/ (RSI sprites) - Add Resources/Locale/en-US/_Starlight/plumbing/ (FTL strings) - Add NodeGroupID.Plumbing to NodeGroupID enum - Add rpld DataField to RCDDeconstructableComponent - Add PatchSolutionName to SharedChemMaster - Add BeakerBarChart UI control to Content.Client/Medical/Cryogenics - Add PatchComponent to Content.Shared/_Starlight/Medical/Items/Components - Add Patch and PlumbingDuct tags to tags.yml - Add minimal Patch entity prototype Co-authored-by: Koollan <23038489+Koollan@users.noreply.github.com>
Author
Done. Ported the full Starlight Plumbing System in commit
|
Copilot
AI
changed the title
Porting Starlight Plumbing System (Draft)
Porting Starlight Plumbing System
Feb 20, 2026
Koollan
pushed a commit
that referenced
this pull request
Mar 25, 2026
* init new disks are in. can be spawned or printed. no weights or correctly bound techs yet. * tweak textures and naming * make tech disks respect their tier and discipline * make tech console respect tier weight * yml fixes (forgo a million things) * meow :3 reworked to use GenericVisualizer * moved staticPrice comp to shared to support different pricing per tier * unhardcoded prices; tweaked log messages * cleanup * a few fixes * updated pricing to match weights * lowering prices I forgor how many of them science can print * what * t3 texture, logger, factory * move PriceCalculationEvent & EstimatedPriceCalculationEvent to shared * remove static price comp; use EntProtoId for disk proto * moved staticPrice comp back to server * cleanup: price event, visualizer enums & yml * ummove PriceCalculationEvent * ummove PriceCalculationEvent attempt #2 * more unmoving * fixes * predict onExamine * review changes * small cleanup --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Ports the Starlight reagent Plumbing system from ss14Starlight/space-station-14 into the persistence fork, branched from
persistence_testing.Changes
New Code (ported from Starlight)
Content.Server/_Starlight/Plumbing/— Server-side entity systems (PlumbingDeviceSystem,PlumbingInletSystem,PlumbingOutletSystem,PlumbingInputSystem,PlumbingOutputSystem,PlumbingFilterSystem,PlumbingReactorSystem,PlumbingSynthesizerSystem,PlumbingPillPressSystem,PlumbingSmartDispenserSystem,PlumbingConnectorAppearanceSystem,PlumbingPullSystem), node group (PlumbingNet), pipe node (PlumbingNode), and associated events/componentsContent.Shared/_Starlight/Plumbing/— Shared components and BUI state definitions for all plumbing machinesContent.Client/_Starlight/Plumbing/— Client-side appearance system and XAML UI windows for Filter, Reactor, Synthesizer, Smart Dispenser, and Pill PressNew Resources
Resources/Prototypes/_StarLight/Entities/Structures/Piping/Plumbing/— Entity prototypes for fluid ducts (straight, bend, T-junction, fourway) and plumbing machines (Tank, Input, Output, Filter, Reactor, Synthesizer, Smart Dispenser, Pill Press, Bottler)Resources/Textures/_Starlight/Structures/Piping/Plumbing/— RSI sprite sheets for all plumbing entitiesResources/Locale/en-US/_Starlight/plumbing/— Fluent localization strings for plumbing UIModifications to Existing Files
NodeGroupID.cs— AddedPlumbingenum value for the reagent duct node networkRCDDeconstructibleComponent.cs— AddedrpldDataField for YAML compatibility with plumbing prototypesSharedChemMaster.cs— AddedPatchSolutionName = "patch"constant used by the Pill Presstags.yml— AddedPatchandPlumbingDucttag definitionsNew Dependency Stubs
BeakerBarChart.cs— UI bar chart widget used by the Smart Dispenser windowPatchComponent.cs— Minimal component for patch items produced by the Pill Presspatch.yml— MinimalPatchentity prototype for Pill Press outputOriginal prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.