whoward69
DLL Minion
A quick and dirty fix for the Unit Panel vanishing issue (I'd rather play with a slightly broken UI than have to jump through hoops loading mods again and again and again)
1) Locate the file assets\UI\InGame\WorldView\UnitPanel.lua and open it with a plain text editor (Notepad is good)
2) On (on near) line 106, comment out (or delete)
eg
3) Do NOT click any button that looks like the ones highlighted in red (the other one says something like "Airlift the unit to the selected city" in the tooltip)
Or any other button that shouldn't be there!!!
1) Locate the file assets\UI\InGame\WorldView\UnitPanel.lua and open it with a plain text editor (Notepad is good)
2) On (on near) line 106, comment out (or delete)
Code:
error("Could not find method to obtain action icon.");
Code:
-- error("Could not find method to obtain action icon.");
3) Do NOT click any button that looks like the ones highlighted in red (the other one says something like "Airlift the unit to the selected city" in the tooltip)
Or any other button that shouldn't be there!!!