Drop in a .sav file and get a breakdown of everything inside it: how many of each object you have built,
and how many entries live in every area of the save JSON. Nothing is uploaded — it all happens in your browser.
Supports StarRupture .sav files and already-converted .json saves
Save Files Are Here: C:\Program Files (x86)\Steam\userdata\[RandomNumber]\1631270\remote\Saved\SaveGames
Overview
−
Object Counts
every entity in the world, grouped by type and what it costs the game to save−
Object
Category
Count
Size
Share
Player Items
everything carried in player inventories and gem slots+
Item
Category
Stacks
Amount
Known Areas
players, antennas, doors, corporations and progression+
Largest Areas
what is actually making the save big+
These areas do not overlap — every part of the save is counted once. Sizes are what the
game holds while it writes the save: 2 bytes per character, so roughly double the size on disk.
The game gives up past 1 GB.
Area
Entries
Size
Share
JSON Areas
click any area to drill into it+
Entries is the number of direct children of that area.
Values in total counts every leaf value nested underneath it.
Size is what that area costs the game when it writes the save (2 bytes per character).