Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The title screen looks great!

Personally, I think an example project would be a lot more interesting if it could have an MC that used the dollmaker and had everything get saved. ;) Seriously, though, that’s functionality that other sprite creators don’t support, so being able to demonstrate that would be great.

If it demonstrated one dollmaker MC, one static NPC, and one gender-flippable NPC that would be ideal. I’d love to know best practices around having gender-flippable NPCs. (But then I think it would be fun to have a dating sim where the player decides whether it is yaoi or yuri, but the story is the same regardless… and maybe it could default to “neither” and have all NPCs be agender/genderfluid/nonbinary…)

I have written two games that do things like that: Pride or Prejudice and Northanger Abbey, and you are welcome to use the code if you can untangle the mess. But unfortunately I can't easily make an example game with this sort of functionality using Sprite Maker code.

Sprite Maker uses layeredimages, because they make the code relatively easy to read. But I couldn't figure out how to get a layeredimage to do all the things I wanted, such as changing based on a gender toggle. So Northanger Abbey, Pride or Prejudice, and the dollmaker within Sprite Maker, all use DynamicDisplayables instead of layeredimages.

You could turn a Sprite Maker sprite into a DynamicDisplayable but it would be a bit fiddly, and the final code would end up looking pretty different. I should probably write that up, along with how I use DynamicDisplayables in general, since some people might find it useful.

It's quite possible that there is a way to do things like this with layeredimages, I just don't know it myself.

Ooo… I’m “welcome to use the code if I can untangle the mess”? Thank you. I may have to give that a shot.

You will be the first to know if I succeed. :)

Good luck! Also if you're changing pronouns in text I found this useful: https://npckc.itch.io/pronoun-tool