A compass ui-mod for Venice Unleashed
The compass widget that we all know and love 😜 from games like PR, PUBG, Squad, etc it's now available as a standalone mod for Venice Unleashed. Just add it in your ModList and it should work out of the box with any other mod or for any vanilla server.
You can check the ext/client/config.lua
file for the available config options. You can changes those options:
- by directly changing the config file
- using the RCON commands
compass.SetPosition
,compass.SetIndicator
andcompass.ShowDegrees
- by dispatching an event from another mod, passing your preferred values
-- update the config from another mod example
Events:Dispatch('Compass:Config', {
['position'] = 'bottom'
})
I also added a Warzone styled compass as a bonus. You can use it by downloading the contents of the warzone branch. It doesn't support any config option though.