Wrong forum. -> Modding Forum.

You need to adjust the following files in the GameInfo folder:
RESEARCHSUBJECT_CAPITALSHIP_MAXBUYLEVELPHASE0.entity
RESEARCHSUBJECT_CAPITALSHIP_MAXBUYLEVELPSI0.entity
RESEARCHSUBJECT_CAPITALSHIP_MAXBUYLEVELTECH0.entityNow, in the normal GameInfo folder those files are compiled, so you can't read them (well, you can, but it's just garbled mess).
So, download the 1.04 modder resources from
here to get the files in a readable way. Extract the GameInfo folder from this file and copy it into your mod folder. There are then the files mentioned above. In those files change either
researchModifier
modifierType "CapitalShipMaxTrainableLevel"
baseValue 2.000000
perLevelValue 1.000000or
MaxNumResearchLevels 1to something higher.
Or alternatively, download
this .zip file and extract it into your mod folder and enable it as a mod.
You'll now be able to upgrade your ships level to 10. (If you've researched it, that is.

)