Is there any way to increase storage slots via save editing?
Ehh... sorta, you either need to add each item manually to the storage on your save file OR change the main game file to increase storage space
i would recommend you change main game file because its rather simple and doesnt break anything, but you need to do it again on every update
1: Open the folder where CoC II.exe is located
2: From there go Resources > app and find this file
it might have a different name but its the largest file that isnt a "Content_" file
3: Right click > edit > Ctrl-F: "maxStorage" and find this:
{key:"maxStorage",get:function(){var e=10;return flags.GARTH_STORAGE_UPGRADE&&(e+=10)...
4: Then just add a 0 to one of the 10 and done, like this
{key:"maxStorage",get:function(){var e=100;return flags.GARTH_STORAGE_UPGRADE&&(e+=100)...
please be carefull when editing the files to not delete anything
ALSO im playing on the steam version and has been a while since i tried any of the downloadable versions so its possible the files are different