54llk

New Member
Jun 15, 2022
5
1
I'm a Chinese and I can't understand most of the meaning through the translator. Can anyone tell me how many characters can get pregnant in this game now?
 
  • Like
Reactions: kamitoku

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,369
I like the game... but am I the only one who finds the tabletop roleplaying sessions to be pretty weird?
Like... the dev clearly never played an actual roleplaying game ever. which is just bizzare
 

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,369
We are told every stripper has a different favorite drink. Try to bring the correct one when talking to them...
You just need to purchase the drink before you ask them to give you a private dance (which costs 100$).
Each girl's affection goes up to 100.
By default you get +7 points per dance.
You get variable bonus per girl for her favorite.

Girl: Drink
Trinity: Bourbon gives +2
Aya: Sake gives +5
Mamie: Cocktail gives +5
Lucy: ?
 
Last edited:

Ghostly Hale

Active Member
Jan 26, 2018
861
779
They say stop, while saying like harder, give me more, or it's so amazing, you think they don't enjoy it? All those dialogues, dirty talks just make the experience exciting and make the experiencer get hard, it's entertainment!

Yeah, see if these look familiar:
A step or some girl, stuck in something, and then a man take advantage and have sex, and the woman enjoy it at the same time, and of course she say stop.
A cheating wife, having sex with someone who is not her husband in the bedroom, then says stop, her husband's coming back. Then they hide and keep it going.
A girl is asked for a blowjob because a guy knows something secret, then the girl doesn't like it, but she also gets horny.

All of these things have been in games, videos, comics, novels. Go! Go tell all the content creators that's rape.
That's performance, that's entertainment! If you don't like it, don't play it, just don't spoil it for everyone. Everyone has their own opinions and morals, but if you say it's rape, it can lead to misunderstandings, they will think of something horrible, take it seriously, and that's why people ask you why. But I don't think you are trying to make it right, you are just trying to ruin the game.
And why would a noble porn cop like you play free games here? I don't think you should take something for free and masturbate.
Good Night!
Don't waste time changing any of that please. But please do let us fuck Sofia in front of claude. To make that her impregnation scene would be the best.
 
  • Like
Reactions: Rickolin

Alphonsocat

Member
Apr 20, 2023
162
289
I finally found a way to change character names (not just the name of the player) and because the Dev is a very bad man who hates his supporters. I got a way to change the characters names without any coding and Renpy history bullshit.

changing the characters names to whatever you want takes about 1 minute for each character. but you will have to do this every time the Dev decides to get off his ass and actually update the game which isn't done often sadly.

here is what I do... and I will explain in a way that anyone can follow, even without any computer skills background.

1. https://attachments.f95zone.to/2023/03/2469189_UnRen-1.0.10b.rar - download this in order open the game files.

2. extract the winrar and put the file inside the directory of the game (where the Milfy day Exe file is) then run it.

3. choose option 1 by pressing 1 in the keyboard and then pressing enter, then wait for it to finish like a dumb ass.

