Starsector Additional Console Commands Better May 2026

Additional Console Commands

is a popular supplementary mod for Starsector that expands upon the base Console Commands mod by adding specialized management and "cleanup" tools . Users generally consider it a high-quality "quality of life" (QoL) extension, particularly for heavily modded playthroughs where manual save editing would otherwise be required to fix faction or fleet issues. Key Features and Commands

  • to find the exact internal IDs for rare items like the Pristine Nanoforge ( pristine_nanoforge ) before using the Starsector specific Java RunCode snippets starsector additional console commands better

    Further Resources:

    • Infinite Burn speed: runcode ShipAPI.MovementAPI movement = player.getShip().getMovement(); movement.setMaxSpeed(9999f);
    • Reveal full sensor network: runcode player.getFleet().getSensorProfile().setRangeModifier(10000f);
    • Remove all ship D-Mods: runcode player.getFleet().getMembersWithFighters().forEach(mc -> mc.getVariant().getHullMods().stream().filter(h -> h.startsWith"dmod").collect(Collectors.toList()).forEach(d -> mc.getVariant().removeMod(d)));