Karmamuscle Posted February 5, 2019 Share Posted February 5, 2019 Hi,I was wondering if it is possible to change DATA - Weight to what it is in the default .esms?Without having to do it manually one item at the time. I have one file that contains every change I've ever made to the game, which in hindsight was really really stupid.It has keyword changes, prefixes/suffixes to support sorting, game settings, AI changes, and weight changes. Recently started playing Survival, and Survival without weight is just boring. Any advice is appreciated. :smile: Link to comment Share on other sites More sharing options...
pra Posted February 5, 2019 Share Posted February 5, 2019 Yes. use Master() on the record to get the master, getElementEditValues(master, 'DATA\Weight') to get the weight and the corresponding setter to set it on the override record. Link to comment Share on other sites More sharing options...
Recommended Posts