Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.17 KB

vu-compass

vu-compass

A compass ui-mod for Venice Unleashed

About

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.

Check it in action

Config

You can check the ext/client/config.lua file for the available config options. You can changes those options:

  1. by directly changing the config file
  2. using the RCON commands compass.SetPosition, compass.SetIndicator and compass.ShowDegrees
  3. by dispatching an event from another mod, passing your preferred values
-- update the config from another mod example
Events:Dispatch('Compass:Config', {
  ['position'] = 'bottom'
})

Warzone Compass

vu-compass warzone

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.