Changing ship slots

Hey guys quick question.  Im wondering where on earth you find the variable to change the max ammount of cap crews and max supply.  Ive figured out how to change the supply a ship uses but cant for the life of me find where the max supply avaiable.  plz help
3,663 views 3 replies
Reply #1 Top
Well, it is counter-intuitive to a huge degree, but, it's in RESEARCHSUBJECT_MAXSHIPSLOTSTECH1.entity.

Scroll down until you get to this part:

researchModifier
modifierType "ShipMaxSlots"
baseValue 100.000000
perLevelValue 150.000000

And then change the baseValue tag to read whatever you'd like the starting value to be. You change the amount each research upgrade changes by altering the perLevelValue tag in each individual tier upgrade file.

Happy modding! =)