This member has provided no bio about themself...

Comment History
Barta066
Barta066 - - 1 comments @ Ultima Ratio Mod

A quick fix for this is to go to the Registry.xml file found in Documents\Endless Space\Disharmony\modding\UltimaRatioMod (Sandbox added)\Simulation\Registry.xml
and under <Game> add
T<CustomFaction>
TT<!-- Value -1 disables the condition -->
TT<MaxFactionTraits>900</MaxFactionTraits>
TT<MaxNegativeFactionTraits>90</MaxNegativeFactionTraits>
T</CustomFaction>
with Tabs instead of the T's.
It should look like
<Audio/>
<Game>
T<CustomFaction>
TT<!-- Value -1 disables the condition -->
TT<MaxFactionTraits>900</MaxFactionTraits>
TT<MaxNegativeFactionTraits>90</MaxNegativeFactionTraits>
T</CustomFaction>
<VictoryConditions>
etc.
Set the 900 and 90 values to whatever you want.

Good karma+1 vote