Jump to content

"Store ALL" Please!


otacon507

Recommended Posts

It would be really nice if there was an option to "Store ALL" when storing items in the home and such. I keep my ingredients in one cabinet and my armor in the other, and sometimes I have so many ingredients, that a "Store ALL" command would save me a good chunk of time. Thanks

otacon507

Link to comment
Share on other sites

I've came here to request(beg pleed) the exact same thing. Tried seeing if command console would help, only found removeallitems that removes items from a select NPC (even chests) to the player. Could not find a reverse command.

 

I have found a guy that uncompiled the UI source here

 

 

then poseted the source files here,

 

http://www.4shared.com/get/zJoWDVcP/skyrim_flash_files.html

 

The options are all contained within the ContainerMenu.as

 

I am really un-versed in action scripting so trying to figure out how to reverse the action of TakeAllItems is bit boggeling. Although I have managed to add the button. Maybe someone with a bit more actionscripting experience could help point out how to perform a reverse action of TakeAllItems and move the current view item list to the container?

Link to comment
Share on other sites

after messing around a little with the removeallitems command in the console I have found the you can move all the items from the player to a chest like the following

 

player.removeallitems <Container or Npc ID>

 

So bring up the console, click on the chest to see the ID. Then proceed to type in the above with the container or npc ID

 

The chest i used an example is the one in my Alechmy lab in breezehome and looks like this

 

player.removeallitems 0010eb84

 

Now all my items moved into the chest.

 

Although this is progress, i would rather prefer to have move a category of items to a chest like Apparel, Ingredients as I keep everything in different chests due to no categorization on the basterds. So when vewing the contents of the chest, ALL the items are in one list which is very unorganized and confusing.

Edited by Pirateking69
Link to comment
Share on other sites

  • 5 years later...

My Storage Helpers mod gives you a Put Most that works on all containers and follower inventory. (It's Put Most because you don't actually want to give up the gear you're using, gold, lockpicks, etc. in all but the most unusual cases. And because it only transfers things in the current view so you can easily use it to only transfer ingredients by first selecting the ingredients category.)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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