Hello all,
I noticed the academy is crashing the game if you get a tier 3 Admin trained on it.
A string shows up advising: "blah blah blah "adminSalaryTier3" not found."
After digging a bit I found an academy file and added the string to it.
Transcript here, but since I can't attach the file, here's the directory for it:
Fractal Softworks\Starsector\mods\Industrial.Evolution2.2.h\data\config
Once you get to config, open the settings.json file.
Go to line 83 for the academy stuff.
#Academy:
"dailyOfficerSpawnChance": 0.15f,
"dailyAdminSpawnChance": 0.10f,
"personalityTrainingDayCount": 93,
"personalityTrainingCost": 30000,
"adminTrainingDayCount": 124,
"adminTrainingCost": 20000,
"monthlyAIStorageCost": 2000,
"adminSalaryTier3":1000, <-- adding this line fixed the crash, adjust the number to your liking
Disclaimer: I don't know what the hell I am doing cause I don't code. I just added this line to this file and it somehow worked.
magic I guess (but if someone more experienced could have a look at the academy plis)
Cheers,
Ya boy.