Skip to content

Instantly share code, notes, and snippets.

View budak7273's full-sized avatar

Rob B budak7273

  • Indiana
View GitHub Profile
@budak7273
budak7273 / README.md
Last active October 1, 2025 18:16
Clean PEP nodes from Satisfactory blueprints and save files

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

Uses @etothepii/satisfactory-file-parser

@budak7273
budak7273 / README.md
Last active January 15, 2024 16:52
Satisfactory modding klogg highlighter
@budak7273
budak7273 / ADO_Tab_Icon_Changer.js
Last active August 23, 2023 20:48
Automatically change tab favicon depending on what Azure Devops resource you have open in a browser
// ==UserScript==
// @name ADO Tab Icon Changer
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Change ADO icons to match the tab type
// @author budak7273
// @match https://dev.azure.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=visualstudio.com
// @grant none
// ==/UserScript==