Hello All,
Can i change the xml tables content, i.e can i add an existing column from table A into table B??
In the table <Table name="Civilizations"> there are 2 columns:
<Column name="Playable" type="boolean" default="true" />
<Column name="AIPlayable" type="boolean" default="true" />
And i would like to add (copy into) these 2 columns to the table <Table name="Units">
I think i can write the xml for it but will the game database recognise the 2 new columns in the table units and more important will the game know what to do with them??
Cheers
Can i change the xml tables content, i.e can i add an existing column from table A into table B??
In the table <Table name="Civilizations"> there are 2 columns:
<Column name="Playable" type="boolean" default="true" />
<Column name="AIPlayable" type="boolean" default="true" />
And i would like to add (copy into) these 2 columns to the table <Table name="Units">
I think i can write the xml for it but will the game database recognise the 2 new columns in the table units and more important will the game know what to do with them??
Cheers