FreedomsFlame Posted October 24, 2016 Share Posted October 24, 2016 So I'm trying to create a mod that allows me to add a certain modification to every weapon in the game, and I figured I would use the Null Muzzle mod as the base since it acts like that. I copied the Mod Association keyword and the Dynamic Naming data, added the ma_myweaponmod keyword to each of the weapons I wanted to have it, and associated ma_myweaponmod with the mod_weap_myweaponmod object. As far as I can tell, I've done everything that Null Muzzle does, but for some reason, it won't work. Is there a quest that applies the mod association effect? Link to comment Share on other sites More sharing options...
VIitS Posted October 26, 2016 Share Posted October 26, 2016 What ap keyword did you assign to the modification? Link to comment Share on other sites More sharing options...
FreedomsFlame Posted October 26, 2016 Author Share Posted October 26, 2016 I'm using ap_gun_mag, trying to make a sort of STANAG system for FO4, where you can take the same magazine and move it between a set of different weapons chambered in the same caliber. Link to comment Share on other sites More sharing options...
VIitS Posted October 26, 2016 Share Posted October 26, 2016 Can you upload/provide a link to your plugin? I think I could figure it out, but something like this would be a lot easier to troubleshoot if I had the esp. Link to comment Share on other sites More sharing options...
FreedomsFlame Posted October 27, 2016 Author Share Posted October 27, 2016 Here you go. I've got a few other things bundled with it, was going to see if I could extend the STANAG thing into full weapon disassembly, but still can't seem to figure out how to get it working. Link to comment Share on other sites More sharing options...
VIitS Posted October 27, 2016 Share Posted October 27, 2016 You need to make a recipe (i.e. "Constructible Object") for the null mods. Link to comment Share on other sites More sharing options...
FreedomsFlame Posted October 27, 2016 Author Share Posted October 27, 2016 Huh, thought I checked for that, evidently I missed the co_muzzle_null when I was digging through the files. Thanks, haha. Link to comment Share on other sites More sharing options...
Recommended Posts