Igor101AD 0 Posted April 18, 2008 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? Share this post Link to post Share on other sites
sanctuary 19 Posted April 18, 2008 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
Igor101AD 0 Posted April 18, 2008 Thank you Sanctuary, I ll check it in a minute Share this post Link to post Share on other sites
Igor101AD 0 Posted May 8, 2008 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 Share this post Link to post Share on other sites
sanctuary 19 Posted May 8, 2008 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