Stormworks: Build and Rescue

Stormworks: Build and Rescue

GPS missile V2 1x1
8 Comments
se-ssi  [author] 14 Oct, 2023 @ 11:20pm 
It doesn't work when spawned in verticaly. It's a normal issue.
captjlance 14 Oct, 2023 @ 3:01pm 
I'm having an issue where when I launch them they go straight up in the air and fall back down onto the launcher, but I'm using the programmer and inputting the correct X and Y coordinates into it. How can I fix this?
captjlance 14 Oct, 2023 @ 2:03pm 
Would 0 work for the altitude of the target if the target is on the ground?
Micro.Wav 21 Nov, 2022 @ 12:45pm 
i mean fair enough but i use it for most of my stuff (not even just gps some of my sarh missiles use it) and it works quite well most of the time, only issue is that you have to be moving for it to work but realistically that isnt a problem for missiles
se-ssi  [author] 21 Nov, 2022 @ 8:05am 
Good idea DJ but it's not that accurate. I have a GPS speed recorder that could be used for that but it's not accaurate enough.
Nova 14 Nov, 2022 @ 11:50am 
where is the solid rocket fuel for this? Did you modify XML to fit it together?
Micro.Wav 9 Nov, 2022 @ 4:46pm 
hey dude just to let you know you dont need the compass and tilt sensor inputs, you can use the delta of the coordinates to calculate the missiles moving trajectory, using the deltas of each coordinate like this:
atan(delta x,delta y) for compass, atan(delta z,sqrt(delta x^2+delta y^2)) for pitch angle

this works best in lua but should work in function blocks
Echoless 22 Oct, 2022 @ 7:53pm 
Dude you are the best