Stormworks: Build and Rescue

Stormworks: Build and Rescue

YG-V2A VLS AA missile
35 kommentarer
GeneralWilbur 16. nov. 2024 kl. 11:19 
This is an amazing missile system, is it possible for you to add a target selection system to the radar?
Chanka_tf 6. nov. 2023 kl. 4:10 
Is there a way to delay the missile changing course? I want it to clear my ships mast before changing course
Casium 1. okt. 2023 kl. 4:54 
This isn't radar/gps it is radio/gps. Missile didn't have radar at all.
It isn't good for AA because radar on vehicle can detect missile and it desorient missile.
kmchsck 31. okt. 2022 kl. 5:13 
Swiss 19. sep. 2022 kl. 3:30 
Cann somone make this for the new radars? It has a range of 4k
TheCoolTimeLord 17. sep. 2022 kl. 16:34 
After months of testing (with the original rendition of the missile) I have decided that this is the best close range hard kill missile with only 1 failed missile intercept (not due to the missile but the FCR) and dozens of aircraft intercepts, well done my guy!
Linuscopa 28. aug. 2022 kl. 3:05 
can you maybe make a controller that can shoot more than 32 rockets please
TheCoolTimeLord 6. aug. 2022 kl. 9:59 
I just got a missile intercept on the YG-V1C with this missile, very impressive!
YAGoOaR  [ophavsmand] 24. juni 2022 kl. 10:36 
Updated the missile
It is more accurate against hard targets now
(made changes in code)
Pathfinder 20. juni 2022 kl. 16:24 
Missile works better than before the update. used to rely on a proximity fuse to get a intercept on a ballistic missile, now it can function as a kinetic kill vehicle with no warheads. Awesome work.
YAGoOaR  [ophavsmand] 20. juni 2022 kl. 4:31 
Updated the missile. It is fixed now
YAGoOaR  [ophavsmand] 19. juni 2022 kl. 8:57 
The devs chabged the booster physics so this missile flies worse now
I'll fix it now
Bane882266 18. juni 2022 kl. 1:55 
Very Nice
YAGoOaR  [ophavsmand] 17. juni 2022 kl. 12:57 
@Bane882266, the devs have just fixed radars in this update
Bane882266 17. juni 2022 kl. 2:39 
Any word on when you're going to fix your old missiles or release a new one because they're the cornerstone of guiding munitions used on my vehicles.
YAGoOaR  [ophavsmand] 11. juni 2022 kl. 6:07 
@AcePainter, yes, but you need to make such xyz radio transmitter yourself
Bane882266 11. juni 2022 kl. 4:12 
F
AcePainter 10. juni 2022 kl. 18:03 
anyway to input coords with a keypad?
chickenjonte 2. juni 2022 kl. 14:33 
fun while it lasted :(
YAGoOaR  [ophavsmand] 2. juni 2022 kl. 11:10 
Devs broke the radars in update
F to missile
chickenjonte 2. juni 2022 kl. 4:00 
jesus christ man this thing is mental
YAGoOaR  [ophavsmand] 31. maj 2022 kl. 16:39 
@Solar I mean you can write me in Discord and I will give you some advice
If you want, of course
Solar 31. maj 2022 kl. 15:56 
@YAGoOaR ok, I'll post my missile and maybe code there and see what people have to say in terms of improvements
YAGoOaR  [ophavsmand] 31. maj 2022 kl. 13:47 
@Solar, that video was the only resource I used
I think experimenting with guidance yourself, trial and error, patience and experience will do the job if you try hard and spend a lot of time on it.
I also would advice to not to chase after the best and complex guidances because even simple PN can be very good if you tune the missile really well.
You can find me among official discord stormworks group members(same nickname) and I can give some improvement advice if you show your missile
giorgiolelmi 31. maj 2022 kl. 12:05 
This missle is great! It shoots so fast and it's easy to control. It's my favourite missle from now on!
Solar 31. maj 2022 kl. 12:01 
@YAGoOaR That's fine, I get why you wouldn't want to make all the code public. I have built a missile in the past and coded it myself but I'm not sure if any of my code matches what you're describing. I would need to share it somewhere if I wanted to confirm. The missile uses EPN guidance and I got some help with it from looking at how other guided missiles operate and a couple YouTube videos. It was incredibly difficult to troubleshoot issues with my missile, let alone one that uses all of the much more complex math that you were talking about. Do you know any other resources that might document the math behind missiles like this? If not, I think it would be better to just use other people's missiles because I know that mine will probably never even come close when it comes to how well the missile performs lol. Anyway thank you for the help, i really appreciate it.
YAGoOaR  [ophavsmand] 31. maj 2022 kl. 6:13 
Fixed the launcher a bit
I did not notice that missille could touch the silo's wall and roll over the launcher sometimes before
So I fixed it by adding weight to launcher so the problem is less likely to happen now
YAGoOaR  [ophavsmand] 31. maj 2022 kl. 2:26 
Then, having a pursuit guidance, you can try to recreate a lead guidance. Here is a youtube video link from where I was inspired to create my missiles. There is everything needed to understand the guidance and some vector math needed for it. It may be hard to translate it but you should try if you really want to understand the guidance.

So the other things I use in my guidance are variable PID gain, variable lead and pursuit that goes into lead with distance. That things aren't crucial for the missile and your missile can work good without of it if you succeed.
YAGoOaR  [ophavsmand] 31. maj 2022 kl. 2:26 
The way how do you find that angles can be euler angle difference(I call it absolute guidance) and relative angle difference(each angle is an angle between velocity and LOS projections on missile's relative horizontal plane and relative vertical plane respectively) (I call it relative guidance). The relative guidance is much better since it has no problems with angle distortion and it works perfect at any pitch angles. The relative guidance can be applied to proportional navigation too. The relative guidance should not be easy to recreate so you should start from the absolute guidance and to upgrade it to the relative only when you finished all the rest.
YAGoOaR  [ophavsmand] 31. maj 2022 kl. 2:26 
@Solar, I usually don't post my code for public. I hope you can understand why.
Additionally, I think it won't do any progress in understanding the guidance if I just give you raw code. To make sure you you understood, I should spend a lot of my time explaining why I use specific functions, how do they work, what do they do, why did I name them so, etc. and I don't want to do it now. The best way to understand it is to recreate it yourslf and to beat all the appearing problems in this hard process. And If you can't recreate it then you can't understand it.

@Solar, if you want to create similiar guidance, you should start from making a Pursuit guidance missile. You just need to find an angle(horizontal and vertical) between velocity vecor(or euler angles) and LOS vector(or euler angles). Then you take that angles as a process variables for PIDs to make the missile equalize the vectors. As a result, the missile will accurately fly into a target(if the missile design is ok).
Solar 30. maj 2022 kl. 18:42 
Do you have a version of the guidance code for this missile that is un-minified? If not it's fine, I just saw the description about the complex guidance logic and think it would be interesting to try and understand/look at the original code.
YAGoOaR  [ophavsmand] 30. maj 2022 kl. 1:45 
Updated the missile's guidance
Improved accuracy(fixed 1 tick delay error)
Reduced actual minimum launch distance a bit(increased sensitivity just after launch)
Now it flies better
Sabbie 29. maj 2022 kl. 15:39 
great to see you back as well!
Discount Skeletor 28. maj 2022 kl. 6:05 
real
someone 28. maj 2022 kl. 5:42 
good to see you back on here