Author Topic: Modified Homing Rocket projectile that curves more easily  (Read 2403 times)

The current one likes to turn really slowly. This doesn't help for a server I'm making.

So yeah, I need a modified homing rocket that curves directly toward the player.

http://forum.returntoblockland.com/dlm/viewFile.php?id=791

I don't get what you're trying to say

I don't get what you're trying to say
Okay, so basically if I spawn a homing rocket projectile, it has a hard time trying to aim at a player. It either makes too wide of a turn, or it just finds somebody else.


change the 0.35 or something to 0.1, it will make the curves smoother
(i don't know where it is in the code)

change the 0.35 or something to 0.1, it will make the curves smoother
(i don't know where it is in the code)
this doesn't really help

go to line 94 in weapon.cs of Weapon_AimRocketLauncher,
you should find:
   %speed = 0.4;
change that to whatever you want, 1 being undefined curve (it just points in the direction) and 0 being no curve at all
0.3 or 0.2 should be fine


homing rocket launcher, I don't know :/
I could find out, but I'm lazy