Jump to content
Sign in to follow this  
Ex3B

Magazine vs weapon InitSpeed

Recommended Posts

I was just wondering, projectile initSpeed can be specified in both the weapon config, and in the magazine config... such as the MXM with an initspeed on 920, and the 100rd 6.5mm mag that specifies 880 ms (which was fine before they allowed other MX pattern rifles to use it).

 

When both weapon and magazine specify the initspeed, which one is used? I am guessing the weapon config, I just want to be sure.

Share this post


Link to post
Share on other sites

initspeed in the cfgWeapons class overrides or modifies magazine initspeed.

If it is a +ve integer the weapon will fire all magazines at its own initspeed value.

If weapon initspeed is -ve (usually a 0-1 float value) it multiplies the magazine initspeed by that number (i.e. initspeed = -0.5; will half the magazine initspeed)

If weapon initspeed is 0 I think it uses the initspeed from the magazine (effectively the same as setting weapon inistpeed as -1)

 

So if the MXM has initspeed = 920; the magazine value is being overridden

 

 

 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×