https://github.com/diwako/diwako_dui
A UI showing unit positions and names of units in your squad
https://github.com/diwako/diwako_dui
arma3 arma3-mods cba cba-settings clientside compass dui hacktoberfest icons squad
Last synced: 4 months ago
JSON representation
A UI showing unit positions and names of units in your squad
- Host: GitHub
- URL: https://github.com/diwako/diwako_dui
- Owner: diwako
- License: other
- Created: 2019-01-08T17:43:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-26T00:10:27.000Z (4 months ago)
- Last Synced: 2026-01-29T06:08:16.959Z (4 months ago)
- Topics: arma3, arma3-mods, cba, cba-settings, clientside, compass, dui, hacktoberfest, icons, squad
- Language: SQF
- Homepage:
- Size: 25.9 MB
- Stars: 49
- Watchers: 6
- Forks: 45
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Authors: authors.txt
Awesome Lists containing this project
README
# DUI - Squad Radar for ARMA 3
## A UI showing unit positions and names of units in your squad
## Summary
This mod shows a compass in the bottom middle of your screen and a list of people in your current squad. It is made with SQF commands which recently have been added to Arma3 and were not available back in the days of Arma2 or early Arma3. Meaning no weird workarounds with map elements are needed anymore which just eat more frames.
A strong point of this UI is its customizability and its many features are all settable with CBA settings.
## Requirements
- CBA
## Supported mods
- ACE 3
- ACRE
- TFAR (Both versions)
## Features
#### Scaling
Rescale the UI elements in CBA settings, text can be rescaled on its own as well!
#### Font
Choose which font is used in the UI
#### Icon Styles
Choose which icon style should be used
#### Color Schemes
Choose the colors that are used throughout the UI
#### Compass Styles
Choose how your compass should look like
#### Choose which UI elements should be shown
Enable or disable the Compass or Namelist on the fly, both or individually. Keybind to hide the UI is included
#### Show the Bearing On Top Of The Compass
Or don’t, you choose. Also possible to show milradians!
#### Adjustable Compass Range
Change the range of the compass on the fly either via CBA settings or keybindings
#### Compass Refresh Rate
Do not want to update the compass every frame? Choose the refresh rate of it!
#### Compass Unit Occlusion
Time to get lost in the jungle again!
#### Namelist Text Size
Change the size of the text of the squad name list. Smaller means more units will fit into one column!
#### Buddy System
Designate someone in your squad as your buddy, they will get their own icon so you will always find each other
#### Show Unit Ranks
SQL just died? No problem, Keybind included to see who is the next in rank
#### Make your own styles
Color, icon and compass styles on mission level are supported!
## Special Variables
DUI has a special variable mission makers can use.
### diwako_dui_special_track
Array of objects in `missionNamepace`. Every unit or vehicle in this array will be tracked on compass. Be aware that this might be a performance issue if too many objects are added. Be also aware that you do not add a unit that is already in your squad, or else you have 2 icons for that unit.
# Reporting bugs
Create a fitting title beginning with the tag word "BUG".
In general, be as specific as possible when reporting bugs, it is good to tell how to reproduce it, so it gets fixed faster.
# Requesting Features
For requesting features create a new issue with the tag word "FEATURE" at the beginning of the title. Feature requests can range from new styles to whole new functionality. The feasibility of those requests will be analysed inside the feature request itself
# Pull requests
Tell in detail what your PR will change, why it should be added and what benefits you think it will bring. PRs can be from new styles, bug fixes to whole new functionality. The changes will be reviewed within the PR.
# Building
Use the [latest version of Hemtt](https://github.com/BrettMayson/HEMTT/releases/tag/v1.13.1) to build this project.
After installing Hemtt, you can build this project using `hemtt dev` or `hemtt build`.
To test your changes and such, you can launch Arma directly using `hemtt launch`.
# Additional
[Playable version (DEV)](https://steamcommunity.com/sharedfiles/filedetails/?id=1617125729) (You can build from source as well)\
[Playable version (STABLE)](https://steamcommunity.com/sharedfiles/filedetails/?id=1638341685)\
[BI Thread](https://forums.bohemia.net/forums/topic/221597-dui-squad-radar/)