Stormworks: Build and Rescue

Stormworks: Build and Rescue

Monitor dial
25 Comments
DerAtomherbst 25 Sep, 2023 @ 5:26pm 
Oh nevermind, i just went back and saw that its moving, my bad
DerAtomherbst 25 Sep, 2023 @ 5:25pm 
The battery part of the microcontroller doesnt seem to work, i can tell the battery is getting low and this displays it at full, i got it linked and stuff, hm
Lbebe 21 Jun, 2022 @ 10:50pm 
can u make this be a 1x1 monitor?
SubliminalX 19 Jan, 2022 @ 5:06pm 
This is cool:steamthumbsup:
qxtno  [author] 18 Jan, 2022 @ 9:42am 
Everyone can use it. I put it here so everyone can do whatever they want with it.
Tristan196 15 Jan, 2022 @ 2:18am 
can I use it for my creation please?
qxtno  [author] 29 Mar, 2021 @ 2:21am 
Sure, you can use it! Of course it is possible, but I don't have time to do it :P and it's not that hard to modify mine to do what you want, go ahead and try it :D
bagek 29 Mar, 2021 @ 1:06am 
can i use this in my plane and just asking is it possible to make one of these made just for a plane with like altitude and stuff like that
qxtno  [author] 11 Mar, 2021 @ 6:34am 
Sure, you can use it wherever you want :D
Tkmined 10 Mar, 2021 @ 5:30am 
May I use this in a vehicle? I dont have time to make one myself, and this is pretty high quality.
Frag2000 23 Sep, 2020 @ 7:53am 
That thing is SO AWESOME!!!!

For constructive criticism, I think that for a cleaner look (less flashing digit) you should consider removing the decimals. I think that people dont really need to know that decimal value and it makes the monitor a bit flashy. I am a developer myself so I will adjust mine.

Also, not sure if everyone agree (it is just my opinion) but I think you should stick to RPS instead of RPM. People are used to talk with that term for comparison purpose over forums.

GREAT GREAT work man. Keep the good stuff coming :)
Jepster 13 Sep, 2020 @ 12:06pm 
Ok 👌🏻
qxtno  [author] 13 Sep, 2020 @ 10:12am 
I might, but i don't know if i'll have the time.
Jepster 13 Sep, 2020 @ 7:28am 
Could you make something similar but to a 1x1 monitor?
tonytheking01 25 Jul, 2020 @ 4:17pm 
i cannot see it in my bench
Dellor Rage 9 Jul, 2020 @ 3:58pm 
For some reason it doesn't show up in my bench
gr3ycigan 8 Jun, 2020 @ 9:58am 
Thank u !! u saved me a lot of time in lua scripts :)
qxtno  [author] 8 Jun, 2020 @ 5:09am 
yes, you can do anything you want with it :)
gr3ycigan 6 Jun, 2020 @ 7:47am 
can i use it on my creation?
AceVisconti OnlyFans 30 May, 2020 @ 8:35am 
Love this! Thank you for taking the time to make this. I slightly changed your script to have a more precise battery output and still have it change colors based on percent used. Though I would share if anyone is interested. Thank you again!

~~~
if battcap > 0.75 then
setC(0,255,0)
elseif battcap > 0.5 then
setC(255,255,0)
elseif battcap > 0.25 then
setC(255,255,0)
elseif battcap > 0 then
setC(255,0,0)
end
screen.drawRectF((w/2)+2,(h/4)+2,(battcap*((w/2)-4)),(h/4)-4)
end
~~~
Dr.Idiot 24 Apr, 2020 @ 12:07pm 
yay right now i'm working on something i need something to monitor my engine and this is perfect
asim 14 Mar, 2020 @ 4:38pm 
its me again i have fix the screen, it was just the mirroring issue which happens to rudders(it inverts) ur battery is not working its say the battery is full between 1-0.1 and empty only at 0 it dose not show anywhere between 1-0 just full or empty
asim 18 Feb, 2020 @ 1:25am 
yes, the arrow is pointing up
qxtno  [author] 16 Feb, 2020 @ 2:32am 
Is your monitor facing the right direction?
asim 15 Feb, 2020 @ 7:48pm 
the screen is fliped left to right. any fix?