Need help, can't get Civ to be selectable

Pluvia

Chieftain
Joined
Feb 15, 2013
Messages
81
Location
UK
Hi, I can't get my mod I posted here,

http://forums.civfanatics.com/showthread.php?p=12224522#post12224522

to be selectrable in game. No error messages are flagging up and my logs are showing nothing but it just wont appear. It's driving me crazy because it's almost been a week now and I'm still no closer to figuring out the problem, and all I need is for it to be selectable so I can start testing.

Can someone help me here?
 
No error messages are flagging up and my logs are showing nothing but it just wont appear.

Then you
a) don't have logging enabled
b) arn't looking in the correct log files
c) not starting the game from after the Next button on the Mod Browser screen

Your errors are in database.loag and are

Code:
[1222.813] table Leader_Traits has no column named Description
[1222.813] In Query - insert into Leader_Traits('LeaderType', 'TraitType', 'Description', 'ShortDescription') values (?, ?, ?, ?);
[1222.813] In XMLSerializer while updating table Leader_Traits from file XML/Leaders/Liara.xml.

Code:
[1222.813] table Buildings has no column named Culture
[1222.813] In Query - insert into Buildings('Type', 'BuildingClass', 'FreeStartEra', 'Cost', 'GoldMaintenance', 'Help', 'Description', 'Civilopedia', 'Strategy', 'ArtDefineTag', 'MinAreaSize', 'Culture', 'HurryCostModifier', 'IconAtlas', 'NeverCapture', 'PortraitIndex') values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);
[1222.813] In XMLSerializer while updating table Buildings from file XML/Buildings/Asari_Buildings.xml.

The second one is only an issue if you are wanting the civ to work with G&K and not just Vanilla
 
Then you
a) don't have logging enabled
b) arn't looking in the correct log files
c) not starting the game from after the Next button on the Mod Browser screen

Your errors are in database.loag and are updates.

Code:
[1222.813] table Leader_Traits has no column named Description
[1222.813] In Query - insert into Leader_Traits('LeaderType', 'TraitType', 'Description', 'ShortDescription') values (?, ?, ?, ?);
[1222.813] In XMLSerializer while updating table Leader_Traits from file XML/Leaders/Liara.xml.

Fixed this thanks.

Code:
[1222.813] table Buildings has no column named Culture
[1222.813] In Query - insert into Buildings('Type', 'BuildingClass', 'FreeStartEra', 'Cost', 'GoldMaintenance', 'Help', 'Description', 'Civilopedia', 'Strategy', 'ArtDefineTag', 'MinAreaSize', 'Culture', 'HurryCostModifier', 'IconAtlas', 'NeverCapture', 'PortraitIndex') values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);
[1222.813] In XMLSerializer while updating table Buildings from file XML/Buildings/Asari_Buildings.xml.

The second one is only an issue if you are wanting the civ to work with G&K and not just Vanilla

This one I just don't understand, all of my buildings have culture in them. If I could create a trait that just affected all culture buildings it would help out here.

Anyway thanks for your help, it seems more problems have arisen (like why is there a black box around all my images) and it appears this is going to be more complicated than I thought.
 
Fixed this thanks.



This one I just don't understand, all of my buildings have culture in them. If I could create a trait that just affected all culture buildings it would help out here.

Anyway thanks for your help, it seems more problems have arisen (like why is there a black box around all my images) and it appears this is going to be more complicated than I thought.

You need an alpha layer.
 
Back
Top Bottom