The Elder Scrolls V: Skyrim

The Elder Scrolls V: Skyrim

Pocket Magecraft - Arcane Enchanter & Alchemy Lab in your pocket
129 Comments
pit-s Feb 26 @ 1:54pm 
Does anyone know about a variant or fork of this mod for the SE?
Humanspida Aug 21, 2024 @ 5:15pm 
I got a work-around for the potion storage opening the soul gem storage instead of the potion one...

install skyrim creation kit
go to your steam folder for skyrim:
...SteamLibrary\steamapps\common\skyrim\Data\

extract the Scripts archive file to this folder, you will now have a bunch of pex files and a source folder in the scripts folder here in ...SteamLibrary\steamapps\common\skyrim\Data\

download Bethesda Archive Extractor and SSEScript from Nexus Mods
extract the BSA file contents to a working folder
find and open the _pmstorageopenscript.psc file in notepad
scroll to the Functions section of the script

change the line under "elseIf choice == 2" from: _PMSoulGems_StorageRef.Activate(game.GetPlayer() as ObjectReference, true)

to:
_PMPotion_StorageRef.Activate(game.GetPlayer() as ObjectReference, true)

save the file
Humanspida Aug 21, 2024 @ 5:15pm 
copy this psc file to ...SteamLibrary\steamapps\common\skyrim\Data\scripts\source

open this _pmstorageopenscript.psc in SSEScript, check the line you changed a moment ago
click save and compile

go back to your steam skyrim folder
...SteamLibrary\steamapps\common\skyrim\Data\scripts\
check that a _pmstorageopenscript.pex file is in here

the necessary files are now in place - you're done... run game, let the launcher go through checking your installed mods completely
launch game

the storage options from the menu should all be working properly now and you no longer have to conjure the entire suite physically to access the potion storage
XiNaaru Dec 18, 2021 @ 1:01pm 
Somebody ported the mod private to me for the SE. I wanted to ask if I would get permission to upload this ported mod to Nexus.
Torsten Jan 15, 2019 @ 4:10pm 
This is one of the best storage mods-period. First time I open the mod i dump the crafting components, but keep the storage component and use it often. I've never lost and item stored in it and it's super helpful when you become over-encumbered during a fight.:cozyspaceengineersc:
kpetri45 Jun 9, 2018 @ 2:11am 
der zugriff auf die storrage-chest funktioniert nicht richtig sondern sehr eigenwillig, ohne die beiden Tische.
Requiem Sep 1, 2017 @ 10:51am 
Do you have any plan to port this to S.E.?
Jack Knife Jun 19, 2017 @ 3:20pm 
Absolutely fantastic! My only complaint is it seems that using the shortcut item to storage for potions yields the soul gem container, not the before mentioned potion container (Where as the normal soul gem shortcut yields soul gem container.)
Antares Dec 29, 2015 @ 3:19am 
Just cheking all my mods, to see if I have the THUMBS UP activatet on all the mods i uns, which all you creative people out there deserve!
And to use this opportunity to say thank you once again for all that work!

Thank you all for adding your own special touches, the humor, sharing your ideas, solving problems and (dang, what is ther word...?) .............needs!
Making Skyrim an even better place and an endles game:
Allways some new things to discover and try!

To all of you the best wishes for the New Jear, in private as well and here in Skyrim.:steamhappy:
Discord3847 Oct 6, 2015 @ 10:33am 
is this mod compatable with the pocket crafting mod
canatco56 Aug 6, 2015 @ 3:14pm 
never mind it turns out my game files were pucked up and causing crashes still dont know why it would only crash when i put stuff in chests but its nothing to do with mode.
canatco56 Aug 4, 2015 @ 11:55am 
great mode but know when i open it to put armors and weapons in it my game crashes it just started crashing.
Psychedelic Taco Feb 5, 2015 @ 11:55pm 
so was in helgan just starting out and usually i take all the imperial armor just for kicks so i can sell it to get some coin so pulled up your pocket mage storage so i cold carry all of it after i stashed it in there i exited out and i wasnt able to walk like i was carrying to much stuff yet i had 107 out of 300 carry weight why did this happen ?
steveangel37 Jul 1, 2014 @ 4:10am 
awesome man with this I can take everything I get without having to enchant carry more, nice cheers.
MMOQuin Feb 28, 2014 @ 5:11pm 
Just like the Pocket Smithy. Saves so much time
Lord Cuss Feb 17, 2014 @ 11:35am 
nice one, i cant live with out it anymore lol thx
Mikhail Haigen Jan 10, 2014 @ 7:38am 
When I open the arcane storage though [Pocket Mage Storage Open] item and choose open Potion Storage,however it will open the Soul Sem Storage chest. Is it a bug?
Galileon Sep 5, 2013 @ 9:24pm 
I looked at that Pocket Craftshop, and you're right it looks at lot better, so I'm switching, Thanks!
splynter  [author] Aug 24, 2013 @ 5:30pm 
@Chimera
Personally, I use Notepadd++. There are instructions on the CK website on how to set it up to use it for CK script files. Once it's set up, you can assign a hot-key combination that will compile the script and output it to the correct place. I haven't done the update yet, I've had some personal things come up that have prevented me from modding. I hope to be back to it next week.

