Has anyone been able to make this work recently? "Storage Selection" still works and will cycle through em np but the open key (Alt Num9) does nothing.
I also can't get it to work. Grounded gets stuck in the loading screen when I add this mod. Adding UE4SS makes my CPU spike so much as well.
EDIT: Got it to work. Do not modify the xinput name as suggested in this mod. Also need to modify the lua file to fix the loading issue (scroll down for where to fix it in line 117)
did you get this to work with the recent update? i can only use the last previous version as console doesnt load up and i get infinite loading. and with the old version when trying to use the bind key to access the remote storage it crashes to game every time
new version console doesnt come up when loading the game, old version does but when using the mod and trying to access the storage it crashes the game every time. is this getting updated to new version of the game?
108 comments
*** The version I'm using is 1-1-4, and it's available as a Miscellaneous file in the orax QoL mod.
I also had a lot of trouble getting this to load after placing an acorn chest (big storage)
The game would no longer load a save and would stay on the loading screen until it had eaten all my available memory.
To fix this you can edit the lua script on line 117
the line reads as follows:
if selectedStorage == startedForm then
===================================
This needs to be changed to :
if selectedStorage == startedFrom then
=====================================
its from not form (a simple typo)
save and reload and hopefully it works for you.
ps. I am not a coder I simply made an educated guess based on @ricepops comment
EDIT:
Got it to work. Do not modify the xinput name as suggested in this mod. Also need to modify the lua file to fix the loading issue (scroll down for where to fix it in line 117)