4. open the folder game and go into script, then data define and then into the rpy file (it's like an ini file) that is called chara_define. make sure you enter the RPY version of the file and not the RPYC version. inside you will see for example a line like below...

define syn = Character("Syndra",color="#e53cbb",window_top_padding=5,who_outlines=[(2, "#232323", 0, 0)])

5. what you do with the above line is understand that "define syn" means the character, this will never change. what you do now is change the word "syndra" into whatever you want. let's say I want the character syndra to show up ingame with a name like facefuck. what I do now is simply change syndra into facefuck and the final result will look like below...

define syn = Character("facefuck",color="#e53cbb",window_top_padding=5,who_outlines=[(2, "#232323", 0, 0)])

6. you now save the chara_define file and exit. now whenever that character appears ingame her name will be titled as facefuck. however I also want other characters to call her facefuck. so I now go back into the script folder and then into story folder. here I have a folder called normal and inside of it some written events. and below the normal folder I have the main written events with names like Alex and Angelina and Chelsea. these comes in twos as you will notice. one is an RPYC file and the other one is RPY. the RPY files are the ones that were opened with renpy extractor, these we can change.

now we wanna go into the first file named Alex and open it to see the script which is the Dialogue of that part of the game. then press ctrl+H and this will open a replace command. next in "find what" we type the original name which is syndra and then press the "find next" button. the first find for me as an example was the line below...

j "Okay, maybe {b}{i}Syndra{/b}{/i} has some ideas."

the above {b}{i}Syndra{/b}{/i} is a code for the character j to use the name syndra. what we do here is simply replace the word syndra with facefuck. in the replace with box we type facefuck and then press the button "replace" on the right side. the end result will be the below line...

j "Okay, maybe {b}{i}facefuck{/b}{/i} has some ideas."

now whenever that scene plays in the game j (the letter for whatever character is talking) will call syndra facefuck instead.

7. so how do we do this for so much dialogue? simple... the Alex file we entered before has only 1 line with the word syndra. so let's do this for a file that has a lot of dialogue with "syndra". let's go to the file with script called "syndra". entering this file will have lots of syndra as a word. however the Dev is evil so this will not work here. because if we decide to put syndra in the find what box and then fuckface in the replace with box and then press replace all. we will ruin the script of the game for those scenes because there is a lot of code that uses the same word syndra only for showing pictures or other commands because apparently the dev not only refused to add a change name option at the start of the game, he also trolled us by using the same name for commands as well. so we need to instead search the below code...

}Syndra{

notice the above has }name{ while some other code has {name} so make sure you only change the }syndra{ if you change {syndra} you will fuck up the script.

so now all you have to do is go into every single file inside the story folder. put }Syndra{ inside the find what box, put }facefuck{ inside the below box which is replace with, and then press the "replace all" button. then you just save the file and exit (or you can exit by pressing the above right side x button and it will auto ask if you wanna save, press yes) after you've done this with all the files you also go into the normal yellow folder and do the same there.

now syndra name will be facefuck across the entire game, that will be the character name and every other character will call the character facefuck when addressing her or talking about her. please note that because once again the Dev is evil, sometimes you will notice that a character might call her by a shortcut like "syn" (as in a nickname maybe) or for example the main character (player) might call the aunt character by her original name when calling her "aunt" first. I couldn't find a way to change this because the Dev used some kind of weird code (I might solve this later on) I also couldn't find a way to change the names of the characters in the room menu and the diary or phone options so the original names will still be there.

if you have any problems please talk to me instead of the Dev, he is evil after all and will not help you if you happen to ruin the game by playing with the files. if the Dev wanted you to have the freedom to change a character name to your fathers name he would have gave you that option, but he's evil and decided to only allow us to change the main character (player) name. which is a really dick move if you ask me... I don't understand renpy code, but as soon as I figure out how to add an option to change every character in the game from the start menu (like the Dev did with the player's name) I will share a patch.

that's all friends, enjoy.

download.png
 
Last edited:

argentun

Newbie
May 19, 2020
24
11
Yeah for donna the cheat doesn't work and despite getting her to 100% the phone says she's not pregnant when i click on her portrait.

nvm i just missed something.
 
Last edited:

handok24

Newbie
Jul 19, 2022
68
63
Why did I add a new tag to the game? I didn't, how would I know?
Months ago, I don't know why they put that tag on it. Now after every update, some discuss about it. Even people who played the game don't know why that tag is there. I'm gonna put it together with NTR to explain. I don't like NTR and Rape, so I will not put them in the game. There a few scenes that I guess you would think they are:
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You can't just skip the dialogue, separate the cause and effect, before and after, and then give it a rating, oh, this is NTR, that is rape. That doesn't make sense!
As far as I know, many classic porn games, just right on this site, and videos, films, and websites have similar elements. If porn games were censored by strict ethical standards, the entire industry would be shut down. No porn games, only video clips, and no backstory whatsoever, 'cause any of that could be put under a magnifying glass and then considered unethical.
Well that's netori
 
  • Like
Reactions: mrttao

Alphonsocat

Member
Apr 20, 2023
162
289
Well that's netori
I didn't notice males in this game that have any option of having sex scenes. now I'm all up for a gangbang, there's a limit to how many things you can do with only 1 dick, I just don't see how NTR will ever show up in this game at this rate. just incase people were worried.
 
  • Like
  • Angry
Reactions: Nerro and EJW

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,520
8,737
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.6.6 + IC

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR or even MEGA

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
(if it gives you a .zip, just rename it as .apk)
Mega
PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

Size 463 MiB

Come find me on Discord:
I am no longer able to request my post get promoted to the OP from the mods. Only the owner of this thread can do it for me now. Otherwise this is the only notice you get that I have updated my android port.
 

jackeasy

Member
Aug 23, 2017
491
661
Wall of Text Snipped
I appreciate that you're trying to help others add flexibility to the game by allowing name changes. But saying that the dev is evil and hates their supporters for coding a game with fixed variables/names is reaching. It's not really unreasonable if they didn't want to compare the code of someone's game files line by line after that someone deliberately edited them on their own.
 

RDFozz

Active Member
Apr 1, 2022
805
1,101
<Long post on how to update game code and change character names>
As has been said before, I'm sure your initiative and hard work is greatly appreciated by some out there. While your solution is (of course) tampering with the game's code, it sounds like this will minimize the likelihood of breaking said code, at least for the time being.

Note to people using this method: either back up the original game files, or be prepared to download a fresh copy of the game (or at least to re-extract the files from the compressed download. Changing code can be a delicate thing. I highly encourage you to avoid adding special characters to names (pretty much anything other than letters and numbers), or be prepared to do special testing to make sure no problems result. In particular, dashes (-), apostrophes ('), and even spaces could be problematic. While these characters are common in names, they generally have a special meaning in code. Not saying they can't work, just that they might not.

Finally, while I am not the dev, I have been coding since the mid 1980s. Using the character's name as a variable is not a "screw you" to anyone; it's an extremely logical way for the dev to remember which variables are tied to which character. After all, if the variable for Syndra was strS003, it would have been somewhat harder for you to find.

And, not providing a way to change character names isn't unusual. Most (but not all) games I've seen on this site let you name the main character; only a handful let you change the names of other characters.
 

Darkmessiah30

Member
Jul 12, 2020
488
743
the story is interesting but god damn why does he have to be a fucking retard he's as dumb as a new born scratch that a new born is probably smarter than him.
 
3.90 star(s) 79 Votes