Figure
Download
Copy the directory to “X4 Foundations/extensions” (create if needed).
Known Problem or Future work
- Information of number of subordinates are not displayed in “Property Owned”.
- UI patches can conflict (General issue).
Memo
In this try, only one line was edited in ui/addons/ego_detailmonitor/menu_map.lua.
function menu.createPropertyRow
Code: Select all
local isdoublerow = (iteration == 0 and (isstation or #subordinates > 0))
Code: Select all
local isdoublerow = (iteration == 0 and (not isstation and #subordinates > 0))