Client-side · No upload · Your save stays local

StarRupture Junction Fix

Fixes the drone junction save/load bug where drones collapse to the center lane or items teleport between junctions. Works on all junction types.

📂
Drop your save file here
or click to browse · accepts .sav files
💾
Output

How it works

1
The bug: Junctions lose their CrLogisticsSocketsFragment on save/load because the game doesn't persist it. Without socket positions, drones can't route through junctions and items teleport between them.
2
The fix: Writes socket position data directly into every junction entity, derived from existing spline endpoint coordinates. No new entities are created. With the SocketSaveFix mod, the fix is permanent. Without the mod, re-run after each load.
3
Safe: No entities are added or removed. Everything runs in your browser — your save file is never uploaded anywhere.