// COMMAND SUMMARY
// COMMANDER PROFILE
━━━━━━━━━━━━━━━━━━ SKILL TREES ━━━━━━━━━━━━━━━━━━
// VESSEL DIAGNOSTICS
━━━━━━━━━━━━━━━━━━ CREW ━━━━━━━━━━━━━━━━━━
// SHIP EQUIPMENT, HARDPOINTS & HULL
━━━━━━━━━━━━━━━━━━ HULL & DEFENSE ━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━ INSTALLED MODULES ━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━ BOOSTERS ━━━━━━━━━━━━━━━━━━
Boosters are stored as item names. Game must have the booster type defined internally — adding random strings will be ignored.
// DIPLOMATIC REGISTRY — 122 ENTRIES
// CARGO MANIFEST
━━━━━━━━━━━━━━━━━━ SHIP CARGO ITEMS ━━━━━━━━━━━━━━━━━━
Click any item to clone it (creates a new stack of x1 in cargo). Useful for duplicating gear.
━━━━━━━━━━━━━━━━━━ GLOBAL INVENTORY ━━━━━━━━━━━━━━━━━━
// REFINED MATERIALS — REFINERY STORAGE
Refined material storage is a fixed array of 8 float values stored in
refinedStorage. The exact mapping of slot→material may vary; labels below are educated guesses based on common Vanguard Galaxy materials. Use the in-game Refinery to confirm which slot is which, or just fill them all to be safe.
━━━━━━━━━━━━━━━━━━ CARGO ITEM QUANTITIES ━━━━━━━━━━━━━━━━━━
Adjust stack sizes for items already in your ship's cargo hold. To add entirely new items, the safest path is to acquire one in-game first, then multiply it here.
// GALAXY MAP & EXPLORATION
━━━━━━━━━━━━━━━━━━ AUTOPILOT SETTINGS ━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━ SYSTEMS ━━━━━━━━━━━━━━━━━━
// ACTIVE & ARCHIVED MISSIONS
// UNLOCKS & PROGRESSION
━━━━━━━━━━━━━━━━━━ COUNTERS ━━━━━━━━━━━━━━━━━━
// RAW JSON — ADVANCED MODE
⚠ EDITING DIRECTLY CAN CORRUPT YOUR SAVE. MALFORMED JSON WILL BE REJECTED.