Editing schema tables????

Formulapower

Warlord
Joined
Nov 5, 2007
Messages
148
I want to add a schema elements to the "Triats" Table in the CIV5Traits.xml file. I have tried everything I know to do but I cannot add what I want.

I want to add the following

<Column name="Defense" type="integer" default="0"/>

This way I can have a trait that will give all cities extra defense as their civ trait...but like I said nothing seems to work...can anyone help me figure out how I am suppose to edit these tables???
 
Have you tried doing it via SQL instead which is easier (IMO)?

Here is the link to one of the threads on this forum: http://forums.civfanatics.com/showthread.php?t=449431

EDIT: In case you have done so yet, you might want to use the SQL Manager tool (via Firefox) to check what is happening in the DBDebug file which holds all modding table info. This is a plug you download for Firefox....unfortunately I cant remember how I got it!
 
Just type "SQLite Manager" into the firefox search engine and you'll find it :)
 
Back
Top Bottom