Hi guys, i already finished another civilization for my mod and turns out i've made strange errors again. This time i went to test my another civilization and however, there are no custom civilizations i made on the list...i also went to the advanced setup to check and there isn't them too. I was glad that this turned out well but it's confusing that i don't know why the civilizations aren't showing.
This is the database log i've collected:
Below it's the zip file of the mod i made as usual.
This is the database log i've collected:
Code:
[55672.687] table Civilization_SpyNames has no column named Gender
[55672.687] In Query - insert into Civilization_SpyNames('CivilizationType', 'SpyName', 'Gender') values (?, ?, ?);
[55672.687] In XMLSerializer while updating table Civilization_SpyNames from file XML/Civilizations/Civ_SeaKingdom.xml.
[55672.703] columns Language, Tag are not unique
[55672.703] While executing - 'insert into Language_en_US('Tag', 'Text') values (?, ?);'
[55672.703] In XMLSerializer while inserting row into table insert into Language_en_US('Tag', 'Text') with values (TXT_KEY_LEADER_SHIROGANE, Shirogane, ).
[55672.703] In XMLSerializer while updating table Language_en_US from file XML/NewText/GameText.xml.
[55672.703] columns Language, Tag are not unique
[55672.765] columns Language, Tag are not unique
[55672.765] While executing - 'insert into Language_en_US('Tag', 'Text') values (?, ?);'
[55672.765] In XMLSerializer while inserting row into table insert into Language_en_US('Tag', 'Text') with values (TXT_KEY_LEADER_SHIROGANE, Shirogane, ).
[55672.765] In XMLSerializer while updating table Language_en_US from file XML/NewText/GameText.xml.
[55672.765] columns Language, Tag are not unique
[55672.781] table Civilization_SpyNames has no column named Gender
[55672.781] In Query - insert into Civilization_SpyNames('CivilizationType', 'SpyName', 'Gender') values (?, ?, ?);
[55672.781] In XMLSerializer while updating table Civilization_SpyNames from file XML/Civilizations/Civ_IcebergIsle.xml.
[55672.781] Database::XMLSerializer (XML/Units/CIV5ArtDefines.xml): 'Row' or 'Delete' expected, got 'UnitArtInfo'.
[55672.781] Database::XMLSerializer (XML/NewText/Shirogane_DiploText.xml): 'Row' or 'Delete' expected, got 'Diplomacy_Responses'.
Below it's the zip file of the mod i made as usual.