Adding items to Civilization_BuildingClassOverrides causes errors

rf900

Warlord
Joined
Jan 31, 2006
Messages
194
I tried to override buildings with empty items, or even with other ones repeated. In both cases when starting a game in the setup screen the screen dissapears, leader to choose from dissapear...

Code:
INSERT INTO Civilization_BuildingClassOverrides (CivilizationType,BuildingClassType) VALUES ("CIVILIZATION_AZTEC","BUILDINGCLASS_ANGKOR_WAT");
INSERT INTO Civilization_BuildingClassOverrides (CivilizationType,BuildingClassType) VALUES ("CIVILIZATION_AZTEC","BUILDINGCLASS_BANK");

Same with adding it in XML.

Anybody knows why it is causing errors, in LUA it says something about missing argument for a unique bonus, I will try to paste the exact error.

The changes are actually applied in the database, my guess is that somewhere else the game expects that the civs can create the basic buildings.
 
Back
Top Bottom