RTFM [i.e., "read the... ahem, manual"]. In a number of places in the first post, it says:Thank you for interesting mod but is there a way to turn off "unit list" on left side of screen?
Then, if you look at the feature list you'll find:EUI DLC is modular: if there are things you don't like or need or which conflict with mods you want to use (check the "mods compatibility" spoiler below), you can disable that part by removing the corresponding subfolder from the UI_bc1 folder. Check the feature list above to determine which module includes which feature to be disabled. Please note that EUI DLC will break if its Art* or Core folder are removed.
- UnitPanel: shows remaining unit movement with decimals
- UnitPanel: all available unit commands are shown in a single column (no more "show more actions")
- UnitPanel: can edit unit name at any time with a right click
- UnitPanel: unit ribbon lists player's units and status icons. When selecting a unit, units are sorted by distance to selected unit. Some mouse over actions are operational. Filtering / sort options are not yet implemented
[B][COLOR="Red"]--[/COLOR][/B]if not g_isHideCityList then
[B][COLOR="Red"]--[/COLOR][/B]Controls.UnitStack:CalculateSize()
[B][COLOR="Red"]--[/COLOR][/B]unitStackHeight = Controls.UnitStack:GetSizeY()
[B][COLOR="Red"]--[/COLOR][/B]end
local numberOfButtonsPerRow = [SIZE="5"][COLOR="DarkRed"][B]4[/B][/COLOR][/SIZE]
local buttonSize = 60
local buttonPadding = 8
local buttonOffsetX = 16
local buttonOffsetY = 40
local workerPanelSizeOffsetY = 104
if OptionsManager.GetSmallUIAssets() then --and not UI.IsTouchScreenEnabled() then
numberOfButtonsPerRow = [SIZE="5"][COLOR="DarkRed"][B]6[/B][/COLOR][/SIZE]
buttonSize = 40
buttonPadding = 6
workerPanelSizeOffsetY = 86
end
If i were to give *1* for these values, would that allow for a single column (stack) of Unit Actions instead of the new method that creates a "Variable Box"??
it's a misunderstanding: I only meant that it was easy to implement given the fact that... I just need the time to code and check for bugs (the last part is by far what takes the most time)
Cheers
Basically, the old elements of UI pop up....
I believe that's the default display when small interface is enabled.-- Your city view Top-Left corner is customized to show values in small boxes (along side the Icons only) instead of the usual drop-down listing.
Something i've been trying (for weeks now!!) to find out too (which also proves there's other stuff creeping in, btw);
-- Your city view Top-Left corner is customized to show values in small boxes (along side the Icons only) instead of the usual drop-down listing.
** Which mod does that?