Jump to content
Sign in to follow this  
someguy11

Make a firehawk bomb home-in/become a guided bomb

Recommended Posts

I'm trying to make the firehawk's bomb seek moving ground targets but
adding: FlightPathAdjustDistPerSecond="50" to the projectile has no effect

Edited by someguy11

Share this post


Link to post

Set the ScatterRadius attribute in the weapon to 0. Everything that doesn't scatter is a homing projectile.

Share this post


Link to post

If you want to fiddle with it some more you can tune the following:

 

 

/** 0% means it will never follow, if you set this to 50% for example it will have a 50% chance to "lock on" or miss **/
HitPercentage="0%"
/** when it misses it can miss by a radius of the below value **/
ScatterRadius = "1.0"
 

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×