@uveso Thanks, will have a look at these issues.
Extractor upgrade has been fixed. and it is working fine with this builder requirement:
{ EBC, 'GreaterThanEconIncome', { 5.0, 200.0 } },
Not sure how to fix this and where this error came from. Why T1 engineer want to build T3 building?
WARNING: *AIExecuteBuildStructure: TECH1 Unit "euebest3" is assigned to build TECH3 buildplatoon! ("EnergyStorage")
So, i've just made all storages (excluded T1) not buildable and just upgradable from T1. Is it any other way to fix this issue?
Some missmatch in General.TechLevel has been corrected.
Strategic icons has been corrected.
Display.Abilities has been corrected.
Sound errors has been fixed by repointing to original T2 power generator sounds.
Animation file paths has been fixed.
CustomUnits.lua has been corrected as these buildings are no longer buildable and only upgradable. Is this connected to issue where T1 engineer trying to build T3 building?
Or alternatively can i define storages in this way in Customunits.lua?
ExperimentalEnergyStorage = {
UEF = {'beb1106', 50}, -- Atlas (Mass & Energy Storage)
Cybran = {'brb1106', 50}, -- Stain (Mass & Energy Storage)
Aeon = {'bab1106', 50}, -- Vajun (Mass & Energy Storage)
Seraphim = {'bsb1106', 50}, -- Orba (Mass & Energy Storage)
},
T2EnergyStorage = {
UEF = {'euebest2', 50},
Aeon = {'euabest2', 50},
Cybran = {'eurbest2', 50},
Seraphim = {'exsbest2', 50},
},
T3EnergyStorage = {
UEF = {'euebest3', 50},
Aeon = {'euabest3', 50},
Cybran = {'eurbest3', 50},
Seraphim = {'exsbest3', 50},
},
Will this eliminate issue with T1 engineer trying to build T3 building?
Thanks.