Summary
Adds a framework for HUDs from equipable items, like a helmet.
Workshop Pages
Main Mod:
https://reforger.armaplatform.com/workshop/62E904C5C053111E-SalamisHUDFramework
Documentation
https://docs.google.com/document/d/14OoA7VOCZspE58zWE9zERIefS9URa74pVP3quledM6c/edit?usp=sharing
Features
- HUD Framework for activating UI when an item is equipped.
- Allows custom update scripts to run when HUD is equipped for moving widgets.
Google Docs
SAL_HUDComponentAdd this to whatever item you want to draw the HUD when equipped. There will be two attributes.- Hud Name is the HUD layout you made as a UI.- Hud Update is the script you will use that can update widgets in your LayoutIn this example I am updating a compass to spin where...