A cheat panel mod for Starsector built on the NexusUI framework. Add credits, resources, weapons, ships, XP, and story points via a convenient in-game overlay.
- Credits — Add credits with preset amounts (1K, 10K, 100K, 1M) or custom values
- Resources — Add supplies, fuel, crew, marines, heavy machinery, metals, transplutonics, organics, volatiles, food, drugs, organs, hand weapons, and luxury goods
- Weapons — Add any weapon by ID with configurable quantity
- Ships — Add any ship variant by ID to your fleet (spawns at max CR)
- XP & Story Points — Add XP (10K–1M presets) and story points (1–25 presets)
All commands are executed thread-safely through the NexusUI command queue system, ensuring game state is modified on the correct thread.
- Install LazyLib
- Install NexusUI
- Download the latest release or clone this repository
- Copy the
NexusCheatsfolder into yourStarsector/mods/directory - Enable NexusCheats in the Starsector launcher
- Load a save game with all three mods enabled
- Click the floating N button on the campaign screen
- Switch to the Cheats tab in the overlay
- Select a category from the sidebar (Credits, Resources, Weapons, Ships, XP & Skills)
- Enter values or use preset buttons, then click the action button
- Status feedback appears below confirming the action or showing errors
| ID | Weapon |
|---|---|
autopulse |
Autopulse Laser |
squall |
Squall MLRS |
harpoon_single |
Harpoon MRM |
gauss |
Gauss Cannon |
hellbore |
Hellbore Cannon |
| ID | Ship |
|---|---|
onslaught_Standard |
Onslaught (Standard) |
paragon_Standard |
Paragon (Standard) |
conquest_Standard |
Conquest (Standard) |
doom_Strike |
Doom (Strike) |
wolf_CS |
Wolf (CS) |
Requires JDK 8+ and NexusUI.jar on the classpath. Run build.bat in the mod root.