Jump to content
  • 0

Wish to create a custom attack


Voros

Question

I wish to create a weapon that fires a custom beam that pierces through all actors AND can be used with autoaim. And wish to write it solely in DECORATE.

A_RailAttack won't do as I require using custom sprites and autoaim compatibility.

All that really matters is that it pierces through actors and can be used with autoaim.

Any good solutions?

Share this post


Link to post

3 answers to this question

Recommended Posts

  • 0

With no side effects, A_RailAttack is the only thing the engine have to produce an instant hit beam.

Your best solution then, is some FastProjectile but the beam will have some delay to travel long distances.

Share this post


Link to post
  • 0

I have no problem with delay. In fact, right now I have a projectile with a speed of 150, though I should probably use FastProjectile for this.

Even so, a way to make projectiles pierce through actors would be nice.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...