This is mostly a rant, not sure it will help someone, sorry for necroing.
I am trying to figure out what that mod does (If we are talking about same mod),
It's published on nexus mods and is called "All Starbase rings in one".
My findings so far
It has a lot of changes to StarbaseModuleDefs (It overwrites vanilla).
Main changes are:
- Every starbase module, including megastructures has additional Stats sections, like HitPointsCap +10 (More for megastructures), AssaultDefense +25, InterceptorFightersCap +4
- There are a lot of changes to AIBaseWeight, mostly decreased, not sure what havoc all these changes make to AI decisions.
- Ring modules themselves, in addition to previous stats have StarbaseRange increased by 2.
Also Preclusion section is missing other ring modules, I suppose this allows you to build multiple rings on the same starbase.
- Some mining modules like 'MiningDrones' have different prerequ items: '<UpgradesFrom>MiningRingModule</UpgradesFrom>' is replaced with '<StarbaseModule>MiningRingModule</StarbaseModule>', not sure what is the effect of this change, Also preclusions section is blanked (in original it has all other ring modules listed there).
- Some modules (MiningHeadquarterModule) have '<Option>Tech_Terran_Abundance</Option>' missing from Prereq.
Now there are a lot of changes in megastructure modules, they have additional stats sections, as usual. But also:
- Prereq section is missing '<MaxPerNexusType>true</MaxPerNexusType>' flag.
- Triggers have been changed (for ex. 'SN_Augment_GalacticResort_L1' has tourism multiplier increased to 0.25 from 0.05, some effects have type changed from Flat to Multiplier, a lot of those minor changes everywhere).
It took me a few hours to sift through roughly half a meg of text to gather all this. I am trying to make my own mod with these findings, I'll try to simplify everything. Use modification schema. No changes to triggers or AI Weights, no additional stats sections to every single module (just ring module range increase). Allso will try not to touch megastructure modules.