Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
4-Input Digital Dial
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
116.675 KB
18 Dec, 2020 @ 5:21pm
1 Change Note ( view )

Subscribe to download
4-Input Digital Dial

Description
Just a basic 4-value dial that you can use on your creations.

Features:
  • 4 different screens, each for a different value you want to track
  • Touch-screen navigation buttons
  • Customizable input min/max through microcontroller properties
  • Ability to label each value
  • Will alternate between displaying the number value and the given label every 2 seconds
  • Clean design

Usage:
All you should need to do to get the system working is hook the microcontroller up to a 1x1 monitor, by linking the composite output from the monitor to the input on the microcontroller, and by linking the video output from the controller to the input on the monitor. From there you can link the 4 values you want to track to the corresponding number inputs on the microcontroller.

Permissions:
Please! Feel free to use my scripts in your builds. I only ask that you please mention me and the script that you used if you are posting your builds on the Steam Workshop/on YouTube/on any other online sharing platform.

Other:
Please comment! Let me know if you liked it, or if you hated it, and what I should change. Give me suggestions, or ideas for future builds. If I have time, I'll try to do the things that I see in the comments section.

Thank you!
4 Comments
VKU 19 Apr @ 7:27am 
If after the line t = input_on replace these lines
if str < 1 then scr = 1 end
if scr > 4 then scr = 4 end
with this, then you can move from the first sensor to the fourth (by pressing left), and from the fourth to the first (by pressing right)!
if scr > 4 then scr = 1 end
if str < 1 then scr = 4 end
TheMystic6  [author] 17 Sep, 2021 @ 7:26pm 
@Geralt of Rivia, thanks! I'm currently studying at a university so I don't have a whole lot of time to do much, but if I get a chance I'll hop on and play with it (probly when the new DLC drops), or maybe I'll even make a whole new one that's better and scalable to the new different sized monitors.
Geralt of Rivia 17 Sep, 2021 @ 5:43pm 
love the micro controller but i was wondering if you could make is so i could move it around on a screen, for example having mutable dials on one monitor.
Jelly Baby 13 Sep, 2021 @ 12:20pm 
plog