Cannot find "MaxShipSlots" in Gamplay.constants

I am currently making a fleet supply mod and am having trouble finding the "MaxShipSlots" in the gamplay.Constants file. I was told that I must increase this number to accomodate the increase in fleet supply. I have aleady changed the amount of increase in the corrosponding "RESEARCHSUBJECT" entity files and I believe this is the last step. Any pointers?

thanx

1,273 views 3 replies
Reply #1 Top

Well there arent any maxShipSlots in the gameplay.constant, however you have to alter the the ai to build x times more the ships that can now be build (found at the buttom).

This is from a mod where I increased the logistics by 10 times:

table-Aggressive
   BuildShip 100 - increased from 10
   BuildModuleTactical 2
   BuildModuleCivilian 1
   BuildModuleResearch 1
   UpgradeResearch 2
   UpgradePlanetArtifactLevel 1
   UpgradePlanetPopulation 1
   UpgradePlanetInfastructure 1
   MaxBountyBidCount 5
   UpgradeStarBase 1

Reply #2 Top

Ok. So by changing the number stated above in "table-aggressive" it will increase the logistics for ALL players, correct? So if I only change the logistics research for one race then only players useing that particular race will have an increased fleet supply, right?

 

Reply #3 Top

no that changes how the AI will build its ships and at what rate

the RESEARCHSUBJECT entity files is where you make the changes and yes you need to do it for each race