Version 1.3.0 released Changed: Occlusion now checks for visibility once per second, meaning the feature is not as fps intensive anymore Selection numbers are now shown in the namelist when at least one unit is selected Added: Arma3 UI Layout editor support Ability to hide squadbar   ATTENTION If you set your own UI position for the UI before this update: With the support for the Arma3 Layout editor, old set positions will be broken! You can either ignore this and start from fresh or you can migrate these using this script. profileNamespace setVariable ["igui_diwako_dui_compass_x", profileNamespace getVariable "diwako_dui_compass_x"]; profileNamespace setVariable ["igui_diwako_dui_compass_y", profileNamespace getVariable "diwako_dui_compass_y"]; profileNamespace setVariable ["igui_diwako_dui_namelist_x", profileNamespace getVariable "diwako_dui_namelist_x"]; profileNamespace setVariable ["igui_diwako_dui_namelist_y", profileNamespace getVariable "diwako_dui_namelist_y"]; profileNamespace setVariable ["diwako_dui_compass_x",nil]; profileNamespace setVariable ["diwako_dui_compass_y",nil]; profileNamespace setVariable ["diwako_dui_namelist_x",nil]; profileNamespace setVariable ["diwako_dui_namelist_y",nil]; saveProfileNamespace;   Download https://steamcommunity.com/sharedfiles/filedetails/?id=1638341685 https://github.com/diwako/diwako_dui/releases/tag/1.3.0     How to use the Layout Editor? As usual by clicking on game options and then layout editor. However I recommend these steps to hassle free set up the UI. Go into the editor, place a few units in a group Preview Open up your CBA settings while previewing and set them as desired Once you set the looks, Font, style, scale etc enable the checkbox to use the layout editor positions open up the layout editor, over esc -> settings -> game -> layout editor Set the position as you desire and save the UI layout You can either hit restart the mission or use the "Toggle UI" keybind to refresh the UI position If something went wrong you can set the "Reset Ui Position" checkbox within CBA Settings, it will reset the UI positions to default.
    • Like
    3