Savecraft's in-game mod pushes your colony on every save -- colonists, resources, research, defenses. Eight calculators answer with the game's own decompiled formulas. Works with Claude and ChatGPT.


RimWorld doesn't write readable save data mid-session, so Savecraft ships an in-game mod instead -- it exports structured colony state every time the game saves.
Every calculator implements the formula from RimWorld's decompiled code -- the same numbers the game computes internally.
Calculate true surgery success probability from surgeon skill, bed type, quality, room cleanliness, medicine, and operation difficulty. Implements the exact formula from Recipe_Surgery.CheckSurgeryFail.
Compute nutrition/day/tile and silver/day/tile for any crop on any soil type, accounting for fertility sensitivity, temperature growth curves, and rest periods. Includes tiles-per-colonist estimates.
Compute ranged DPS at any distance (accuracy interpolation across 4 range breakpoints), melee true DPS via weighted verb selection, and armor damage reduction expected values.
Look up final stats for any item-material-quality combination using the three-layer multiplication: base stat, material factor, and quality multiplier.
Compute silver/day for drug production chains (crop to processed drug), silver per raw material, and addiction risk data including tolerance thresholds and safe dose intervals.
Convert colony wealth to expected raid points using the piecewise wealth curve from StorytellerUtility, with per-colonist point scaling and building wealth at 50% factor.
Validate xenogerm builds against complexity and metabolism budgets, detect gene conflicts via exclusion tags, and tally archite capsule requirements.
Traverse research prerequisite chains with total costs, applying tech level multipliers for tribal starts. Includes research speed estimation.
Generic reassurance. No formula, no numbers, no idea who your surgeon is.
The exact CheckSurgeryFail factor chain, computed on your colony's actual options.
Raid prep, load-outs, grow-ops -- each answer runs the game's real numbers.
The mod does the exporting; the calculators do the math. You just ask questions in plain language.
Add the Savecraft mod to your RimWorld mod list and pair it with your Savecraft account once. Safe to add or remove mid-save.
Every save pushes your colony's structured state -- no exports to run, no files to find. The data is there the next time you ask.
Surgery odds on a specific pawn, the raid your wealth is inviting, what to plant where -- your AI reads your colony and runs the game's formulas on it.
The math comes from the game itself, not from a wiki.
Works with Claude and ChatGPT. Subscribe on the Workshop and your colony comes along.