Need help with new civ

Joined
Feb 24, 2012
Messages
661
Location
Kentucky
I used whoward's tutorial for civ making, and I can't get the civ to show up. I looked at the database logs and there's an error in the start location that I can't figure out how to resolve. If anyone could help me I'd greatly appreciate it.
 

Attachments

  • The Sims (v 1).zip
    13.7 KB · Views: 26
  • Database.zip
    935 bytes · Views: 27
This:

[209244.718] table Civilization_Start_Along_River has no column named CivilizaionType
[209244.718] In Query - insert into Civilization_Start_Along_River('CivilizaionType', 'StartAlongRiver') values (?, ?);
[209244.718] In XMLSerializer while updating table Civilization_Start_Along_River from file XML/SimlishCivilization.xml.
[209246.855] Validating Foreign Key Constraints...

indicates an invalid entry in the table Civilization_Start_Along_River. You mistyped CivilizationType. This causes the game to discard the whole file, and thus the whole civ.
 
One more note: I didn't look through the other files extensively. If you run in to more issues, feel free to post additional questions. Welcome to the modding world!
 
Top Bottom