Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

If you choose "b" for woman on char creation, it still generates you as a man.

EDIT: Just to add, this is an incredible game! Well done!

I just spent all evening trying to figure out that bug. Glad you enjoy the game despite the gender confusion!

The game is fantastic thanks :) Did you manage to find the bug in the end? Hope it wasn't too much hassle! Looking forward to your next update :)

I was trying to standardize gender across the code so that 0 = neuter, 1 = male, 2 = female, but gender was stored as a boolean in the new game parameters, so every character was getting changed into a male. So the bug was caused by misrepresenting gender as a binary construct. :|

Lol, very fitting! Glad you sorted it :)