Jump to content

Recommended Posts

Posted (edited)

I'm working on giving everything a weight because I'm not fond of having weightless inventory items. Is there a way to make all weapon mods have a certain weight?

Edited by NukaCooler
Posted

ItemMods have a weight field, so you might be able to use SetWeight NVSE command, I'm not sure if it works on item mods though.

Posted

Would I be able to apply that to all item mods through a script? Something like (terrible pseudo-code):

 

For all items in category IMOD {

 

do SetWeight 1.00

 

}

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...