He now didn't made a single post for about a week or even more, i think he normally do much more on forum and at his website.
Is he ill or already in holyday?
He now didn't made a single post for about a week or even more, i think he normally do much more on forum and at his website.
Is he ill or already in holyday?
I have CIV+G&K installed, but when I disable in the DLC menu G&K, do I have then a real Vanilla game or is this case another one? It seems to me that it's a difference between having NOT G&K installed and having G&K installed but NOT G&K enabled.
So I get the same heavy tooltip bug with VEMV161 and CIV+G&K installed + G&K disabled, which is very annoying because I'm currently writing a story in a german forum, this story began before G&K came out but I restarted it with VEM161 because of savegame incompatibility.
Hello, again everyone. Unfortunately, I seem to be having the same darn problem again. I upgraded to G&K and it's come back. Thats right everyone! The disapearing building toolotip bug is back!
MapModData.Fields = MapModData.Fields or {}
MapModData.Fields.Units = MapModData.Fields.Units or {}
MapModData.Fields.Buildings = MapModData.Fields.Buildings or {}
--print(string.format("%3s ms loading InfoTooltipInclude.lua building field functions", Game.Round(os.clock() - buildingFieldStartTime, 8)))
local buildingFieldStartTime = os.clock()
data_BuildingFields = nil
if true then--not Game.InitializedFields then
Game.InitializedFields = true
MapModData.Fields.Buildings = {}
for buildingInfo in GameInfo.Buildings() do
local buildingID = buildingInfo.ID
data_BuildingFields = buildingInfo
MapModData.Fields.Buildings[buildingID] = {}
for row in GameInfo.BuildingFields() do
if row.Value == nil then
log:Error("data_BuildingFields %s value is nil", row.Type)
MapModData.Fields.Buildings[buildingID][row.Order] = {row.Type, nil}
else
MapModData.Fields.Buildings[buildingID][row.Order] = {row.Type, assert(loadstring("return " .. row.Value))()}
end
The end result being that the screenshot in my original post is how my building tooltips look.........again. Applying the fix by Erendir no longer helps since I can't even find
Maybe - it's hard to tell in advance. The game sometimes does okay with loading saves from a different version. I'd recommend saving a backup to revert if it can't load.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.