Stormworks: Build and Rescue

Stormworks: Build and Rescue

202 vurderinger
*LUA* navigation map (touchcontrol)
2
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
Opdateret:
49.759 KB
11. juli 2019 kl. 16:46
11. juli 2019 kl. 18:21
5 ændringsbemærkninger ( vis )

Abonner for at downloade
*LUA* navigation map (touchcontrol)

Beskrivelse
# controls & features #

- Displays current position, altitude and heading of your vehicle
- Displays direction towards your vehicle if you scroll away from it
- Click on the map to scroll and center the map on that point
- Click in the "scrollbar" on the left to set the zoom level

- Coordinates of your vehicle are displayed in red
- Coordinates of the map center are displayed in gold

- Click on the + icon to add a waypoint at the current position (inserted behind the currently selected waypoint)
- Click on a waypoint number to select that waypoint (and center the map on it)
- Click again on a selected waypoint to remove that waypoint


The MC supports a primary screen (9x5 or 5x3) that is used to control the map.
You can have secondary screens (should have a different size than the primary one) that also display the map.
The secondary screens always stay centered on the vehicle.


The MC can be connected to an autopilot system of your choice.
Connections are as follows:


# Input #
"Current Waypoint"
(This input overwrites the waypoint selection of the screen if you set it to anything other than 0)

# Output (composite) #
1 - waypoint x (returns the current vehicle position if no waypoint is selected)
2 - waypoint y
3 - map x (coordinates on which the map is currently centered)
4 - map y
5 - vehicle x (current vehicle position, as received via input)
6 - vehicle y
7 - vehicle z (altitude as received via input)
8 - number of the currently selected waypoint
9 - total number of waypoints
48 kommentarer
mikeyurenia 7. mar. kl. 20:34 
Can you make it compatible with smaller screens?
Tajin  [ophavsmand] 14. feb. kl. 0:18 
Coordinates and such are only shown on the primary screen you can connect several screens to the output, they will only display the map.
skeeter80 12. feb. kl. 20:13 
nevermind I figured it out
skeeter80 12. feb. kl. 19:41 
I just wanted a more clear image of the map
skeeter80 12. feb. kl. 19:40 
How would I remove the x and y coordinate thing at the bottom of the screen on a 2x2 screen?
samplank123 14. okt. 2023 kl. 8:27 
nvm i found it but idk how to get the microcontorller it self so i can put it in my submarine
samplank123 14. okt. 2023 kl. 6:36 
umm i cant find the microcontroller in my workshop is actually a microcontorller of is it a diffrent thing
VinnanGaming 24. aug. 2023 kl. 9:29 
And also - is there any way to re-center the map on the vehicle once you're done scrolling around?
VinnanGaming 24. aug. 2023 kl. 8:53 
Hey! Is there a line in the code I could remove for it to not display the coordinates on the monitor? It gets a bit cramped with everything on there on the smaller 2x3 monitor :)
Tajin  [ophavsmand] 5. aug. 2023 kl. 10:37 
Not a mod, just a way of displaying an interactive map on a screen. Maybe consider looking at the screenshots and description. ;)