Stormworks: Build and Rescue

Stormworks: Build and Rescue

197 ratings
*LUA* navigation map (touchcontrol)
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
49.759 KB
11 Jul, 2019 @ 4:46pm
11 Jul, 2019 @ 6:21pm
5 Change Notes ( view )

Subscribe to download
*LUA* navigation map (touchcontrol)

Description
# 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 Comments
mikeyurenia 7 Mar @ 8:34pm 
Can you make it compatible with smaller screens?
Tajin  [author] 14 Feb @ 12:18am 
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 @ 8:13pm 
nevermind I figured it out
skeeter80 12 Feb @ 7:41pm 
I just wanted a more clear image of the map
skeeter80 12 Feb @ 7:40pm 
How would I remove the x and y coordinate thing at the bottom of the screen on a 2x2 screen?
samplank123 14 Oct, 2023 @ 8:27am 
nvm i found it but idk how to get the microcontorller it self so i can put it in my submarine
samplank123 14 Oct, 2023 @ 6:36am 
umm i cant find the microcontroller in my workshop is actually a microcontorller of is it a diffrent thing
VinnanGaming 24 Aug, 2023 @ 9:29am 
And also - is there any way to re-center the map on the vehicle once you're done scrolling around?
VinnanGaming 24 Aug, 2023 @ 8:53am 
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  [author] 5 Aug, 2023 @ 10:37am 
Not a mod, just a way of displaying an interactive map on a screen. Maybe consider looking at the screenshots and description. ;)