PDA CartridgeLoader Prediction #727

Merged
LilithArson merged 1 commit from pda-predict-20260730 into master 2026-07-30 18:54:55 +00:00
Owner

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

CartridgeLoaderSystem has been moved to shared, with many of the API signatures changing to reflect newer codebase conventions. Preinstalled programs are no longer specified via the preinstalled: datafield, but rather, are installed using normal container fills into preinstalled-program-container. Support for background programs was removed. AfterInteractEvent and DeviceNetworkPacketEvent are relayed through CartridgeRelayedEvent<T>s instead of CartridgeAfterInteractEvent and CartridgeDeviceNetPacketEvent.

<!-- Link definitions, do not edit --> [guidelines]: https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html [ruleset]: https://rules.byrdstation.space/#h.vigrxrnffwji ## Short description <!-- What do you propose to change with your PR? --> Backport of https://github.com/space-wizards/space-station-14/pull/40302 ## Why we need to add this <!-- What is the reason for adding these changes? Please post links to Discussions as well as Bug Reports here. Please describe how this will change the game balance. --> ## Media (Video/Screenshots) <!--If your PR contains in-game changes you must provide screenshots/videos of the changes.--> ## Checklist <!-- Check boxes for faster reviewing of your PR --> - [x] I do not require assistance to complete the PR. - [x] I have verified that the changes work before posting/requesting review of my PR. - [x] I have added screenshots/videos of the changes, or this PR does not change in-game mechanics. - [x] I have read the [Pull Request and Changelog Guidelines][guidelines] and [Byrd Station's Contributor Ruleset][ruleset]. ## Breaking changes <!-- List any breaking changes, including namespaces, public class/method/field changes, prototype renames; and provide instructions for fixing them. This will be posted in #codebase-changes. --> `CartridgeLoaderSystem` has been moved to shared, with many of the API signatures changing to reflect newer codebase conventions. Preinstalled programs are no longer specified via the `preinstalled:` datafield, but rather, are installed using normal container fills into `preinstalled-program-container`. Support for background programs was removed. `AfterInteractEvent` and `DeviceNetworkPacketEvent` are relayed through `CartridgeRelayedEvent<T>`s instead of `CartridgeAfterInteractEvent` and `CartridgeDeviceNetPacketEvent`.
PDA CartridgeLoader Prediction
All checks were successful
Close PRs on master / run (pull_request_target) Has been skipped
Labels: Size / size-label (pull_request_target) Successful in 4s
Labels: PR / labeler (pull_request_target) Successful in 4s
CRLF Check / CRLF Check (pull_request) Successful in 2m11s
RGA schema validator / YAML RGA schema validator (pull_request) Successful in 2m53s
RSI Validator / Validate RSIs (pull_request) Successful in 3m4s
Map file schema validator / YAML map schema validator (pull_request) Successful in 10m17s
YAML Linter / YAML Linter (pull_request) Successful in 13m49s
Test Packaging / Test Packaging (pull_request) Successful in 32m23s
PR Changelogs / changelog (pull_request_target) Successful in 51s
d3935955a7
LilithArson deleted branch pda-predict-20260730 2026-07-30 18:54:55 +00:00
Sign in to join this conversation.
No description provided.