-
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
. Can anyone help please?
-
First Lieutenant
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.
-
Thank you Sanctuary, I ll check it in a minute
-
Ok, I've done everything as You said Sanctuary (for example I've changed accuracy of weapons), but I nothing changes in game
. What should I do now?
Igor101AD
-
First Lieutenant
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules