Stormworks: Build and Rescue

Stormworks: Build and Rescue

Zbyt mało ocen
1x1 screen dual slider controller (digital throttle levers)
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Tagi: v0.7.4
Rozmiar pliku
Zamieszczono
Zaktualizowano
36.890 KB
21 maja 2019 o 17:06
21 maja 2019 o 18:14
Listy zmian: 2 ( zobacz )

Zasubskrybuj, aby pobrać
1x1 screen dual slider controller (digital throttle levers)

Opis
When connected to a small screen, this works like two throttle levers, except the input only takes up one block.

Features parametric minimum, maximum, and starting values, as well as buttons to increase, decrease, and reset(!) the values represented by the levers.

The demo in the screenshot can be found here: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1748314178
Komentarzy: 11
Judge Marek 13 stycznia 2024 o 19:44 
Awesome, glad to see you still take interest in this project. I really do appreciate your work, thanks again! I havent used a throttle lever since I found these, lol.
Ms. Haze  [autor] 12 stycznia 2024 o 18:58 
Thank you so much! It means a lot to me that you liked something I made enough to comment about it! Steam doesn't actually notify me when someone subscribes or favorites or adds one of my creations to a group, so comments are basically the only form of appreciation I see .
I'll absolutely take a look at making the colors configurable from the controller selection! I was gonna take a look tonight, but a storm hit and I don't trust my power to stay consistent, so I'll probably take a look tomorrow lol.
No promises on adding that to all my interface microcontrollers, but I'll definitely at least do it for this one, and probably I'll do it for the rest.
I'll reply again if/when I update this with the configurability!
Judge Marek 10 stycznia 2024 o 0:38 
First of all nice work with these controllers, they were exactly what I was looking for, so thank you. I see now you haven't been active here for a while. Anyways if you find this, I was modifying the colors of the display and I noticed that it would be pretty easy to make at least some of the colors customizable from the controller selection rather than having to dive into the Lua, lol. Which I really don't mid, however the default white is blinding in low light conditions. Anyway great work with this. I was hoping that either you could modify/update this, or if I don't hear from your soon, I will just make and post it myself. Giving you full and initial credit of course. Either way, happy hunting!
Ms. Haze  [autor] 24 lipca 2019 o 16:43 
In that case, you're welcome.
SonneillonZ 24 lipca 2019 o 16:41 
Nah now i realize what it would indicate to make such a feature i dont think i would need a boolean. but thanks for responding. and ive learned something new today. Thanks! :happy_creep:
SonneillonZ 24 lipca 2019 o 16:34 
or i could just google it. :yawning_creep:
SonneillonZ 24 lipca 2019 o 16:31 
Still a noob to Lua coding. especially in Stormworks. But do you mean an on signals for each button. or do you mean a property write?
Ms. Haze  [autor] 24 lipca 2019 o 16:18 
Unfortunately, there's no way to detect whether or not a specific input for the microcontroller is receiving a signal, so passthrough values (like I think you're referring to) aren't really an option.

However, I could probably add 2 boolean inputs, to work the same way the buttons on the touch screen work. Would that do what you need?

Also, yeah, I basically built a custom button framework for this and a few other microcontrollers, so I can imagine that it's a little difficult to parse.
SonneillonZ 24 lipca 2019 o 15:31 
Works amazingly. but ehm. :nonplussed_creep: if it had 2 number inputs that could take controls from the pilot seat i would love it even more. would add it myself. but dude. your code is so compact and so not standard i cant :happy_creep:
Ms. Haze  [autor] 22 maja 2019 o 10:51 
Thanks!