HTML Hermaphrodity and the Mystery of the Missing Specimens [v0.24] [Fapforce5]

3.80 star(s) 15 Votes
Apr 10, 2018
444
648
It can
It does use a very different method to most other games
Although a lot of html games do not automatically provide an in game save game method

You need to select and cut and past the parameter stream to a text file
You can load that text stream back to restore a saved game
I haven't started playing the game yet
but does this mean to just copy the line at the address bar and the to load just paste it?
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,106
There's a continuity problem in the first passage of sissy school in the basement. MC had successfully solved the case in the sex shop viewing booths, but the teacher makes a statement about MC having fucked up the Tiffany case.
 

Staimh

Active Member
Dec 12, 2020
895
3,426
There's a continuity problem in the first passage of sissy school in the basement. MC had successfully solved the case in the sex shop viewing booths, but the teacher makes a statement about MC having fucked up the Tiffany case.
How does the MC resolve the sex shop viewing booths case ?
I thought that was deliberately unsolvable
 

88Michele88

Bloodborn Vampire
Game Developer
Apr 22, 2018
2,891
3,068
How does the MC resolve the sex shop viewing booths case ?
I thought that was deliberately unsolvable
Don't peek behind you, otherwise you faild. You need onl do your job if you ackt like a pervert you faild the mission and get panished.
 

Staimh

Active Member
Dec 12, 2020
895
3,426
Don't peek behind you, otherwise you faild. You need onl do your job if you ackt like a pervert you faild the mission and get panished.
As far as I'm aware there are only two ways of completing this task
Either peek at Tiffany and get admonished - clearly a failure
Or don't peek at Tiffany, eventually fall asleep while watching and get admonished - clearly a failure

You are saying there is a third scenario ?
 

88Michele88

Bloodborn Vampire
Game Developer
Apr 22, 2018
2,891
3,068
As far as I'm aware there are only two ways of completing this task
Either peek at Tiffany and get admonished - clearly a failure
Or don't peek at Tiffany, eventually fall asleep while watching and get admonished - clearly a failure

You are saying there is a third scenario ?
No he will catch the cultis and they will bit him up he will succes but don't faild the mission cause it will success.
 
  • Like
Reactions: Staimh

_FapForce5

Member
Sep 18, 2017
419
270
How does the MC resolve the sex shop viewing booths case ?
I thought that was deliberately unsolvable
Yeah I added in a success line. I suppose if your going to sit there for three days you deserve something. At the time I made it I didn't have the funds to buy the success art
 
  • Like
Reactions: Staimh

Malcowitz

Active Member
Feb 14, 2018
762
1,124
I'm still a bit sad that the sissy path has strong alternative content rather than letting you continue just fucking women but them's the breaks I suppose: we'll always have our kid with the bimbo. I'd prefer some kinda "autogynephile/pervert" path where it's obvious we're just doing it for kicks but thems

(btw, when you do anal with the bimbo in the living room it still shows you without bewbs and bigger butt)

Is there any point in stretching your butt other than the satisfaction of a job well done? And why does the sissy school suggest that you can let dates buttfuck you but then I can't unlock it?

Anyway, a good update and one of the few sissy games where you can at least have decent amount of hetero stuff as well and it has a consistently good and appealing tone, which is a rarity in the genre.
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,106
There's another continuity problem in the "crossdressing in public" sissy school event. MC gets handed off to Tiffany to hit the mall for female clothing, and the passage pretty much reads like it was MC getting thrown out and needed to crash in the girls only apt building where Tiffany lives. MC had long done the thing to reconcile with Mom throwing him out, and he had done it long before he wore out his welcome with his french speaking carpet munching friend. So there was no sleeping on park benches and being found by sex shop workers. There's only a little spackling over of the post mall visit to Tiff's place to play with the girls.
 

anonjoe

Member
Sep 29, 2020
130
168
Forgot I downloaded this. Tried it out earlier, doing the Private Investigations job, bought the clothes necessary, yet they don't seem to be in my inventory or wardrobe at all. Not sure what happened, the game took the money for them, but I can't continue the job right now. Will try again tomorrow when I have time, figure it either bugged out a bit, or maybe I forgot something at the shop.
 

_FapForce5

Member
Sep 18, 2017
419
270
Forgot I downloaded this. Tried it out earlier, doing the Private Investigations job, bought the clothes necessary, yet they don't seem to be in my inventory or wardrobe at all. Not sure what happened, the game took the money for them, but I can't continue the job right now. Will try again tomorrow when I have time, figure it either bugged out a bit, or maybe I forgot something at the shop.
You'll need the grey tie shirt, black pants, black socks, and black shoes. They are at two different stores.
 

jaydillah

Member
Oct 28, 2018
131
80
how do you trigger the new eve and lola content? do I need to start a new save? I don't know where to even see their love meter.
 

