Stormworks: Build and Rescue

Stormworks: Build and Rescue

Zbyt mało ocen
Basic Map Controller
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Vehicles: Air, Sea, Creative, Land
Tagi: v1.7.1
Rozmiar pliku
Zamieszczono
Zaktualizowano
22.696 KB
16 maja 2019 o 6:31
22 marca 2023 o 7:33
Listy zmian: 2 ( zobacz )

Zasubskrybuj, aby pobrać
Basic Map Controller

Opis
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
Komentarzy: 6
Funtime60 24 marca 2023 o 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 marca 2023 o 3:23 
Thanks, I'll leave a note in the steam description since my code and yours is fairly well mixed.
sengir_vampire  [autor] 23 marca 2023 o 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 marca 2023 o 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  [autor] 22 marca 2023 o 7:33 
Thank you, correct version uploaded!
Funtime60 22 marca 2023 o 3:15 
You used output during the draw function.