Zorkaz Posted July 13, 2019 Share Posted July 13, 2019 I'm currently trying to make a jumpsuit that has the exterminator enhancement (Less damage from bugs) But I just don't find it. Where do I start? Could anyone could provide me with a tip or a good tutorial? Thanks in advance Btw. I'm also trying to give a weapon a certain enhancement, similiar to Reba II, but I also don't get it. Link to comment Share on other sites More sharing options...
DeathMotif Posted July 13, 2019 Share Posted July 13, 2019 I’m away from my computer so I can’t verify this, but it shouldn’t be too difficult to make your enchanted jumpsuit. Assuming that you’re using an existing jumpsuit, the process is rather simple. All you need to do is to create a duplicate copy of the ARMO entry for the jumpsuit. Next, you find the OMOD entry for the enchantment you want to apply. If such an OMOD entry doesn’t exist, you will have to create one. There are many examples of this already existing in the game, so you shouldn’t have trouble working this out. Next you add a reference to this OMOD into the ARMO you created earlier. The only thing remaining to be done is to either place a copy of this ARMO in the world, or make a COBJ (constructable object) that lets you craft it. I’ve been out of th modding scene for a while, so I may have missed some5hing, but it shouldn’t take much digging in either the CK or FO4EDIT to figure it out. It’s pretty basic. Feel free to PM me if you need to. I don’t always get notifications of updates to posts on the forums. Link to comment Share on other sites More sharing options...
DeathMotif Posted July 13, 2019 Share Posted July 13, 2019 I should mention that the process should be similar for weapons. Just substitute the WEAP for the ARMO. Link to comment Share on other sites More sharing options...
Zorkaz Posted July 13, 2019 Author Share Posted July 13, 2019 Ah thanks, I'll try it out Link to comment Share on other sites More sharing options...
Zorkaz Posted July 13, 2019 Author Share Posted July 13, 2019 Ok so I created a legendary omod and I have my custom rifle. But how do I combine them together? Link to comment Share on other sites More sharing options...
abborre Posted April 1, 2020 Share Posted April 1, 2020 Ok so I created a legendary omod and I have my custom rifle. But how do I combine them together?You could attach the mod object to the item ingame by using "itemRefID".attachmod "omodID". If you want to create a custom object that spawns with a particular mod, you´re going to have to look up how "object templates" work. Just google "Fallout 4 Creation Kit Object Template" and you´ll probably find a tutorial or something. Mind you, this should only work for items that spawn in the world after you´ve done the edit, items that are already in your game won´t automatically get the mod object. Link to comment Share on other sites More sharing options...
Recommended Posts