Stormworks: Build and Rescue

Stormworks: Build and Rescue

Evaluări insuficiente
4-Input Digital Dial
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Dimensiunea fișierului
Postat
116.675 KB
18 dec. 2020 la 17:21
1 jurnal de actualizare ( vizionare )

Abonează-te pentru a descărca
4-Input Digital Dial

Descriere
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 comentarii
VKU 19 apr. la 7:27 
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  [autor] 17 sept. 2021 la 19:26 
@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 sept. 2021 la 17:43 
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 sept. 2021 la 12:20 
plog