1
Mods / Re: [0.95a] Nexerelin v0.10.3f "SpaceLand Battle" (hotfix 2021-11-22)
« on: November 22, 2021, 11:20:02 PM »After either installing e or f, my marines started losing xp. I can gain exp, but it slowly goes to 0. Theres a bunch of mods, but this is the only one I have updated. No changes to the config....wow, I managed to completely fail to notice in an entire playtest run
For the time being:
Place this fix .jar in Nexerelin/jars
Use this console command to get back your XP:Code: java(For those wondering how this was happening, NPC ground battle units were stealing the player XP when generated)runcode import com.fs.starfarer.api.impl.PlayerFleetPersonnelTracker;
PlayerFleetPersonnelTracker.getInstance().getMarineData().addXP(1000f); /* The XP amount is such that 200 marines having 50 XP means a 25% XP bonus */
PlayerFleetPersonnelTracker.getInstance().update();
Thanks!