Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Saving works-in-progress appear to work, but loading them doesn’t? It would be a great feature if it worked, as you could make a minor tweak to a character later without re-entering everything. (I mean, there’s so many settings!)

I think the “randomize at startup” functionality (which I love!) may be conflicting with it.

If that’s the case, though, would it be possible to lock the initial randomization down to a one-time-flag so loading the file doesn’t retrigger it?

The problem isn't the randomisation, it's that the various dollmaker variables are elements of an array, which Renpy doesn't store in save files. I finally figured out how to store dollmaker variables in a way Renpy will save for Pride or Prejudice, and have been meaning to edit this project to use the same technique, but hadn't gotten around to it. It'll require some fiddly editing so may take me a little while to edit in and then test, but it's definitely on my to do list!

Fantastic! I’m looking forward to it!