Starsector 0.96a is out! (05/05/23); Blog post: Colony Crises (11/24/23)
Does anyone understand what this means?Happens every time I use the command "allhulls" and browse the ships in the storage.854178 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - java.lang.RuntimeException: System with id [drone_pd] not found<the rest of the error>
you've got a mod using a vanilla system that got renamed / removed, try updating all of your mods
Been asked a few times so I figured I may as well mention it here:There's a vanilla devmode command in dialog (>> (dev) options) to raise (or lower) reputation with the person you're talking to.
runcode SectorEntityToken fleet = Global.getSector().getPlayerFleet(); List<SectorEntityToken> sectorEntityTokens = fleet.getContainingLocation().getAllEntities(); for(int i = 0; i < sectorEntityTokens.size(); i++) { if(sectorEntityTokens.get(i) instanceof CampaignTerrainAPI) { if(((CampaignTerrainAPI)sectorEntityTokens.get(i)).getPlugin().containsEntity(fleet)) { fleet.getContainingLocation().removeEntity((SectorEntityToken)sectorEntityTokens.get(i)); } } }
hi guys. new to mods. can someone please point me in the direction of the download button or subscribe button? dont know how this works.
Upcoming/planned features:More commands! If you have any requests let me know in this thread and I'll try to add them to the next version.