After choosing intersex, when starting the game, the following error appears
You don't have permission to view the spoiler content.
Log in or register now.
Ouch! I need the help of a gender scientist to figure this one out. This happens if in the settings screen you do not select any "combination" as homosexual. That is, whether I <> M/F/etc would be considered as a homosexual relationship. By default it considers everything as heterosexual and therefore it doesn't know how to construct the array of generation chances for characters having the same gender as the MC. In which circumstances would an intersex character be having a homosexual relationship? Not easy to answer!After choosing intersex, when starting the game, the following error appears
ElysiumDev no problemo, i'll include a save. you'll notice i've messed around with the attributes to get max everything(edited the available points) but that doesn't seem to impact anything, since the exact same thing happens with an unedited html file.cantwakeup111 and Spacc123 thanks both for the bug reports. Unfortunately, posting the SugarCube error message is not really helpful. It would help (also for anyone else encountering a bug) if you either posted a save right before, or if you described which steps you took. Under the hood the game is adjusting the output to your character. If it says "a" is null, it might have to do with your character's gender. I just tried to replay that scene and if you do not modify the default settings it seems to work fine.
I will add the option to enable / disable navigation controls in the next release.
Gilibertolo that has been fixed in the b11 version available on the discord.
This is what I have fixed since the b10 version:
- [b11] Fixed missing actions in hotel FF scene.
- [b11] Added missing npc name in restaurant scenes.
- [b11] Added missing "back" buttons in some screens.
- [b11] Fixed error when selecting crossdresser as a trait.
- [b11] Fixed stack overflow when selecting "Luna" dialogue option.
Can you list which settings you have chosen? I have just tried with a male character, everything left as by default, with just crossdresser enabled and it seems to work. Or maybe I am misunderstanding what you mean with it being broken. Like can you not progress past character creation or is the problem somewhere else?I donwloaded the version available on Discord and the problem with the crossdressing trait persist
I was referring to the customization of whether interactions with trans characters were straight or gay, instead of just having women+women=gay and so on.The settings only affect random characters, though. Story characters either have (or will have) a default gender or an alternative (usually the opposite). If none are possible due to the settings, the content will be disabled.
wow rapid reply, fix included.cantwakeup111 Got it, and fixed (for b13).
If you cannot wait, you can fix it yourself by editing the html and searching for hotel-room-night-dom-2, then where it says skill: dominance, replace it with skill: assertiveness and it will work.
It not in the v0.1.5?Mrs.X2020 I think that has been fixed in the latest version available on the discord.
I chosed:Can you list which settings you have chosen? I have just tried with a male character, everything left as by default, with just crossdresser enabled and it seems to work. Or maybe I am misunderstanding what you mean with it being broken. Like can you not progress past character creation or is the problem somewhere else?
Most games with a custom MC use a parser for this. So if it's an oral scene you can write it in a general way and return some his/her, haspenis/hasvagina text sprinkled in to make it look like it was written specifically for the player's character. For your game specifically the main branches would be the pass/fail on skill checks with some parser trickery thrown in to account for different body types along the way.The issue with that is that it would need to account for every possible permutation. That would be 15 different combinations, which would rapidly get out of hand. The solution would be to only consider a single possible path, like only a female MC for example.