Flight HUD
Flight HUD is a client side Fabric and Forge Minecraft Mod that adds a flight style HUD like one you would see in a flight simulator.
Fabric and Forge Support!
Open the Files Tab to download the correct version.
Features
• pitch ladder
• artificial horizon
• flight path (prograde vector)
• air speed with sliding scale
• heading with sliding scale
• direction ordinals and axes
• altitude with sliding scale (relative to block zero)
• height (distance from ground)
• elytra health percentage
• location in x/z
• elevation summary showing
- void damage mark
- block zero
- ground level
- build limit
- current altitude
Config File
Config support is currently only in the fabric-4 version. The config file will be created after you run the new mod once. If you set "watchForConfigChanges"=true and restart, changes will occur in real-time when saving changes to the config file.
{
"watchForConfigChanges": false,
"width": 0.6,
"height": 0.6,
"scale": 1.0,
"xOffset": 0.0,
"yOffset": 0.0,
"thickness": 1.0,
"color_red": 0,
"color_green": 255,
"color_blue": 0,
"elytra_showHealth": true,
"elytra_x": 0.5,
"elytra_y": 0.8,
"location_showReadout": true,
"location_x": 0.2,
"location_y": 0.8,
"flightPath_show": true,
"pitchLadder_degreesPerBar": 20,
"pitchLadder_showLadder": true,
"pitchLadder_optimumGlideAngle": -2.0,
"pitchLadder_optimumClimbAngle": 55.0,
"speed_showScale": true,
"speed_showReadout": true,
"altitude_showScale": true,
"altitude_showReadout": true,
"altitude_showHeight": true,
"altitude_showGroundInfo": true,
"heading_showScale": true,
"heading_showReadout": true,
"heading_showOrdinals": true
}
How about Forge 36.0.0 and 16.5?
Please update for Forge 35.1.36 on 16.4
Is there a 1.16.3 for FORGE available ?
Forge reports that the 1.16.2 does not run on 1.16.3
In reply to wolfkarst:
I think you're going to have to wait til he finishes
Excellent mod. Would like to be able to configure which key activates the HUD, though. Maybe add support for swapping the hotkey in the Options menu?
In reply to Lv44EnderShaman:
Thanks! That is all supported in the latest fabric version, not yet in the forge version.
Really neat mod.
I would like a button to permanently turn it on to use it with another mod rather than just the elytra
In reply to Forge_User_14229899:
the ~ does that for the latest fabric version. I am planning to convert that for forge, but haven't gotten to it yet.
Mod looks great! Looks to be a complete (and better) upgrade of mine: https://www.curseforge.com/minecraft/mc-mods/critical-flight-details
One feature I wish you would pull from mine to yours... when you start flying, the hud should auto-display and when you land it should auto hide
In reply to criticalkosh:
Thanks!! It should be doing that, if not there is a bug somewhere I need to fix.
After playing with the config file, which thank you a ton for. I've found that the elytra_x variable isn't in the middle. Setting it to 0.49 seems to center the vector graphic.
Using a 1080p screen I've found that these changes from default are a good change to size to 1080p
"width": 0.92,
"height": 0.92,
The below puts the elytra health indicator right above the hotbar (with gui size 2) and below where the toast text when switching items in hotbar pops up.
"elytra_y": 0.935,
The only nitpick is a possible key to toggle between options; always on, flight mode only, and off.
In reply to Forge_User_00429134:
Awesome! That's good to hear. I am working on a hot key to toggle the display mode next.
In reply to Forge_User_00429134:
As of the fabric-5 version, the ~ key is is now bound to change display modes. That binding can be changed in the standard controls menu. There are now three config files: flighthud.settings.json, flighthud.full.json, flighthud.min.json. Hitting the key to change change modes will toggle between NONE, FULL and MIN. This allows a minimal HUD to be set for most of the shorts flights. Toggling the HUD while not flying allows the non-flying mode to be set so that the HUD could be used while mining, boating, etc. if desired.
This is a great mod i love the hud
however there is one issue that prevents me using it
There is no toggle key
this is annoying as i dont wana see the hud when i am making a quick jump infact it is very distracting
it would be realy good to have a configurable keybind to toggle the hud
other then that its perfect
In reply to theultrasheeplord:
Thanks! I will look into adding that in, I was thinking the same thing. Are you using the forge or fabric version, I can work on that one first.
In reply to ToroCraft:
fabric
In reply to theultrasheeplord:
A toggle key is now supported in fabric-5. It defaults to ~, but can be changed in the standard control options.
This has a Fabric tag, but does not load with Fabric. There is no indicator of it even being loaded in console, which is reported here (https://hastebin.com/ravopowaxo.sql) with only Fabric API and Mod Menu. Please fix or remove the Fabric tag as well as requirements for Fabric.I'm a dumbdumb and forgot to check files. It's over there. I assumed an all in one mod file.
In reply to Forge_User_00429134:
Which file did you download, maybe I uploaded on the wrong one, or you downloaded the wrong one?
In reply to Forge_User_00429134:
I just tested it, and it worked for me. Please double check you downloaded the fabric version, curse only shows the last file for each version of minecraft under recent files, so you will need to click on the Files tab to see all of the support loaders.