Jump to content
Sign in to follow this  
Igor101AD

Weapon Customization

Recommended Posts

Hello, is there any possibility to customize (change it myself) weapon's parameters (I mean for example: firepower, accuracy and stuff like that). I ve tried to edit it by opening config.bin but it didn't work crazy_o.gif . Can anyone help please? help.gif

Share this post


Link to post
Share on other sites

To open a config.bin , you must convert it into a config.cpp first.

Download Binview and you will be able to open a config.bin and save it as a config.cpp (that then can be opened by any text editor)

Next step, look in the class CfgAmmo that contains the definition, range (for the AI), damage of each ammunitions (direct hit, zone).

You can look too in the class CfgWeapon that focus on ... weapons ... for specific accuracy etc...

Additionally in the CfgMovesMC you have to look at "aimprecision=" that is defining "weapon wavering" in the hands for specific stances or for the ones you would want to change.

And always in the same place, you have a line "duty=" that define how much tiring doing a specific move can be.

Share this post


Link to post
Share on other sites

Ok, I've done everything as You said Sanctuary (for example I've changed accuracy of weapons), but I nothing changes in game confused_o.gif . What should I do now? help.gif

Igor101AD

Share this post


Link to post
Share on other sites

Write what you have exactly done, what exact values you are using, and what lines of the config you have modified.

When trying to use your modified config, are you using a mod with it that already have its own config.cpp (and so could conflict with yours)

Oh, and are you using a BIS config, or are you modifiying a mod config ? (if the later, maybe the mod does not define all the weapon/ammo values in the main config, but inside of several config located in the various whatevermod\addons\ folder )

Without precision, i can't see what you have done wrong.

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  

×