Mookeylama Posted September 18, 2009 Share Posted September 18, 2009 a mod out there that allows me to place everything in my inventory, into a locker all at once? kinda like the anti Take All command. i' d love to just go home and dump all 150 items at once, then grab the 3 things i wanna take back out lol. any way to do it? edit: yikes. meant the title to include "all at once". sorry Link to comment Share on other sites More sharing options...
theLeeHarvey Posted September 18, 2009 Share Posted September 18, 2009 No mod for that that I know of, you'll just have to click really, really fast. :P Link to comment Share on other sites More sharing options...
MythicDawnAssassin Posted September 23, 2009 Share Posted September 23, 2009 That would require a little tweak to the game itself. The GECK cannot do it. Link to comment Share on other sites More sharing options...
AlexxEG Posted September 23, 2009 Share Posted September 23, 2009 Could be done with script, but it will be anoying with a mesg everytime you click a container Let's say the the MESG goes like this: What would you like to do? Option 0: Open container Option 1: Drop everything Option 2: Nothing And script goes like scn ScriptName ref Self short Button begin onActivate ShowMessage OpeningMessage end begin GameMode Set Button to GetButtonPressed If ( Button == 0 ) Activate elseif ( Button == 1 ) set Self to GetSelf Player.Removeallitems Self elseif ( Button == 2 ) ;Do nothing endif end Link to comment Share on other sites More sharing options...
AlexxEG Posted September 23, 2009 Share Posted September 23, 2009 I was able to make a script that support Locked and Broken containers ( Witch means: if it broken, it wont do anything, and if it's locked you most pick-lock befor you get the message )So the script works 100% now, just need to apply it to ALL the containers + DLC support + and change some of the script already attached on some containers Also, If I can learn how you work with FOSE, I will make a version were you can hold a button and activate a container to drop everything Link to comment Share on other sites More sharing options...
MythicDawnAssassin Posted September 24, 2009 Share Posted September 24, 2009 I was able to make a script that support Locked and Broken containers ( Witch means: if it broken, it wont do anything, and if it's locked you most pick-lock befor you get the message )So the script works 100% now, just need to apply it to ALL the containers + DLC support + and change some of the script already attached on some containers Also, If I can learn how you work with FOSE, I will make a version were you can hold a button and activate a container to drop everythingIt's very stupid to change all forms of a type, just because you want to add a common function. Think of the mod conflicts. I'm sorry but it had to be said.The FOSE idea is good however! Link to comment Share on other sites More sharing options...
Mookeylama Posted November 27, 2009 Author Share Posted November 27, 2009 sorry to resurrect, but not long after i made this topic, someone released a mod called "Dump it" or similar. and it did just this but i failed to follow it or dl it. can;t find it around anymore. anyone know about it? Link to comment Share on other sites More sharing options...
AlexxEG Posted February 13, 2010 Share Posted February 13, 2010 I released it, but It got very bugged. However, I have found a new way to create it. And it will not be needed to change a single container Link to comment Share on other sites More sharing options...
Recommended Posts