Hello. I haven't tried modding but I just want to make the game a little bit more intresting. I like having massive battles and like strikecraft. I want to know if you can change the amount of strikecraft for cap ships, hangers, and light carriers. Also, I like huge fleets, so I want to see if I can make the ship supply and cap ship levels higher for more ships. Ty, and I hope your answer is yes because that would make AWESOME battles.
For the number of strikecraft there is a line
"CommandPoints
StartValue 1.600000
ValueIncreasePerLevel 0.200000"
for capital ships, "baseCommandPoints" for hangers, and "maxNumCommandPoints" for cruiser carriers. Hangers and cruisers are pretty self-explainitory, for Capital ships StarValue is how many points it will have at level 1, ValueIncreasePerLevel is how much it goes up per level.
You can also change the number of strikecraft in a squadron. For the TEC fighers, you want to look in SquadTechCombat.entity You want to change the line"baseMaxNumFighters"
For increasine fleet supply +cap ship crews, you need to edit the research for them. TEC fleet is RESEARCHSUBJECT_MAXSHIPSLOTSTECH0, 1, 2, 3... etc
Capital crews are RESEARCHSUBJECT_MAXCAPITALSHIPSTECH0, 1, 2, 3... etc
In the one that ends with "0" baseValue is how many you start with, perLevelValue is how much it goes up when you research it. For all the files that don't end in "0", baseValue is zero, you can leave that.