Stormworks: Build and Rescue

Stormworks: Build and Rescue

Interactive Touchscreen Map v2.2 (Updated 19-05-24)
38 条留言
Assassine1611 2022 年 6 月 17 日 上午 6:32 
I used it in my tank
PyroPixel 2021 年 12 月 6 日 上午 7:31 
i used this microcontroller in my van and added a link here
SIMPLE MARK 2021 年 10 月 26 日 上午 10:35 
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 2021 年 1 月 30 日 上午 6:48 
I've used this microcontroller and linked it
Mizutani 2020 年 11 月 5 日 下午 12:09 
Hi, I modified your map to show compass readings and used them in my projects. Credit is given!
MarshallSantini 2020 年 10 月 11 日 下午 11:15 
Yeah over a year later and this is still being used on my builds!
Tevsen 2020 年 10 月 10 日 上午 9:27 
I used this microcontroller and linked to it!
Alicat 2020 年 4 月 16 日 下午 10:35 
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 2020 年 3 月 25 日 下午 2:52 
I used the microcontroller in my build and gave link
Abyssus 2020 年 2 月 27 日 上午 7:15 
Used the map for my Coast Guard Long Range Interceptor II
Your creation is credited and linked in the description :)
L3NVER 2019 年 10 月 31 日 下午 4:18 
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 2019 年 8 月 27 日 下午 2:05 
Very nice job!
Edvin :Ʒ 2019 年 6 月 16 日 上午 4:19 
10/10 bruh well fucking done
Peekofwar 2019 年 6 月 1 日 上午 7:24 
You should add an option to show longitude and latitude coordinates for where you are looking at on the map.
pr0c3lla 2019 年 5 月 27 日 上午 3:29 
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  [作者] 2019 年 5 月 26 日 上午 4:12 
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 2019 年 5 月 25 日 下午 11:47 
add an arrow so you can see witch way you are heading
pr0c3lla 2019 年 5 月 25 日 下午 11:28 
it just goes completeley ballistic now when clicking the screen :D
Geekness  [作者] 2019 年 5 月 25 日 下午 8:37 
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 2019 年 5 月 25 日 下午 4:15 
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  [作者] 2019 年 5 月 25 日 下午 4:09 
I just added your link to this page ;)
Geekness  [作者] 2019 年 5 月 25 日 下午 4:07 
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 2019 年 5 月 25 日 下午 1:06 
The 2x2 version is done if you want to take a look: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1751688707
I sent you a friend request since Steam only allows friends to be listed as contributors
Geekness  [作者] 2019 年 5 月 24 日 下午 10:27 
@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 2019 年 5 月 24 日 上午 10:36 
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 2019 年 5 月 24 日 上午 10:31 
Are you on discord?
pr0c3lla 2019 年 5 月 22 日 上午 8:55 
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  [作者] 2019 年 5 月 22 日 上午 8:51 
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 2019 年 5 月 22 日 上午 8:36 
Outstanding work! Would it be possible to retrieve the coordinates of the focused point to output them to an autopilot system?
Alex Porte 2019 年 5 月 21 日 上午 3:10 
Amazing !
DarkWivern 2019 年 5 月 20 日 下午 12:11 
Merci beaucoup ^^
MarshallSantini 2019 年 5 月 20 日 上午 11:18 
Thank you so much! <3
VKU 2019 年 5 月 19 日 下午 10:34 
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  [作者] 2019 年 5 月 19 日 下午 8:37 
@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 2019 年 5 月 19 日 下午 1:18 
Could you link it?

And, that's one quick reply! Especially for someone who's been offline for 44 hours!
Geekness  [作者] 2019 年 5 月 19 日 上午 11:22 
@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 2019 年 5 月 19 日 上午 10:55 
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 2019 年 5 月 19 日 上午 10:19 
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"