> Better.
As Starsector modding has evolved, so have the backend libraries. The original console mod was built for a simpler time. The newer iterations are designed to play nice with heavy-duty mod libraries like LazyLib and MagicLib .
: If a system lacks a stable point for a Comm Relay, use this script to spawn one at your current location: runcode SectorEntityToken fleet = Global.getSector().getPlayerFleet(); StarSystemAPI sys = (StarSystemAPI)fleet.getContainingLocation(); SectorEntityToken stable = fleet.getContainingLocation().addCustomEntity(null, null, "stable_location", "neutral"); .
: Typing devmode in the console enables "God-eye" view on the map, allowing you to see inside unexplored systems and use the Neutrino Detector for free. Essential Starsector Console Commands I Can't Play Without
This is where Starsector becomes a sandbox god. Instead of a command, you inject a small Java code snippet.