Tools¶
Interactive single-page utilities for Stationeers. Each tool runs entirely in the browser; nothing is uploaded, nothing is tracked, no install is required. Open and use.
How these tools are built¶
Every tool here pins a specific slice of game data into a navigable form. The values, formulas, and switches come verbatim from the game's decompile. Each tool carries a "Game version" stamp matching the version it was last validated against, and a comment block at the top of its source file citing every line of decompile it draws from.
When the game updates, the data in a tool may go stale. The cited line numbers in the source file are the way to re-verify. If a tool falls behind a game update, the corresponding Research page is the authoritative reference; the tool is a view onto that page's data, not a parallel source of truth.
Why ship them as standalone HTML¶
Each tool is a single file. No build step, no framework, no CDN dependency. Open the file directly from disk and it works; open it from this site and it works the same way. The same single file ships in the StationeersPlus repository under tools/ and is mirrored onto this site.
The list below is generated by the build, so any new tools/<name>/index.html added to the StationeersPlus repository appears here automatically on the next publish.