- Joined
- Mar 5, 2017
- Messages
- 4,115
Trying to activate my expanded eras mod via ruleset. My ruleset XML is this.
The Ruleset.xml is in FrontEnd Actions (Update Database). The actual mod SQL is in In-Game actions (Update Database). This isn't right - the ruleset shows up, but the mod is always active. What do I need to do to make the mod only active with the ruleset?
Code:
<GameInfo>
<Rulesets>
<Row>
<RulesetType>RULESET_EXTENDEDEDERAS</RulesetType>
<Name>Extended Eras - Historical Speed</Name>
<Description>Standard production speed with longer research times.</Description>
</Row>
</Rulesets>
<RulesetSupportedValues>
<Row Ruleset="RULESET_EXTENDEDEDERAS" Domain="StandardEras" Value="ERA_ANCIENT"/>
<Row Ruleset="RULESET_EXTENDEDEDERAS" Domain="StandardGameSpeeds" Value="GAMESPEED_STANDARD"/>
</RulesetSupportedValues>
</GameInfo>
The Ruleset.xml is in FrontEnd Actions (Update Database). The actual mod SQL is in In-Game actions (Update Database). This isn't right - the ruleset shows up, but the mod is always active. What do I need to do to make the mod only active with the ruleset?