Very very messy quick JS script to clean Platform Expansion Program buildable nodes out of Satisfactory blueprints and saves.
npm run blueprints
: Processes every sbp/sbpcfg file pairing in./inputBPs/
to./outputBPs/
.npm run saves
: Processes every save in./inputSaves/
to./outputSaves/
, removing the mineable ghost part of the node but keeping the building part (so you can get the resources back and re-place them)
blueprints.js
and saves.js
need to be moved to the ./src/
subfolder - Gists don't support subdirectories.
Tested on Windows, Node 22.11.0