korenogamer Posted June 2, 2009 Share Posted June 2, 2009 I am working on a mod and am trying to figure out how to best make it work smoothly. A quick rundown... I have an interior mod (master file) with numerous containers. Each container has a unique ID and would unofficially be "owned" by only a single modder. The modder would in turn creater a mod and add its items to a leveled list. BUt I am very unfamiliar with leveled lists. I only read a little about them so I dont have any real practice with them. Can each container only have 1 leveled list? Or can each container have as many leveled lists as you want? Im a complete rookie, So please correct my understanding. With the way I understand things, this is what I want to do... - Make the master file "KGsItemStash.esm" with all the containers labled as the owner of the container. IE. "KG'sModLocker"- The locker would have 10 to 15 or so leveled lists.- All leveled lists would add all its items to the locker "KGsModLocker". Alone, the lockers would stay empty.- Then, as the modder "KG", I would create a new item in a plugin called "DullBlade.esp".- Then I would load this plugin up in GECK with "KGsItemStash.esm".- Add this new item to the first leveled list.- Repeat with more plugins with each one editing its own seperate leveled list. I am hoping this would work.. Meaning I am hoping a container or actor can have more than one leveled list populating its inventory. Any advice would be greatly appreciated. Link to comment Share on other sites More sharing options...
BadPenney Posted June 2, 2009 Share Posted June 2, 2009 If you check out the containers in the interior cell ( VendorChestsCell ), you will see that chests can contain more than one levelled list. Not only can they contain more than one levelled list, but the levelled lists can contain nested levelled lists. My only recommendation: make sure to create new and unique levelled lists by at least renaming them, rather than modify existing ones, to avoid unintended chaos. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.