Stormworks: Build and Rescue

Stormworks: Build and Rescue

Ei tarpeeksi arvosteluja
4-Input Digital Dial
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
116.675 KB
18.12.2020 klo 17.21
1 muutos ( näytä )

Tilaa ladataksesi
4-Input Digital Dial

Kuvaus
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 kommenttia
VKU 19.4. klo 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  [tekijä] 17.9.2021 klo 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.9.2021 klo 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.9.2021 klo 12.20 
plog