Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
Helmet Mounted Display CONTROLLER 1A v1_3
   
Award
Favorite
Favorited
Unfavorite
Microcontrollers: Cockpit, Microcontroller
Tags: v1.13.6
File Size
Posted
Updated
127.430 KB
Dec 26, 2024 @ 8:36am
Feb 20 @ 12:46pm
3 Change Notes ( view )

Subscribe to download
Helmet Mounted Display CONTROLLER 1A v1_3

Description

it draws a simple display that shows flight data:
- Current View Heading
- Current altitude (Meters)
- Current speed (KMH)
it is easily modifyable with the LUA and Logic being structured and kept at a minimum.
it also has an output with the current point data so you can minimize composite connections and modify it to work with missile targeting for example.
it also only uses input channel 20 and upwards for the Inputs so you can add a Radar Hud Without having to rewrite the existing code.

WORKS WITH SCREENS 3X3 AND BIGGER




If you add this to your vehicle please Credit me and post the Creation link in the comments.
8 Comments
Gerg_de  [author] Feb 6 @ 8:25am 
Now compatible with all displays 3x3 and bigger
Gerg_de  [author] Dec 26, 2024 @ 1:45pm 
Gerg_de  [author] Dec 26, 2024 @ 12:54pm 
Radar Hud formula for making one yourself in LUA (for the DrawCircle function)( updated): (CX+((T1X-(HMSX*MODIF1X))*(w*4))), (CY+((T1Y-(HMSY*MODIF1Y))*(-w*4)))
Sir_James Dec 26, 2024 @ 12:37pm 
Sick
Gerg_de  [author] Dec 26, 2024 @ 12:33pm 
it should work on the update at least this version should. its all coded to adjust to screen size
Sir_James Dec 26, 2024 @ 12:30pm 
I'll be honest, I have no clue what that formula means :)
Gerg_de  [author] Dec 26, 2024 @ 12:12pm 
Thanks! i already made a version with a Radar hud btw ( havent posted it yet)
Sir_James Dec 26, 2024 @ 11:25am 
Hope this works with the update. Would be a shame if it didn't work. Looks great