PDA CartridgeLoader Prediction #727
No reviewers
Labels
No labels
bug
Changes: Audio
Changes: Map
Changes: No C#
Changes: Sprites
Changes: UI
documentation
DON'T MERGE
duplicate
enhancement
good first issue
help wanted
holding to vote
invalid
question
size/L
size/M
size/S
size/XL
size/XS
S: Merge Conflict
S: Untriaged
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Byrd-Station/Byrd!727
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pda-predict-20260730"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Short description
Backport of https://github.com/space-wizards/space-station-14/pull/40302
Why we need to add this
Media (Video/Screenshots)
Checklist
Breaking changes
CartridgeLoaderSystemhas been moved to shared, with many of the API signatures changing to reflect newer codebase conventions. Preinstalled programs are no longer specified via thepreinstalled:datafield, but rather, are installed using normal container fills intopreinstalled-program-container. Support for background programs was removed.AfterInteractEventandDeviceNetworkPacketEventare relayed throughCartridgeRelayedEvent<T>s instead ofCartridgeAfterInteractEventandCartridgeDeviceNetPacketEvent.