I am currently working on a save game analyser for stalaris. So you can get those stats that are interesting/funny: total galaxy population (so you don't need to calculate it manually from the species tab), most common ethos, but also more interesting information how does the ai spend their money on their planets.
in order to pull this of I need some information about the species_index variable in the gamestat file. for pops the species they belong to is specified by the species_index = some interger. with this integer defining to what species a pop belongs.
I would like to know if this integer corresponds to the position of the species in the species part of the gamestate file. species index 0 being the first species in this part of the file species index 1 being the e=second etc.
in order to pull this of I need some information about the species_index variable in the gamestat file. for pops the species they belong to is specified by the species_index = some interger. with this integer defining to what species a pop belongs.
I would like to know if this integer corresponds to the position of the species in the species part of the gamestate file. species index 0 being the first species in this part of the file species index 1 being the e=second etc.