Stormworks: Build and Rescue

Stormworks: Build and Rescue

Advanced Map with Waypoints
21 Comments
(cool)turysta 11 May @ 3:00pm 
Hello can i have contact to you? I was wondering if you could add some modifications to map. We are creating plane to perform RNP approaches and i was trying to add list of static Ariports data base
holger251007 9 Apr @ 9:41am 
how can i make the waypoint always output?
Random 13 Oct, 2024 @ 9:48am 
Auto pilot does not work, It needs a GPS
jiri.kribek 15 Jan, 2024 @ 9:12am 
can you make one were it reads the x and y from the mc
Hendrik  [author] 8 Aug, 2023 @ 11:43am 
Hi Michael, the code is minified by "LifeBoatAPI - Stormworks Lua" a plugin for VSCode. If you look at the pastebin I posted below, you will find the original clean code.
It would not be possible to have such a large script with clean code in the game without minifying it.
Michael6000000 7 Aug, 2023 @ 4:52pm 
Definitely not modify friendly.

I wanted to combined button control and touch screen.
I also wanted to Implement autopilot in to the micro controller.
The script is very unorganized and hard to wrap your head around.
The script has a bunch of letters and numbers with no order in particular.

Over all would not recommend for in any custom builds unless you have no plans on changing anything in the script.
Hendrik  [author] 14 May, 2023 @ 11:46am 
You can find the source code for the current version here: https://pastebin.com/N28bfnH0
JosieGraceTV 12 May, 2023 @ 3:57am 
Awesome work ! Was wondering if i could get the non-minified code to make some minor adjustments ? (i want to add ETA and such)
XxDefinitive_misogynistxX 4 Apr, 2023 @ 10:22pm 
Good stuff. You're a talented person, keep it up.
Turbo Shark 25 Mar, 2023 @ 3:57pm 
Awesome! thnaks so much for following up!
Hendrik  [author] 25 Mar, 2023 @ 3:08pm 
@ah147, @Turbo Shark, @Matti
I uploaded an updated version. This fixes the problem with entering the first waypoint via the keypad, as well as a bluescreen when the last waypoint was removed by the AP pulse.
Matti 25 Mar, 2023 @ 8:59am 
I really like this map and the style of it. Could you make a version for 2x3 Montiors as well?

By the way I have the same Problem as Turbo Shark. Sometimes I also get a bluescreen, but im not quite shure when the bluescreen does appear. Would be nice if you can fix that.
Turbo Shark 11 Feb, 2023 @ 4:29pm 
when I use the keypad to enter a waypoint the first time, 2 waypoints are generated. one at 0,0 and the other at the coordinates entered into the keypad. What am I doing wrong LMAO?
ah147 26 Jan, 2023 @ 1:46pm 
@hendrik I think its when you reach a waypoint under autopilot, then try to reenter a keyboard waypoint and press pulse it creates the error. I'm deep in a career mission at the moment but I'll try to recreate and pay more attention the next time I'm in workbench.
Hendrik  [author] 26 Jan, 2023 @ 8:16am 
@ah147 what's the problem with the keyboard? I had a quick look at the code, but don't see an obvious problem
ah147 25 Jan, 2023 @ 1:56pm 
I love this controller but I'm finding a bug in the code on line 125 to do with updating keyboard waypoints. I'd love to fix this to use in a ship I'm building.
Hendrik  [author] 3 Nov, 2022 @ 10:10am 
@DeDerpyDerp_ of course, go ahead! Send me a link if it's ready so I can check it out :steamthumbsup:
DeDerpyDerp_ 2 Nov, 2022 @ 5:53pm 
May I use this system in a ship I'm building? (I will, of course, credit you and your microcontroller)
aria 6 Aug, 2022 @ 6:54pm 
ah thanks im trying to intergrate stuch a system into my ship https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2840585408 on the roof monitor
Hendrik  [author] 6 Aug, 2022 @ 10:54am 
@aria, yes that should be possible, but I have not created it (yet). This microcontroller outputs the first waypoint of the planned route, which should be hooked up to the auto pilot controller. The AP controller can then send a pulse to the this map controller when the waypoint has been reached. The first waypoint will then be removed from the planned route.

The AP toggle button that is on screen only enables the waypoint output mentioned above.
aria 6 Aug, 2022 @ 5:19am 
could this be tied into an auto pilot system ?