If you go to this web page and look along the right side column, you'll see links for instructions on setting up various editors to edit and compile the scripts:
http://www.creationkit.com/Category:Papyrus
Chimera Aug 23, 2013 @ 2:04pm 
Splynter, I really appreciate the update. This is probably the mod with the content that I most often make use of. I love this thing! What did you use to recompile the .pex file? I have not done any script modding, or really any publicly uploaded mods, but I would love to work with a better program than the ones that I have.
Galileon Aug 11, 2013 @ 10:22pm 
Yikes! Thanks for the heads up!
splynter  [author] Aug 11, 2013 @ 7:35pm 
@Chimera
I'm going to upload a fixed version of this mod, but I would recommend that you retrieve all of your items prior to updating. This mod hasn't been updated in over a year and the .esp file doesn't appear to be the latest. There is a newer version called "Pocket Craftshop II" that can be found in my workshop files. It gives you access to all of the crafting items and has more storage available.
I'll wait a day or so before uploading the changes to this file, to give you a chance to retrieve your loot in the chests.
Chimera Aug 11, 2013 @ 5:47pm 
I am having problems opening the Potion storage chest remotely. I looked at the scripts for this mod and the "_pmstorageopenscript" mistakenly assigns the choice for the Potion storage chest to instead open the Soul Gem storage chest. It looks like a simple situation where the author did a copy, paste, and forget to edit the pasted info. I fixed it on the source file but cannot get a program to compile the author's script. Anyone with PEX file compiling experience, please help.
Galileon Aug 4, 2013 @ 11:49pm 
If fsantibanez is saying, that trying to open the Potion Storage chest when using the Open Pocket Mage Storage results in the Soul Gem Storage opening instead. Then I've been having the same issue since day one, luckily, I rarely need to open the Potion Storage Chest.
Question: If the player built a second Pocket Mage, would that grant access to a second set storage containers and crafting tables? Just curious, cause I noticed when you have a lot of stuff in one container, adding or removing items gets slower and slower. This happens with all the containers I've encountered in the game, so it's not restricted to Pocket Mage. A second or even a third batch of storage containers would sure ease this problem.
splynter  [author] Aug 4, 2013 @ 6:05pm 
@fsantibanez
Thanks for the bug report, I'll check it out.
fsantibanez Aug 3, 2013 @ 9:55pm 
using the [Open Pocket Mage Storage]... both "Soul Gem Storage&quot and "Potions Storage&quot open the same storage "Soul Gem Storage&quot .....

summoning Arcane Enchanting Table & Alchemy Lab ... all work fine... and storages and items are OK...
splynter  [author] Jul 24, 2013 @ 10:08pm 
@chevota
Hmm, I haven't had that happen to me yet. I'll see if I can duplicate it so that I can know how to fix it. Thanks for the bug report.
chevota Jul 9, 2013 @ 3:04pm 
Hello, I have had an issue with this mod staying behind when I die in an area. I now have a couple sets stuck in the area. Was thinking about removing and saving then re adding? I really like having them in game. Thanks for adding them online.
RonnanMc Jul 2, 2013 @ 8:55am 
Splynter this is just what i was looking for, i have a few camping mods and i currently have a HUGE campsite but those mods lack something this mod has-Chests. ~Thank you for makeing this mod, and keep up the good work! :)
tdx Mar 30, 2013 @ 10:36am 
niiiice :) whats better than enchanting on the go? NOTHING haha! especially useful if you use the black star or azuras star, you can fill it up and as you fill it up, quickly summon an enchanting table, and tah dah!
splynter  [author] Mar 26, 2013 @ 8:24pm 
@keith.riddle
Those are monk robes that are part of another mod that I made a while back. It's called the "Mages Travelchest". It has various combinations of most if not all of the mage and monk outfits in the vanilla game. It has evolved somewhat to include not only mage garb, but also light and heavy armor as well. There's also a selection of chef's outfits and chef weapons (can you say, "the ladle of doom") It's all instantly changeable using a menu. If you're interested, you can find it here.
http://steamcommunity.com/sharedfiles/filedetails/?id=18286
keith.riddle Mar 26, 2013 @ 9:30am 
how did you get those mage robes
monkey9 Feb 17, 2013 @ 4:58am 
Very nice feature. To have needed things, without weight.
Conjuring these tools is a genious thought...
PUTSY000 Feb 4, 2013 @ 4:10am 
This works great provided you keep updating the supplies within the product. A thumbs up mod all around
Ray Pest Jan 26, 2013 @ 5:08pm 
OKAY DOKAY!!
Bill Cipher Jan 18, 2013 @ 2:11am 
oh ok
splynter  [author] Jan 17, 2013 @ 10:36pm 
@earnhardt8fann
There already are a couple in my shared files. I recommend the Pocket Craftshop II. It has all the crafting and smithing items. It can be found here:

