A_RadiusThrust (radius, force, affectshooter, neg)

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: A_RadiusThrust (radius, force, affectshooter, neg)

by Anakin S. » Fri Sep 01, 2006 3:07 pm

You could inherit from the Loremaster's projectile like the Harpoon gun in WRW.

by Ryan Cordell » Wed Aug 23, 2006 3:35 pm

They don't work compared to the real thing! ;) :P

by TheDarkArchon » Wed Aug 23, 2006 3:26 pm

Psycho Siggi wrote:There are plenty of wads which achieve a believable sucking effect, just look at DRE. :wink:
Also look at the x-rated directory at /idgames as well :P

by Cutmanmike » Wed Aug 23, 2006 3:23 pm

I'd really prefer not to use hacks btw

by Siggi » Wed Aug 23, 2006 2:17 pm

There are plenty of wads which achieve a believable sucking effect, just look at DRE. :wink:

by Cutmanmike » Wed Aug 23, 2006 5:59 am

So no way of having a "sucking" effect?

by Graf Zahl » Tue Aug 22, 2006 12:49 pm

No, it doesn't.

by Cutmanmike » Tue Aug 22, 2006 12:36 pm

Bump. I take it the neg paramter was canned? It doesn't seem to work.

by Anakin S. » Mon Jul 03, 2006 1:58 pm

Wow! Great! This could be useful for Force Push!

by Setzer » Sun Jul 02, 2006 3:06 pm

Wow, thanks Graf! I never expected such a quick response, so thanks for the surprise. ;)

And I'll get by without the negative force for now. Hopefully it'll get added when the A_Implode situation is settled.

by Jimmy » Sun Jul 02, 2006 2:48 pm

That was quick. Awesome! :lol:

by Graf Zahl » Sun Jul 02, 2006 2:38 pm

Why not? Might be useful for a gun that only shoots compressed air. ;) Negative force is not yet handled though.

A_RadiusThrust (radius, force, affectshooter, neg)

by Setzer » Sun Jul 02, 2006 2:09 pm

While I was sharing my opinions in the A_Implode thread, I got to thinking about a feature that just might be useful. It's about time I actually contribute something useful to these forums, so I might as well...

I have thought of a simple new DECORATE special: A_RadiusThrust (radius, force, affectshooter, neg). Its functionality is identical to A_Explode except it deals absolutely no damage, and retains only the thrust effect you get when blasting an enemy with a rocket or similar object. Sometimes it may be desirable to have something push enemies away without sending them to their grim death.

The params are mostly self-explanatory. Radius is... well, radius.
Force is how far away to push the enemies. For ease of use, this could possily be equivalent to the force generated by the Damage parameter in A_Explode (e.g. setting the Force parameter to 128 would yield the same result as a Damage setting of 128 in A_Explode, only without the damage).
Affectshooter determines whether the thrust is applied to the player/monster firing the projectile, or just the nearby enemies. This may be desired if the player himself is used as the center of the thrust and it isn't desired to send the player sky-high as well.
Finally, the Neg parameter if set to 1 provides negative thrust similar to the suggested A_Implode, sending monsters careening towards the center of the blast. If this were to be added, a 'tractor beam' weapon would be highly possible, for both players and monsters.

In conclusion... well, I don't posess much more information to say. What are all your thoughts on this?

Top