With v1.11 you can have main stashes with shared modes, means one stash for both sc and hc.
This feature is still experimental for now and there is no option inside the gui.
You need to edit the Config.xml yourself. So here is a step by step tutorial:
-
Close GDMultiStash and Grim Dawn (just to be on the save side)
-
Create a backup of the whole Data directory! (Select the directory with your mouse and press ctrl+c and then ctrl+v)
-
Open the “Config.xml” with an editor of your choice (or just do right click -> edit)
-
In the <Settings> part search for these two entries:
<Main0SCID> and <Main0HCID> for main stashes of the base game
<Main1SCID> and <Main1HCID> for main stashes of Ashes of Malmouth
<Main2SCID> and <Main2HCID> for main stashes of Forgotten Gods -
You don’t need to change all 6 entries! Just the two for your Grim Dawn expansion!
-
Don’t touch the <Cur…ID> entries!
I wanna use one shared stash for Forgotten Gods so these are my lines:
<Main2SCID>1</Main2SCID>
<Main2HCID>2</Main2HCID>
- Change the HCID to the same as the SCID
Mine now looks like:
<Main2SCID>1</Main2SCID>
<Main2HCID>1</Main2HCID>
- Now go to the <Stashes> part and search for the “Stash” entry with your ID
For me its:
<Stash ID=“1” Order=“1” SC=“true” HC=“false” Expansion=“2” …
- Change HC=“false” to HC=“true”
Mine now looks like:
<Stash ID=“1” Order=“1” SC=“true” HC=“true” Expansion=“2” …
-
Additionaly you can change the name of the stash/stashes
-
Save the file and close the editor. Your Config.xml is now set up to use one stash with shared modes
-
Now start GDMultiStash. You will see that there is now only one main stash (with gray font color). Thats your old SC stash that can now be used for HC as well.
-
The old HC stash still exists and you can go into game now, log into an HC character, move all items from your old HC stash into the main stash and delete the old HC stash if you want to.
Cheers!