Skip to content

Rezoix/DU-hud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Dual Universe HUD

!!!WORK IN PROGRESS!!!

May not work with seats at the moment, use a programming board

Does not work in cockpits

Installation

  • Paste hud.lua code into system->start()
  • Paste system.showScreen(0) into system->stop()
  • Choose between updater
    1. system->update() where hud refreshes every frame
      • Paste updateHud() into system->update()
    2. unit->tick() where hud refresh rate can be chosen
      • Paste unit.setTimer("updateHud", 1/x) into unit->start(). For example unit.setTimer("updateHud", 1/30) has refresh rate of 30 times a second
      • Create unit->tick(updateHud) event and paste updateHud() into it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published