Reptilienski 33 Posted May 15, 2018 how do you change the overheating value in your weapon? I have a WIP weapon, but with ACE it was too easy to jam due to weapon overheating too fast, which value in weapon config affect the overheating rate? Please happy, thanks! Share this post Link to post Share on other sites
Belbo 462 Posted May 15, 2018 Take a look at the cfgWeapons.hpp from ace_overheating: https://github.com/acemod/ACE3/blob/master/addons/overheating/CfgWeapons.hpp GVAR(XYZ) translates to ace_overheating_XYZ in this case, so the variables are: ace_overheating_mrbs, ace_overheating_dispersion and ace_overheating_slowdownFactor. Alternatively take a look into the confg viewer in-game. There you have all the variables necessary. Share this post Link to post Share on other sites