Modding tech tree

What file is used to adjust the time it takes to research a tech. It seems it would be MasterTechDefs but I can't find the code that controls the time required for the 3 choice techs.

Specifically I am trying to mod the file that requires more than twice the turns to research High Capacity Hulls in Zero G Optimization.

26,672 views 2 replies
Reply #1 Top

In MasterTechDefs.xml (should be copied to mod folder), search for <InternalName>MasterZeroGravityOptimization2</InternalName> and change the <ResearchCost> from "256" to "96". Hope that helps!

+1 Loading…
Reply #2 Top

Thanks