Gilgamesch
Ancient Alien
Hey all,
we all now modern era is broken, and thats a mess.
Well i think i figured out why ths happened.
The problem is related to TechtreeBFFT. When Chrome tried to implend a new era, he has done some replacing error or what ever.
All colllums in the whole lua file are coded with RevolutionaryWarfare, Molecule, Environment... and again Molecule.
This causes the problem with not able to accessing the modern era techtree.
Didnt fond any relatin of this changes in any other technology file.
Sadyly i failed yester day, with fixing it.
Dont know why but my modbuddy seems buggy.
Got some problems with duplicated files, that are both working in the database.
Maybe this news, could help you Fires to fix the current problem
.
This would be so very helpfull. You did a great code , i think i understand the mechanism, but for any reason it doesnt worked for me.
Edit @Fires you work is 3 years old but sill the best in CiV, have you find a way to bring back also mutiple policy pages?
best wishes
Gilga
we all now modern era is broken, and thats a mess.
Well i think i figured out why ths happened.
Code:
local g_PipeRevolutionaryWarfare = InstanceManager:new( "TechPipeInstance", "TechPipeIcon", Controls.RWTechTreeScrollPanel );
local g_TechInstanceRevolutionaryWarfare = InstanceManager:new( "TechButtonInstance", "TechButton", Controls.RWTechTreeScrollPanel );
local g_PipeMolecule = InstanceManager:new( "TechPipeInstance", "TechPipeIcon", Controls.MoleculeTechTreeScrollPanel );
local g_TechInstanceMolecule = InstanceManager:new( "TechButtonInstance", "TechButton", Controls.MoleculeTechTreeScrollPanel );
local g_PipeEnvironment = InstanceManager:new( "TechPipeInstance", "TechPipeIcon", Controls.EnvironmentTechTreeScrollPanel );
local g_TechInstanceEnvironment = InstanceManager:new( "TechButtonInstance", "TechButton", Controls.EnvironmentTechTreeScrollPanel );
local g_PipeElectrical = InstanceManager:new( "TechPipeInstance", "TechPipeIcon", Controls.ElectricalTechTreeScrollPanel );
local g_TechInstanceElectrical = InstanceManager:new( "TechButtonInstance", "TechButton", Controls.ElectricalTechTreeScrollPanel );
local g_PipeMolecules = InstanceManager:new( "TechPipeInstance", "TechPipeIcon", Controls.MoleculesTechTreeScrollPanel );
local g_TechInstanceMolecules = InstanceManager:new( "TechButtonInstance", "TechButton", Controls.MoleculesTechTreeScrollPanel );
All colllums in the whole lua file are coded with RevolutionaryWarfare, Molecule, Environment... and again Molecule.
This causes the problem with not able to accessing the modern era techtree.
Didnt fond any relatin of this changes in any other technology file.
Sadyly i failed yester day, with fixing it.
Dont know why but my modbuddy seems buggy.
Got some problems with duplicated files, that are both working in the database.

This would be so very helpfull. You did a great code , i think i understand the mechanism, but for any reason it doesnt worked for me.
Edit @Fires you work is 3 years old but sill the best in CiV, have you find a way to bring back also mutiple policy pages?
best wishes
Gilga