Renegade Projects Network Forums
Super swirly missiles - Printable Version

+- Renegade Projects Network Forums (https://forums.renegadeprojects.com)
+-- Forum: Modding (https://forums.renegadeprojects.com/forumdisplay.php?fid=3)
+--- Forum: Red Alert 2 & Yuri's Revenge Editing (https://forums.renegadeprojects.com/forumdisplay.php?fid=8)
+--- Thread: Super swirly missiles (/showthread.php?tid=380)

Pages: 1 2


Super swirly missiles - Tratos - 22.08.2006

I have a problem with my rockets fired from the air. They go straight through their target, turn around and head back the other way and off the map. They also don't seem to die once they leave the map as this causes extreme lag.

See attachment for example.

Any suggestions?


RE: Super swirly missiles - VK - 22.08.2006

Interesting...Smile
Similar Effect appear if you delete MinimumRange in [V3] weapon and try to fire it in the nearest cell...


RE: Super swirly missiles - Renegade - 23.08.2006

Are those projectiles or spawned missiles?


RE: Super swirly missiles - Tratos - 23.08.2006

Regular old projectiles. Can you use spawned missiles on an air unit?

If you have the helicopter attack a smaller target like a tank, the missiles miss it as with the building and split off in both directions, curl back around and head off the map same as before so it's definatly a weapon problem but it seems to be range related and random i.e. sometimes all the missiles hit the target or they don't (one or the other). It happens at all different ranges and sometimes it doesn't happen at the same ranges, if you understand that.


RE: Super swirly missiles - Renegade - 23.08.2006

Tratos Wrote:Regular old projectiles. Can you use spawned missiles on an air unit?
Not afaik, that's why I ask. Most of the effects you describe are typical for cloned spawned missile types (without RockPatch, that is).

Any special flags used on the projectiles/weapons?


RE: Super swirly missiles - Tratos - 23.08.2006

Weapon:
[CommancheBomb]
Damage=15
Burst=2
ROF=3
Range=5
Projectile=NormalBomb
Speed=30
Warhead=COMMANCHEAP
Report=HornetAttack

Projectile:
[NormalBomb]
Arm=2
Shadow=no
Proximity=yes
Ranged=yes
Image=DRAGON
ROT=1

Needs a higher ROT perhaps?


RE: Super swirly missiles - Nighthawk - 23.08.2006

I had a problem like this before, only it was with a sort of torpedo projectile. I made them have a higher ROT and they appeared to be fixed.


RE: Super swirly missiles - VK - 23.08.2006

Quote:Can you use spawned missiles on an air unit?
Why not?LOL


RE: Super swirly missiles - Renegade - 23.08.2006

ROT makes sense, assuming your missile can't hit the target because it went too far to the left or right, and it then tries to fly a circle to get it from behind.


RE: Super swirly missiles - Vinifera7 - 24.08.2006

I believe you can use ROT=1, but you may need to adjust the FireAngle on the heli so that it fires more toward its target. But unless you are trying to achieve a special "straight firing" effect like the Osprey's weapon, you should just increase the ROT.


RE: Super swirly missiles - TheMan - 24.08.2006

snice this topic is about acceleration on missiles, i post my problem to, i dont even need to post a my code becuse i copy [sub]´s weapon and projectile and just changed name, and the result was that when i fired it exploded on the infanty , range changed to 1 when it fired(bad english Unhappy ), are they hardcoded?


RE: Super swirly missiles - Renegade - 24.08.2006

might be due to the level flag, try removing it


RE: Super swirly missiles - TheMan - 24.08.2006

you mean Level=yes? i tried but game crashed(not I.E)


RE:  Super swirly missiles - Tratos - 24.08.2006

Renegade Wrote:ROT makes sense, assuming your missile can't hit the target because it went too far to the left or right, and it then tries to fly a circle to get it from behind.

I agree but it flies 180 degrees then continues in a straight line as if it lost the target.


RE:  Super swirly missiles - Vinifera7 - 25.08.2006

TheMan Wrote:snice this topic is about acceleration on missiles, i post my problem to, i dont even need to post a my code becuse i copy [sub]´s weapon and projectile and just changed name, and the result was that when i fired it exploded on the infanty , range changed to 1 when it fired(bad english Unhappy ), are they hardcoded?

Is your weapon being fired by an infantry type unit? I have encountered similar problems. My guess is as good as Renegade's though: I would suspect the Level=yes tag of being the problem.