Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); In-development patch notes for Starsector 0.98a (2/8/25)

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - imscoutin

Pages: [1]
1
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 :-X

For the time being:
Place this fix .jar in Nexerelin/jars
Use this console command to get back your XP:
Code: java
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();
(For those wondering how this was happening, NPC ground battle units were stealing the player XP when generated)

Thanks!

2
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.

Pages: [1]