Skip to content

Releases: Dimencia/DU-Orbital-Hud

Release v4.910

03 Jan 20:03
4f7a5d6
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.910

  • Resolution Refactor: Default postions in Edit LUA Parameters are set for 1920x1080 HUD resolution.
    Note: 1920x1080 works even if your game resolution is different (2560x1440), this lets you have bigger text on a higher resolution.
    If you change ResolutionX and ResolutionY, everything that does NOT have a X/Y setting in Edit LUA Parameters will shift based on your new resolution.
    All other values in Edit LUA Parameters must be shifted to where you want them. (Altitude, fuel, etc). This will of course save on your databank.
    i.e. if you set ResolutionX/Y to 2560/1440, you probably want to set centerX/Y to 1280/720, and the other X/Y locations to where you want them.
    For the other settable postions, a recommended approach is to take (default value X times Resolution X ) divided by 1920 and (default value Y times Resolution Y ) divided by 1080

Release v4.901

03 Jan 02:33
2126dea
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.901

  • To help avoid burning up in atmosphere, New User Variable: AtmoSpeedLimit default (1050km/h) - If in atmo and in travel mode, brakes will toggle on and off if you attempt to exceed your atmo speed limit.
    If in cruise mode, brake will come on and can be toggled off to allow continued speed increase. NOTE: In cruise mode, DU controls brakes and engines, so Brake Engaged
    may not slow you or may not come on.

Release v4.900

02 Jan 21:06
6272b07
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.900

  • Major refactoring of variables in to local unless a savable variable.
  • Due to the increased use of databanks on ships, the databank associated with this script must now be manually slotted one time.
    This mean, put down seat, put down databank, slot databank to seat, run hud autoconf like normal.
    You should not need to reslot existing databanks used in previous versions.
  • Fixed time display for days, hours, minutes, seconds.

Release v4.858

30 Dec 16:24
95b0e60
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.858

  • Added optional telemeter support. Telemeters are set for manual slotting like fuel tanks, meaning you must manually slot it to chair/remote one time, then run the hud autoconf.
    When you hit CTRL-L looking at control unit, you should see telemeter_1 in a slot. Telemeter has a range of 100m vice vBooster of 80m. Above Ground Level will show the lower
    of telemeter or hover or vBooster reading.
  • Modified hover height to account for ships having hover AND vbooster (before it used vBooster and then didnt check hover) so that if a hover is lower than vBooster and detects ground,
    it's height will be used.

Release v4.857

29 Dec 20:49
c6f8453
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.857

  • Added Above Ground Level (AGL) that will display when hover/vBooster that is slotted detects ground level (max about 80m)
  • Fixed LandedGroundHoverHeight to work. Set that user variable to 1m below the AGL shown when on ground.
  • Added support for SatNav to DU Orbital Hud - toggle on UseSatNav in Edit Lua Parameters and then you do not need to edit the HUD when using SatNav

Release v4.856

29 Dec 18:05
ca61bb1
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.856

  • AGG will continue towards last set Target Height whether off or on. To stop AGG changing target height, set target height = singularity (basealtitude) height. NOTE: AGG will continue towards its last set target height whether you are in seat or not. If on, and in AGG control, ship will continue to height as well in seat or out.

Release v4.855

19 Dec 20:12
3fc23ae
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.855

  • Added VanillaRockets to user parameter. If on, rockets will act like vanilla (toggle on/off with B by default)

Release v4.854

19 Dec 18:42
1020bde
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.854

  • Sync AltitudeHold Target Height and AGG Target Height: If AltitudeHold is on and AGG is on, and Agg Target Altitude gets within 20m of AltitudeHold target altitude they will couple together and using alt-space or alt-c will change both Target AGG altitude and Altitude Hold target altitude to same value. Toggle off AGG to decouple target heights (or toggle off Altitude Hold).
  • Added more coroutine yeilds during startup every 250 elements processed to help with large ships (maybe, untested, but wont have a negative effect lower count ships)

Release v4.853

16 Dec 17:55
4987b4d
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.853

  • Removed Emergency Warp - ALT-J is hardcoded keybind now to initiate warp jump, no more lua call.

Release v4.852

16 Dec 15:55
f5205c8
Compare
Choose a tag to compare

How to Install

  1. Scroll down the the Assets and click on ButtonHUD.conf, this should trigger a download for this file.
  2. Save the file to %ProgramData%\Dual Universe\Game\data\lua\autoconf\custom (or equivalent directory if you did not do default install), the filename does not matter (as long as it's still .conf)
  3. In-game, right click your seat and go to Advanced -> Update custom autoconf list - If you get a YAML error, you did not follow the above directions correctly.
  4. Again, right click your seat and select Advanced -> Run Custom Autoconfigure -> ButtonsHud - Dimencia and Archaegeo
  5. IMPORTANT: Right click the ship and set the user control scheme to Keyboard (Advanced -> Change Control Scheme -> Keyboard). This is necessary for the HUD to work, but you can change the actual control scheme in the next step - fear not virtual joystick aces!
  6. Right click the seat, choose Advanced -> Edit LUA Parameters. Change the userControlScheme to the actual control scheme you wish to use (e.g. Virtual Joystick). You may mouse over the other parameters and set them as you wish - there are many, you should familiarize yourself with them. You may also change control scheme using a Button while seated.
  7. If you have a Databank installed on your vehicle your parameters will save when you stand up. Saved parameters will be restored any time you upgrade the HUD to a new version. See Saving in the Readme for more information

At this point you should be ready to fly!

Latest Changes

Version 4.852

  • Fixed fuel tanks, again (stop changing element names!)
  • Restored emergency warp.