Jump to content

Portable Storage


Clipz

Recommended Posts

Ok, i'm working on a mod to create a spell that, when cast, summons a container flat on the ground at the player's feet. It will be small to avoid creating pathing problems. The main thing I need help with, is making it so i can place items into the container, move toanother location, summon the same box, and retrieve the items from the box.

 

I have tried using PlaceAtMe which created a new box each cast, and then MoveTo with a persistent ID which i could only cast once.

Link to comment
Share on other sites

Ok, i'm working on a mod to create a spell that, when cast, summons a container flat on the ground at the player's feet. It will be small to avoid creating pathing problems. The main thing I need help with, is making it so i can place items into the container, move toanother location, summon the same box, and retrieve the items from the box.

 

I have tried using PlaceAtMe which created a new box each cast, and then MoveTo with a persistent ID which i could only cast once.

 

Imperial Furniture has some containers that you can drop anywhere and access the inventory. It puts your equips back into your inventory when you pick it back up though...

 

Look at it and see if you get any ideas.

Link to comment
Share on other sites

Portable campsite comes with a sack that works flawlessly. It even corrects the weight of the sack on the contents. Its kinda like a way to bundle items in your inventory when you have to many. Of course, if you wanted you could alter the script to make the sack weight(s) that are added weigh nothing.
Link to comment
Share on other sites

Ok, i'm working on a mod to create a spell that, when cast, summons a container flat on the ground at the player's feet. It will be small to avoid creating pathing problems. The main thing I need help with, is making it so i can place items into the container, move toanother location, summon the same box, and retrieve the items from the box.

 

I have tried using PlaceAtMe which created a new box each cast, and then MoveTo with a persistent ID which i could only cast once.

 

Bag Of Holding This was the first mod I used & will be the last one I get rid of.

You can drop it on the ground (like you mentioned) and use it or just select it like any other item in your inventory or better yet assign a hot key to it, the Bag Of Holding ROCKS!

Link to comment
Share on other sites

Ok, i'm working on a mod to create a spell that, when cast, summons a container flat on the ground at the player's feet. It will be small to avoid creating pathing problems. The main thing I need help with, is making it so i can place items into the container, move toanother location, summon the same box, and retrieve the items from the box.

 

I have tried using PlaceAtMe which created a new box each cast, and then MoveTo with a persistent ID which i could only cast once.

 

 

Dosen't the Saddlebags Mod do something like this as well?

Link to comment
Share on other sites

Dosen't the Saddlebags Mod do something like this as well?

 

More or less, yes, but the bags are on your horse and thus no use to you while your in a dungeon. Also I don't think they're summoned I think they are always there.(Could be wrong on that bit, only looked at the description, didn't actually play it.)

 

P.S.

Thank you for pointing Bag of Holding out to me hoots7, thats almost the same thing I'm trying to do, and its looking like the spell bit is impossible anyway. The Midas one only opens the inventory of a P.ID and unforunately thats the closest I've seen in that sense. BTW thank you all for helping me out with this as much as you have. Didn't expect it to get this much attention.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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