I am trying to recreate a mod I made so you cna train your cap ships up to lvl 10. I know you have to:
adjust the following files in the GameInfo folder:
RESEARCHSUBJECT_CAPITALSHIP_MAXBUYLEVELPHASE0.entity
RESEARCHSUBJECT_CAPITALSHIP_MAXBUYLEVELPSI0.entity
RESEARCHSUBJECT_CAPITALSHIP_MAXBUYLEVELTECH0.entity
then copy it into your mod folder. In those files change either
researchModifier
modifierType "CapitalShipMaxTrainableLevel"
baseValue 2.000000
perLevelValue 1.000000
or
MaxNumResearchLevels 1
The problem is that once I enable the mod the game crashes. I have a Tec, PSI, Phase version of each with the gameinfo dir and the changed file in txt format in it and am using the reference files from the GalaxyForge tool pack on teh web sitre (I ahve the basic game still ver 1.97) is there something I am doing wrong?