Skip to main content

The Power of Pride Bundle 2026 — $10 PWYC Edition
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+1)

There seems to be a problem transferring saves from 0.3 to 0.4.1, where if you had a character's profile set to display an unlocked outfit, you get a list index out of range exception whenever you try to open their profile.

EDIT: In fact, it seems all unlocked outfits have been reverted.
Your outfit handling seems to work by appending them to the list upon unlock, rather than using variables to check whether they are unlocked. Their addition to the lists in this way seems to not be persisted in the savefiles.

Thanks for finding this! This isn't game-breaking is it? You just can't access the character menus? 

Correct. It blocks access to the character menus, and thus the ability to replay events and view hints, but clicking ignore on the exception just returns you to the game and you can keep playing as normal.

Perfect, thanks for the update. I was able to replicate this quite easily and can't believe I didn't catch it myself. I think I have it fixed using a ConditionSwitch instead of a list, I just need to test it myself a bit more now. I appreciate it!