IUFMarine
Chieftain
- Joined
- Mar 29, 2017
- Messages
- 4
Trying to change a mod to affect the new civs and it crashes when attempting to create a new game ( flashes the blue screen "starting game" then reverts to main menu)
Checked the Database log and this was the only error:
[Gameplay] ERROR: Invalid Reference on CivilizationTraits.CivilizationType - "CIVILIZATION_PERSIA" does not exist in Civilizations
I have the DLC installed and can play with Persia unmodded or with non-civ specific mods...
<CivilizationTraits>
<Row CivilizationType="CIVILIZATION_PERSIA" TraitType="TRAIT_CIVILIZATION_MOD_TEST"/>
</CivilizationTraits>
is the relevent code from the mod file... is there something that I am doing wrong?
Checked the Database log and this was the only error:
[Gameplay] ERROR: Invalid Reference on CivilizationTraits.CivilizationType - "CIVILIZATION_PERSIA" does not exist in Civilizations
I have the DLC installed and can play with Persia unmodded or with non-civ specific mods...
<CivilizationTraits>
<Row CivilizationType="CIVILIZATION_PERSIA" TraitType="TRAIT_CIVILIZATION_MOD_TEST"/>
</CivilizationTraits>
is the relevent code from the mod file... is there something that I am doing wrong?