[GS] Keniisus Template 2.2, Can't open Tech Window

Ieke

Chieftain
Joined
Oct 27, 2015
Messages
27
I downloaded Keniisus's Civ template and everything is working pretty good but I can't open the Tech Tree Window. I can pick what to research but if I want to open it up to see all the tech paths it just closes. I can open up the Civic tree.

Thanks for any help.
 
Just to play around I ran Kenisu's Civ Temp 2.2 and left it unchanged and I could not open the Tech Window as well. There is something in the template, when I disable the template and run the game I am then able to open the Tech Window just fine.
 
Just to play around I ran Kenisu's Civ Temp 2.2 and left it unchanged and I could not open the Tech Window as well. There is something in the template, when I disable the template and run the game I am then able to open the Tech Window just fine.
There is a row missing in Civilization_UI.sql and BuildingType refers to the KIND-TRAIT instead of the missing row.

Under Types you need to add a row for the building, eg. ('BUILDING_KEHO_NIMTIA_UI_BUILD', 'KIND_BUILDING' )
After that you need to do a search for all instances of BuildingType. Where you find the BuildingType = KIND_TRAIT-type change to your KIND_BUILDING-type instead.

With that done you should be able to use the tech tree as normal again. Hope it all makes sense :)
 
There is a row missing in Civilization_UI.sql and BuildingType refers to the KIND-TRAIT instead of the missing row.

Under Types you need to add a row for the building, eg. ('BUILDING_KEHO_NIMTIA_UI_BUILD', 'KIND_BUILDING' )
After that you need to do a search for all instances of BuildingType. Where you find the BuildingType = KIND_TRAIT-type change to your KIND_BUILDING-type instead.

With that done you should be able to use the tech tree as normal again. Hope it all makes sense :)


Worked Great!!! Thank you, that has been driving me crazy for a long time.
Have a Blessed day and thank you again :)
 
Back
Top Bottom