_FapForce5

Member
Sep 18, 2017
419
270
how do you trigger the new eve and lola content? do I need to start a new save? I don't know where to even see their love meter.
Love meter is Work in progress. Once you go to the house as a crossdresser you'll trigger the alternate Lola and Eva content.
 

Genghis

Newbie
Apr 15, 2017
17
5
Wish there were more masculine content and a skill tree for it. Looks like all the focus is going into the sissy stuff which I'm not a big fan of but whatever gets you off I guess.
 

Staimh

Active Member
Dec 12, 2020
895
3,426
Wish there were more masculine content and a skill tree for it. Looks like all the focus is going into the sissy stuff which I'm not a big fan of but whatever gets you off I guess.
Probably should have the sissification tag but I've no idea how to instigate that being reviewed
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,106
There's a scene in the sisters room after MC starts crossdressing where they propose going out after the MC has "prettied themselves" up. However MC can't go out with them even though they have managed to get mom to picnic with them in the park. I'm calling bullshit on the cl.appearance function that checks this in scripts/clothes.js. Here's the original code:

Code:
cl.appearance = function () {
    var thisBody = cl.appearanceBody();
    var thisClothes = cl.appearanceClothes();
    var returnVal;
   
    returnVal = thisClothes;
    if (thisBody === -1)
        returnVal = -1;
    else {
        if (thisClothes > thisBody)
            returnVal--;
        else if (thisClothes < thisBody)
            returnVal++;
        //console.log("total:" + returnVal, " - clothing: " + thisClothes + " - body: " + thisBody);
    }

    return returnVal;
};
TLDR version is that I hacked that function to be:

Code:
cl.appearance = function () {
    var thisBody = cl.appearanceBody();
    var thisClothes = cl.appearanceClothes();
    return Math.max(thisBody,thisClothes);
};
I've attached the updated clothes.js that you can extract from the zip archive and park in the scripts folder. Back to mansplaining....

The result is an integer that grows larger as the MC's body and clothing become more feminine. Anything less than 0 is man mode. The sisters check for greater than 1 before they will go out with MC. So 0 and 1 I guess are some sort of androgynous state?

Mom has MC go out and buy a polka dotted dress for a picnic in the park. Using this getup after MC started crossdressing in public only returns 1 when the MC uses it for the sister check. Manually calling cl.appearanceBody() in the console returns a 1, and cl.appearanceClothes() returns 2.

It's the if-then for clothes being more than body value that sabotages us. Why nerf the result by 1 when the clothes are more feminine than their body but juice by 1 when it's the other way around? We already have a hard cutoff return of -1 when MC may have forgotten to shave that week. Even that is probably body shaming the MC too much IRL.

Before messing with the function, I looked at clothes.js some more and found something to explain the number system:

Code:
cl.appearanceClothesx = function () {
    /*{ entry: -1, name: "Chubby" },
    { entry: 0, name: "Male" },
    { entry: 1, name: "Androgynous" },
    { entry: 2, name: "Cute" },
    { entry: 3, name: "Sexy" },
    { entry: 4, name: "Bimbo Slut" },
    { entry: 5, name: "Cum Dumpster" }*/
"Chubby" is more "Male" than someone who can crack walnuts with their thighs in what world? I have MC go into the closet to change into something a lot more sexy and then call cl.appearanceClothes() again. Still returns 2. So I call cl.appearanceClothesx() in the console to see a more detailed result and get:

Code:
clist: Object { top: "dress_red.png", panties: "panties_frilly.png", bra: "bra_frilly.png", … }
exp: "Dress: Sexy<br/>Bra: Sexy<br/>Panties: Sexy<br/>Clitty Not Locked<br/>Buttplug: None<br/>Socks: Sexy<br/>Shoes: Sexy<br/>"
val: 2
So no matter how hard the MC tried to tart herself up in sexy clothing, she still only rates as "Androgynous" because of body shaming. BULLSHIT!

Looking further into the body shaming bias here by calling cl.appearanceBodyExplain() in the console:

Code:
exp: "Hair: Sexy<br/>Makeup: Medium Black <br/>Lips: [Lipstick Bonus] Androgynous<br/>Chest: Male<br/>Ass: Male<br/>Cock: Monster Cock<br/>Body Hair: Sissy Smooth<br/>"
val: 1
There are many who would call that at least "Cute" and not just "Andogynous" so I'm calling bullshit on the rats nest of if-then code in this function because MC knows that Monster Cock is the best cock for everyone involved (girls and fellow sissies). Not everyone likes cow udder boobies and zip code sized glutes either so makeup, hair and lipstick here should have a helluva lot more sway in the results.
 
Last edited:
3.80 star(s) 15 Votes