Skip to main content

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

Found an issue. I explored in Sable's room and found a rat carrying an item. I was able to get the item from the rat, but it caused an exception code. Now that exception code pops up every time I open my inventory. I can't see what that item was. I'm hoping I didn't break my game.

Sorry about that, my bad! I’ve fixed this for the next version already, but if you don't want to wait for that, you can give these instructions a try.
If you don’t have an autosave you can roll back to, first make a backup copy of your save. You can upload the .save file to a Ren'Py compatible save editor like: Save Editor Online, find player_inventory, and change:

"item_id": "scrapPaper"

to:

"item_id": "paper"

Leave the quantity and any other values unchanged. Download the edited save and replace/import the original. Deleting the entire scrapPaper entry should also fix the crash, but you’ll lose that item.

I tried this, but now it says that the item id "paper" is unknown. Would it be possible to delete the item now and get it back in a later version?