Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Voros

A_Mushroom help

Question

Currently have a projectile that uses A_Mushroom. Problem is that when it happens, the spawned projectiles fly large distances. I want to make this smaller. What should I do? This is DECORATE BTW.

Share this post


Link to post

3 answers to this question

Recommended Posts

  • 0

You'll have to experiment a bit. The trajectory of the spawned projectiles depends on those two parameters plus its own 'speed' property.

'vrange' will aim higher, i.e. narrow down the spread and 'hrange' is used as a multiplier for the actual velocity.

Defaults are 4.0 and 0.5 respectively.

 

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×