Stormworks: Build and Rescue

Stormworks: Build and Rescue

Ei tarpeeksi arvosteluja
Basic Map Controller
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Vehicles: Air, Sea, Creative, Land
Tunnisteet: v1.7.1
Tiedostokoko
Julkaistu
Päivitetty
22.696 KB
16.5.2019 klo 6.31
22.3.2023 klo 7.33
2 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Basic Map Controller

Kuvaus
Shows a map on the monitor. Including your coordinates and heading. You can also zoom in/out by buttons

Controller Size: 2x2

Hints:
- to feed the gps data to the composite bus, you need a Point to Composite Controller
- to feed the compass sensor data to the composite bus, you need a Value to Composite Controller
- to feed the zoom In/Out Buttons to the composite bus you need a On/Off to Composite Controller or use buttons from the instrument panel

Inputs:
- Composite with channel allocation:
#01 Zoom In (On/Off)
#02 Zoom Out (On/Off)
#03 GPS X (Number)
#04 GPS Y (Number)
#05 Heading (Number) [-.25 .. .25] direct from compass sensor

Outputs:
- Composite (zoom factor added on channel #16)
- Video

Properties:
- standard zoom (number) [1..20]: The standard zoom size
- gridline intensity (number) {0..255]: the intensity of the gridlines
- ship intensity (number) {0..255]: the intensity of the center marker
- text intensity (number) {0..255]: the intensity of the text
6 kommenttia
Funtime60 24.3.2023 klo 23.25 
No offense, my game might not have updated yet, but the bug is still there for me. Line 28 still tries to output zoom in draw for me.
Funtime60 23.3.2023 klo 3.23 
Thanks, I'll leave a note in the steam description since my code and yours is fairly well mixed.
sengir_vampire  [tekijä] 23.3.2023 klo 2.41 
You can use this controller or the lua code itself in your creations. Would be nice, if you mention the author.
Funtime60 22.3.2023 klo 16.46 
I used this for my dual transponder locator system. Do you mind if I upload that system? I'm still going to need to get permission from the guy with the transponder distance calculator. Thanks.
sengir_vampire  [tekijä] 22.3.2023 klo 7.33 
Thank you, correct version uploaded!
Funtime60 22.3.2023 klo 3.15 
You used output during the draw function.