Jump to content
Sign in to follow this  
flyingsaucerinvasion

Modifying cfgWeapons questions

Recommended Posts

How can I find the game's default cfgWeapons, so that I can see complete entries and begin to understand what things mean?

 

In particular I want to change weapon dispersion and recoil. 

 

While looking at mods that do similar things, I cannot discern what the following entries mean, or why different weapons have different entries:

 

class Single : Mode_SemiAuto
class Burst : Mode_Burst
class FullAuto : Mode_FullAuto
class Single : Single
class Burst : Burst
class FullAuto : FullAuto
class manual : Mode_FullAuto
class manual : manual
class LowROF : Mode_FullAuto
class HighROF : LowROF
class close : manual
class short : close
class medium : close
class far : close
class short : short
class medium : medium
class far : far
class manual : MGun

 

What is the exact difference between these?

 

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  

×