Stormworks: Build and Rescue

Stormworks: Build and Rescue

206 个评价
*LUA* navigation map (touchcontrol)
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
49.759 KB
2019 年 7 月 11 日 下午 4:46
2019 年 7 月 11 日 下午 6:21
5 项改动说明 ( 查看 )

订阅以下载
*LUA* navigation map (touchcontrol)

描述
# 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 条留言
mikeyurenia 2024 年 3 月 7 日 下午 8:34 
Can you make it compatible with smaller screens?
Tajin  [作者] 2024 年 2 月 14 日 上午 12: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 2024 年 2 月 12 日 下午 8:13 
nevermind I figured it out
Skeeter80 2024 年 2 月 12 日 下午 7:41 
I just wanted a more clear image of the map
Skeeter80 2024 年 2 月 12 日 下午 7:40 
How would I remove the x and y coordinate thing at the bottom of the screen on a 2x2 screen?
MineDragon321 2023 年 10 月 14 日 上午 8:27 
nvm i found it but idk how to get the microcontorller it self so i can put it in my submarine
MineDragon321 2023 年 10 月 14 日 上午 6:36 
umm i cant find the microcontroller in my workshop is actually a microcontorller of is it a diffrent thing
VinnanGaming 2023 年 8 月 24 日 上午 9:29 
And also - is there any way to re-center the map on the vehicle once you're done scrolling around?
VinnanGaming 2023 年 8 月 24 日 上午 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  [作者] 2023 年 8 月 5 日 上午 10:37 
Not a mod, just a way of displaying an interactive map on a screen. Maybe consider looking at the screenshots and description. ;)