All Starbases Mine mod....

There is a mod that allowed all starbases to mine.  With the advent of 1.6 the mod has not been working.  Wonder how to "work around" or make this mod work again.  Any ideas?


25,932 views 4 replies
Reply #1 Top

You can use WinMerge to compare the mod file StarbaseModuleDefs.xml with the 1.6 version of the file and then merge the changes to your mod file making sure not to overwrite the actual modded code in the file. Best to find the modded changes first and encapsulate then with comments so you know to ignore those lines when using WinMerge. Best of luck.

+1 Loading…
Reply #2 Top

Thank you!

Reply #3 Top

In starbasemoduledefs.xml look for this block for each base starbase type

 

<Preclusions>
      <StarbaseModule>CultureRingModule</StarbaseModule>
      <StarbaseModule>EconomicRingModule</StarbaseModule>
      <StarbaseModule>MiningRingModule</StarbaseModule>
    </Preclusions>

 

and delete the miningringmodule preclusion from all of them, then delete all preclusions from miningringmodule. That will make every starbases able to be mining + 1 other type. To make it not type restricted at all, delete all the preclusions from every module.

Reply #4 Top

It seems that fix alone is not enough. I'm still unable to build mining modules on every other starbase type. Any ideas how to proceed from here?

 

Edit. And of course the moment I give up and start whining here is the moment I get it to work.