Airwolf 50 Posted July 26, 2016 I would like to change the dispersion of the helicopter miniguns. I'm sure there is a variable in the config but I can't find it. I've searched and found various posts on this topic but no definitive answer. I just want to remove the laser like qualities of most of these weapons. I'm happy doing it as a mod where I reference the base class with adjusted weapon values, I just need to know which value controls it. Thank you. Share this post Link to post Share on other sites
RoddyPL 0 Posted July 26, 2016 same gun different question ;) Im completly new to modding and I just wanted to change the rate of fire of the weapon... I looked aroung and I know I need to change the reload time in cfgweapons but here is my problem... no idea how to find it let alone mod it... please, can anyone be kind enough to help a guy in need? :) Share this post Link to post Share on other sites
da12thMonkey 1943 Posted July 26, 2016 They're found in the cfgweapons class, under fire modesFor example, under class LMG_LMG_Minigun_heli>>class manual it says the gun has dispersion = 0.0087; (values are in radians) and reloadTime = 0.033; (time between shots in seconds) Share this post Link to post Share on other sites
RoddyPL 0 Posted July 27, 2016 Thing is... I have no idea where the file is... or how to edit it :/ I can see it in the viewer in editor but I cant modify it... do I need a special program or am I missing sth? Share this post Link to post Share on other sites
da12thMonkey 1943 Posted July 27, 2016 You have to write your own config.cpp in notepad or some other text editor to patch it, and then compile that in a .pbo addon file using one of the many available packing tools. Opening the game data, modifying things and then repacking it is an awful, awful idea. 1 Share this post Link to post Share on other sites
Belbo 462 Posted July 27, 2016 I'd recommend a look at https://community.bistudio.com/wiki/Arma_3_Cars_Config_Guidelinesand https://community.bistudio.com/wiki/CfgVehicles_Config_Reference or just generally https://community.bistudio.com/wiki/Category:Arma_3:_Tutorials Share this post Link to post Share on other sites