http://steamcommunity.com/sharedfiles/filedetails/?id=84267533
Bill Cipher Jan 17, 2013 @ 9:03pm 
can u make 1 that does forgeing as well like with the smithing items
RushEm2TheDirt Jan 1, 2013 @ 9:07am 
Thanks, no longer need to break immersion by using the console
SpacecaseJLP Dec 22, 2012 @ 7:20am 
YES!!! THis is what I really needed. Thank you so much. Puts an end to my failed attempts at making a soul gem that can hold multiple souls. Never got far with it. This is a much better soultion to my problems. Just like I was mentioning I needed on your other pocket mod for workshop.
splynter  [author] Nov 23, 2012 @ 10:31pm 
@desio29
Thanks! Glad it's a help to you!
desio29 Nov 23, 2012 @ 11:17am 
This is the best mod ever and IDK what I would do with out it! Great job
Aries72 Nov 20, 2012 @ 5:21pm 
Thanks i'll take a look
splynter  [author] Nov 20, 2012 @ 4:58pm 
@Aries72
You should try the Pocket Craftshop. It has a remote storage option that lets you store your goods in various chests or you can teleport to the chest storage area and manage your stuff directly.
Aries72 Nov 20, 2012 @ 1:28pm 
Would be realy nice to have a large chest only mod to summen it like the one in the pic
splynter  [author] Nov 3, 2012 @ 10:24pm 
@animeluver13
I'll be checking all of my previous mods for bugs very soon. Right now, I'm trying to finish a total restructuring of the Pocket Campsite mod to make it modular and easier to update. I'll be releasing it under a different name and am going to try my best to make it compatible with the old mod. It's a formidable task as it has thousands of items and many scripts which all need to be renamed and debugged. The task is almost complete, so then I can fix the problems in this mod and a few in other mods. Everytime there is a major game update I have to fix a few things, although this one sounds like it's just a boo boo on my part. I'm pretty sure it's just a glitch, what I call a copy-and-paste error. In reusing code algorithims, I do a lot of copy and pasting and then change the parts that I need to. In this case I probably forgot to update the chest that it was pointing to. I'll fix it soon. Let me know if you find any other bugs. Thanks.
ClayGoddessSari Nov 3, 2012 @ 6:30pm 
For me when I click on the "potions" label on the quick access list I get the soul gem storage. I also get soul gem when I click the "soul gem" label. It works fine when I actually get the chests out. Is this a glitch in the mod that everyone gets or is it badly interacting with another mod?
chasrick3 Oct 20, 2012 @ 1:01am 
hopefully this will work on when my toon gets 'stuck' in crouch mode also
chasrick3 Oct 20, 2012 @ 1:01am 
tyvm,I wasn't aware of that method of 'resetting' :) U rock!!
splynter  [author] Oct 19, 2012 @ 11:43pm 
@chasrick3
Try reloading the mod. You don't need to unsubscribe to do it. Just uncheck it in the Skyrim Launcher's Data section, then launch the game and make a new save. Then exit the game and re-check the mod in the launcher and start the game using the save you just made. This should give you the dialogue asking you how you want to recieve the Pocket Magecraft. Choose 'Get It Now', and go and check at the top of your 'Apparel' section for it. It's either going to say [Pocket Magecraft] or +Pocket Magecraft+ (I can't remember which I used, the + or the [ will cause it to be appear at the top).