Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Loading from a save saved all of my skills but didn't save any of the items in my inventory. Pretty brutal to lose everything I've gathered if I decide to close the tab or restart my PC.

That shouldn't happen. I can help you fix it. Try refreshing or importing the save into another browser

(2 edits)

I had same issue - I've fixed it by manually modifying save file. In save file in field inventory I had array of objects and now it's object. Maybe some issue from changes between versions?

To manually fix:

- export save(remember to backup file in case you break something), 

- find "inventory": [ some text here until next ],

- replace fragment with "inventory": {},

- import save

and it should work from now on