Edit planet logistic and tac number

Hi I wanted to know what entity file I needed to use to edit the amount of structures planets can build I thought it was one of the modules but I can't find it can someone point me in the right direction. I even tried doing a search on the subject with no luck any help would be appreciated.  Thanks

2,894 views 2 replies
Reply #1 Top

In each planet entity file you find a big chunk of the file that looks like this, which determines the amount of slots at each upgrade level.

    path:CivilianModules
        stageCount 3
        stage
            price
                credits 0.000000
                metal 0.000000
                crystal 0.000000
            upgradeTime 0.000000
            maxModuleSlotCount:Civilian 8.000000
            maxModuleConstructorCount 0
        stage
            price
                credits 450.000000
                metal 150.000000
                crystal 75.000000
            upgradeTime 45.000000
            maxModuleSlotCount:Civilian 14.000000
            maxModuleConstructorCount 1

End of quote

If you want to just change the cost of just one structure, that you can do in the module files.

planetUpgradeSlotType "Civilian"
planetUpgradeSlotCount 4.000000

End of quote

 

Reply #2 Top
Thanks I found it I modified both files now all I have to do is test different settings and see what happens really want to be able to build a lot of defenses for my planets like the game says I want players to entrench theselves literaly.