TD1900

#701
Game Developer
Dec 8, 2017
748
6,601
I've seen this game recommended in a breeding/pregnancy thread, but I don't see any pregnancy tags; does it contain that type of content? or was it just an error?
This project will not satisfy a pregnancy fetish. As mentioned, one of the prostitutes is pregnant, and the player character is also told about a past gangbang activity where everyone bets money on whose baby it is, but that isn't shown on screen.

. . . .so the flashbacks of the mom doing porn don't count as ntr?

the vet's around here are probably more than familiar with how ntr haters most likely do in fact consider that ntr
Just because a select portion of the community have an overly broad interpretation of the term does not change its literal meaning and application. The site's written definition is: "Designed to cause jealousy by having the romantic interest involved with someone other than the MC.

The mother isn't a love interest. Her past is meant to invoke something between pity and adoration from the player, not jealousy. If someone feels jealous, that is baggage they're bringing to the table irrespective of the game's context.
 

Mamonetti

Active Member
Apr 4, 2020
621
1,136
As I haven't been able to find any gallery mod for this game, I took a quick look a the code and found what needs to be changed to unlock all the scenes. So here you have a small HOWTO that should be compatible will all the versions of the game unless the developers change the gallery stuff.

You must do this:
- Remove the extras.rpyc file (binary) from the game folder.
- Edit the extras.rpy file (python, plain text) from the game folder.

You'll find a section where the entries of the gallery are inserted to the grid that looks like this:
Code:
        for i in sceneGalleryList:
            if i[0]:
                imagebutton:
                    auto "images/misc/scene replay/"+i[1]+"_%s.png"
                    action Replay(i[2], scope=i[3], locked=False)
            else:
                imagebutton:
                    action NullAction()
                    idle "images/misc/scene replay/"+i[1]+"_locked.png"
                    tooltip i[4]
Replace it with this:
Code:
        for i in sceneGalleryList:
            if i[0]:
                imagebutton:
                    auto "images/misc/scene replay/"+i[1]+"_%s.png"
                    action Replay(i[2], scope=i[3], locked=False)
            else:
                imagebutton:
                    auto "images/misc/scene replay/"+i[1]+"_%s.png"
                    action Replay(i[2], scope=i[3], locked=False)
In the end you're ignoring the if condition because you're adding the same imagebutton regardless of whether the condition is true or not, but doing it this way, you'll prevent potential problems you may have with the indentation characters (blank spaces and tabs). So make sure to replace the full lines.

Just FYI, once you're done and have started the game again, an updated version of the extras.rpyc file will be created (you don't need to remove it again or anything like that).

Regards
 
  • Like
Reactions: Axeleen

RHFlash

Active Member
Apr 4, 2018
692
929
It was a dark time. The adult gaming industry was filled with patreon scams, abandoned games, and hentai clickers. But out of that darkness rose heroes. Mutt & Jeff brought forth a beautiful game. A game with a great story, gorgeous renders, kinky sex scenes, and fully fleshed out intricately woven characters. They beat back that darkness. TD1900 came to f95 to mingle with the masses, and gaze upon their grateful faces. But those heroes were cursed. Wave after wave of NTR accusers came after them day after day. He tried to reason with them, by explaining that there was no NTR in the game. He used logic and reasoning to smite down those who believed that the MC has magical powers that turn any woman that crosses his line of sight into his exclusive girlfriend. But they kept coming, besieging him day after day. They say that to this day, he is still fighting, and one day, it will drive him mad.
 
Last edited:

IRedI

Member
Dec 31, 2021
202
617
It was a dark time. The adult gaming industry was filled with patreon scams, abandoned games, and hentai clickers. But out of that darkness rose heroes. Mutt & Jeff brought forth a beautiful game. A game with a great story, gorgeous renders, kinky sex scenes, and fully fleshed out intricately woven characters. They beat back that darkness. TD1900 came to f95 to mingle with the masses, and gaze upon their grateful faces. But those heroes were cursed. Wave after wave of NTR accusers came after them day after day. He tried to reason with them, by explaining that there was no NTR in the game. He used logic and reasoning to smite down those who believed that the MC has magical powers that turn any woman that crosses his line of sight into his exclusive girlfriend. But they kept coming, besieging him day after day. They say that to this day, he is still fighting, and one day, it will drive him mad.
Ha ;)
 

DirtyMario

Jumping bitches since '85
Donor
Jul 19, 2017
1,265
4,111
It was a dark time. The adult gaming industry was filled with patreon scams, abandoned games, and hentai clickers. But out of that darkness rose heroes. Mutt & Jeff brought forth a beautiful game. A game with a great story, gorgeous renders, kinky sex scenes, and fully fleshed out intricately woven characters. They beat back that darkness. TD1900 came to f95 to mingle with the masses, and gaze upon their grateful faces. But those heroes were cursed. Wave after wave of NTR accusers came after them day after day. He tried to reason with them, by explaining that there was no NTR in the game. He used logic and reasoning to smite down those who believed that the MC has magical powers that turn any woman that crosses his line of sight into his exclusive girlfriend. But they kept coming, besieging him day after day. They say that to this day, he is still fighting, and one day, it will drive him mad.
"HE"?

wat
 
  • Like
Reactions: RHFlash

DirtyMario

Jumping bitches since '85
Donor
Jul 19, 2017
1,265
4,111
Oh I’m sorry, did I misgender? Are TD’s pronouns she/her?
I'm sure her inbox is going to get flooded with romantic dick pics again so I'm not telling you that it's her in her PFP and signature. Apologies if you decided to grow a dick yourself in the meantime TD :HideThePain:
 
  • Like
Reactions: RHFlash

RHFlash

Active Member
Apr 4, 2018
692
929
I'm sure her inbox is going to get flooded with romantic dick pics again so I'm not telling you that it's her in her PFP an signature.
Apologies if you decided to grow a dick yourself in the meantime TD
Thank you for correcting me. I’ll edit the original text.

I apologize for misgendering you TD1900.
 
4.90 star(s) 477 Votes