Handoffs
Standalone modder-facing guides. Each page is self-contained and covers one recipe end-to-end.
-
Escaping the OKLG Public Enemy doom loop
Save-file recipe for crew that have spiraled into permanent hostility with a station faction. Covers both the binary
CrimeOKLGThreatflag and the per-relationshipfAnimosityrep accumulator, plus three options for stopping the spiral from re-triggering. -
A player trait that suppresses needs
Mod guide for adding a player-only trait that flat-lines the survival-needs tickers. Walks the trait → cond-rule → loot chain end-to-end.
-
Sprite scaling for item mods
Why custom item sprites render too big, off-center, or without an inventory icon. Covers the 16 px/tile constant, the
nCols+aSocketAddslogical-footprint math, the inventory icon path,strImgNorm, andmapPoints. Six verified claims. -
The Ostranauts fire system — deep dive
What causes fires, what stops them, and where the doom-loops live. Walks all four ignition paths (ship-vs-ship hits, sparking off damaged powered items, crew welding, explosions), the
O2² · T / (20 · P · 293)room-chance formula, the flammability tier coefficients (Fireproof 0 / Flammable 6× / Burnable 2.5× / nothing 0.25×), and the JSON-vs-code split for every tunable knob.