Hi, just wondering if anyone has the homing rocket prefab. I haven't been able to find it from any of the websites online and the prefab finder plugin does not work for me. Appreciate any help
Anyone have the homing rocket prefab?
I havent been able to do any research/code or anything since the last game updateΒ
But I have noticed that some kind of attack helicopter was added.
So I looked up docs and found this, might be the right thing π€·
assets/content/vehicles/attackhelicopter/subents/rockets_attackheli.prefab
It's probably assets/prefabs/ammo/rocket/rocket_heatseeker.prefab.
I typically find prefabs via the Prefab Sniffer plugin with server command prefab find rocket for example. Only issue is, there's 122 rocket prefabs. I have a modified version of the plugin allowing me to optionally find only entity prefabs, which narrowed it down to only 16.
Thank you WhiteThunder, I tried using that plugin but I could not get a log file to show up. I will try again to get it to work.
I dont think the short prefab is rocket_heatseeker though, I have tried that using this
if (info.WeaponPrefab.ShortPrefabName.Equals("rocket_heatseeker"))but it doesn't seem to change the damage value. It works for other 'rockets' such as torpedos using "torpedostraight" . I can test that prefab tomorrow to see if it works.
Merged post
That is the prefab, it just looks like the damage modifier I am using to change the rocket damage does not work at all on the new homing rocket.
Merged post
Is there a way to get the homing missile launcher to target ch47s?
imkat98
That is the prefab, it just looks like the damage modifier I am using to change the rocket damage does not work at all on the new homing rocket.
Merged post
Is there a way to get the homing missile launcher to target ch47s?
The damage not scaling may be due to the plugin only scaling certain damage types. That's just a guess, as I'm not sure which plugin you are using.
Yes, the homing missile launcher can be made to target pretty much anything. There are likely multiple ways to do it, but a PR was submitted to Oxide today which adds a hook to make this easy, most likely to be available next force wipe.
Β
Okay, thank you WhiteThunder! The plugin I am using works, I just spelled missile wrong lol.