Stormworks: Build and Rescue

Stormworks: Build and Rescue

Otillräckligt med betyg
Value2Display
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Vehicles: Creative
Taggar: v0.7.4
Filstorlek
Lades upp
23.813 KB
20 maj, 2019 @ 3:46
1 ändringsnotis ( visa )

Abonnera för att ladda ner
Value2Display

Beskrivning
Draws a value to a monitor or hud. This controller is for those, who do not want to bother with lua scripts. Simply pipeline multiple of these controllers to fill your hud with data.
The Format follows the C-Syntax for printf.

Hints for formatting the value
%5.2f shows the value with a minimum length of 5 digits and 2 fractional digits
%% shows the % character

Controller Size: 3x1

Inputs:
- Video In (Video)
- Value (Number))

Outputs:
- Video Out (Video)

Properties:
- Format (Text): The output format in C-Syntax
- Color (R, G, B, and Alpha)
- Horizontal Alignment [left, center, right]
- Vertical Alignment [top, center, bottom]
- Horizontal Offset (Number)
- Vertical Offset (Number)
6 kommentarer
johnkarpontin 18 okt, 2021 @ 4:59 
how to make the text bigger?
kutyax 29 okt, 2020 @ 14:51 
very useful stuff for lua analphabeticals like me. a nice improvement would be a function to set a vertical order for numbers, +1 video input.
sengir_vampire  [skapare] 14 sep, 2020 @ 15:13 
"V=%1.2f" in the format property is only an example. It should demonstrate the syntax you can use.. Get rid of the "V=". An other example is "SPEED %2.0f KTS", this writes "SPEED 5 KTS" with the 5 right aligned on two digits.
NURabbit 14 sep, 2020 @ 12:38 
I always get the value reading "V= (Value)" on my screen :(
BasicFrog 16 jun, 2019 @ 12:41 
I ended up not using it
BasicFrog 16 jun, 2019 @ 11:32 
can i use this in a plane that i will be uploading?