Stormworks: Build and Rescue

Stormworks: Build and Rescue

Interactive Touchscreen Map v2.2 (Updated 19-05-24)
38 Comments
Assassine1611 17 Jun, 2022 @ 6:32am 
I used it in my tank
PyroPixel 6 Dec, 2021 @ 7:31am 
i used this microcontroller in my van and added a link here
SIMPLE MARK 26 Oct, 2021 @ 10:35am 
Gonna just leave one comment here since I use this microcontroller in almost all my creations, and of course I always leave a link to this page :)
tom 30 Jan, 2021 @ 6:48am 
I've used this microcontroller and linked it
Mizutani 5 Nov, 2020 @ 12:09pm 
Hi, I modified your map to show compass readings and used them in my projects. Credit is given!
MarshallSantini 11 Oct, 2020 @ 11:15pm 
Yeah over a year later and this is still being used on my builds!
Tevsen 10 Oct, 2020 @ 9:27am 
I used this microcontroller and linked to it!
Alicat 16 Apr, 2020 @ 10:35pm 
Hi there, I've included this microcontroller on my first uploaded project, a fictional canadian coast guard airplane roughly inspired by the Pilatus PC-12. I've included credits to you for this!
Kevin24 25 Mar, 2020 @ 2:52pm 
I used the microcontroller in my build and gave link
Abyssus 27 Feb, 2020 @ 7:15am 
Used the map for my Coast Guard Long Range Interceptor II
Your creation is credited and linked in the description :)
L3NVER 31 Oct, 2019 @ 4:18pm 
i made a small boat with your map in it. i linked to this page. i also kinda edited the script to make the circle smaller if thats ok.
D_Bones 27 Aug, 2019 @ 2:05pm 
Very nice job!
Edvin :Ʒ 16 Jun, 2019 @ 4:19am 
10/10 bruh well fucking done
Peekofwar 1 Jun, 2019 @ 7:24am 
You should add an option to show longitude and latitude coordinates for where you are looking at on the map.
pr0c3lla 27 May, 2019 @ 3:29am 
my version now shows compass direction, i could send you the finished code to replace the circle with a direction marker if you dont mind having an extra compass input
Geekness  [author] 26 May, 2019 @ 4:12am 
Yes arvid, it will not really accurate since i don't take any Compass value, but I could make an arrow to shom GPS Direction... It will not show exactly in which direction the vehicle will be, but will show the moving direction.
kebabpizza 25 May, 2019 @ 11:47pm 
add an arrow so you can see witch way you are heading
pr0c3lla 25 May, 2019 @ 11:28pm 
it just goes completeley ballistic now when clicking the screen :D
Geekness  [author] 25 May, 2019 @ 8:37pm 
Where you have
if move then
...
end

replace with :
if move then
if lck then newX=gpsX;newY=gpsY; end
mapX,mapY=newX,newY
end

It should work...

pr0c3lla 25 May, 2019 @ 4:15pm 
alright nice :) is there a way to prevent aim smoothing and make mvSpdX/mvSpdY instantaneous? its nice for a normal map but it causes offset issues in my implementation.
Geekness  [author] 25 May, 2019 @ 4:09pm 
I just added your link to this page ;)
Geekness  [author] 25 May, 2019 @ 4:07pm 
Looks cool, i'll take a look really soon ;) Thanks for the link and no need to add me as a contributor, just the link is ok ;)
pr0c3lla 25 May, 2019 @ 1:06pm 
The 2x2 version is done if you want to take a look: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1751688707
I sent you a friend request since Steam only allows friends to be listed as contributors
Geekness  [author] 24 May, 2019 @ 10:27pm 
@MarshallSantini Yes on the Official Discord -> Geekness

@[ZC-9] supremeB̤͂ͨ́ͧOi ☭ If you want, no problem. Leave a link here, i'll take a look.
pr0c3lla 24 May, 2019 @ 10:36am 
Im now working on converting your beautiful map to a navigation plotter for autopilot target destination coordinates. Do you mind if I release it as a custom version and list you as contributor?
MarshallSantini 24 May, 2019 @ 10:31am 
Are you on discord?
pr0c3lla 22 May, 2019 @ 8:55am 
Yeah thats what I meant, clicking on screen to get the coordinates as opposed to clicking on the actual in-game map is just way more immersive.
Geekness  [author] 22 May, 2019 @ 8:51am 
The focused point is placed by the 2 inpus "X and Y Coord" on the microcontroller, and it can't move by pressing on screen, but I think i'll make another version with 2 focus points and the possibility to click to set a position as an output...
pr0c3lla 22 May, 2019 @ 8:36am 
Outstanding work! Would it be possible to retrieve the coordinates of the focused point to output them to an autopilot system?
Alex Porte 21 May, 2019 @ 3:10am 
Amazing !
DarkWivern 20 May, 2019 @ 12:11pm 
Merci beaucoup ^^
MarshallSantini 20 May, 2019 @ 11:18am 
Thank you so much! <3
VKU 19 May, 2019 @ 10:34pm 
If you install two monitors using symmetry, then the right monitor shows an inverted image (from left to right)! Someone write about this bug developers.
Geekness  [author] 19 May, 2019 @ 8:37pm 
@MarshallSantini I just updated the microcontroller with a Dropdown list to change where buttons will be drawn (Top or Bottom). Look at the pictures ;)
CTH2004 19 May, 2019 @ 1:18pm 
Could you link it?

And, that's one quick reply! Especially for someone who's been offline for 44 hours!
Geekness  [author] 19 May, 2019 @ 11:22am 
@MarshallSantini Thank for your comment ;)
You could change the position of each drawRectangle and drawLine functions... and change the values where the function is called to check if the button is pressed...
Maybe i'll make an update later to let user change button positions more easily.

@CTH2004 : A friend has already made this on his Helicopter, it's really cool !
MarshallSantini 19 May, 2019 @ 10:55am 
I absolutely love this! I immediately replaced my current maps with this one. One question though, what do I need to change to be able to make the bar at the top of the screen, rather than the bottom? Im just starting to learn lua.
CTH2004 19 May, 2019 @ 10:19am 
I don't know how feasible it is, but could a system be made where a screen can be a controller? (I.E. it could have a "toggle button"