Logo Platform
logo amplifiers simplified

Faction Trait count

Reply
Copied to clipboard!
7 years ago
Jun 20, 2017, 4:38:18 PM

Has anyone seen where the number allowed is set?  I can always just make the all not count but that seems like the hard way to do it.

0Send private message
0Send private message
7 years ago
Jun 21, 2017, 5:13:45 PM

If you add IgnoreForTraitsCount="true" to every trait in FactionTraits[Major]


What I am doing for now as I can't seem to find the count yet.

Updated 7 years ago.
0Send private message
7 years ago
Jun 21, 2017, 5:46:44 PM

Oh boy this takes a decade. Thanks for helping me out with this one. I've been looking for the count for hours now and I can't seem to find it.


EDIT: I did the editing like this: 


Find: <FactionTrait   

Replace: <FactionTrait IgnoreForTraitsCount="true" 


With +1 space character at the end of them


It worked


Updated 7 years ago.
0Send private message
7 years ago
Jun 21, 2017, 7:57:14 PM


grumble314 wrote:

Has anyone seen where the number allowed is set? 

If your still looking for the count it is in the Registry.xml file

It is on line 219

<CustomFaction>
    <!-- Comment out the line to remove the limitation -->
    <FactionTraitsMaxCount>8</FactionTraitsMaxCount>
    <PopulationPointPool>
60</PopulationPointPool>
    <MajorPopulationInitialCount>
2</MajorPopulationInitialCount>
</CustomFaction>

Updated 7 years ago.
0Send private message
7 years ago
Jun 22, 2017, 8:44:51 AM
Painter448 wrote:


If your still looking for the count it is in the Registry.xml file

It is on line 219

<CustomFaction>
    <!-- Comment out the line to remove the limitation -->
    <FactionTraitsMaxCount>8</FactionTraitsMaxCount>
    <PopulationPointPool>
60</PopulationPointPool>
    <MajorPopulationInitialCount>
2</MajorPopulationInitialCount>
</CustomFaction>

It worked! After 3 hours searching desperately. Many thanks!

0Send private message
0Send private message
?

Click here to login

Reply
Comment