wktos

New Member
Feb 3, 2019
11
13
in game code I see two problems:
1. When assigning value to story variables you should do something like:
Code:
someonestory = max (someonestory, 4)
This will ensure that you will not push back story progress
2. Eg:
Code:
if tempo == 6 and sashastory == 3 and lucystory == 5:
should be changed to (lets assume that it is event for lucy):
Code:
if tempo == 6 and sashastory >= 3 and lucystory == 5:
In this way, if player will progress too far with sashastory will not block lucy story
Worst thing which can happen that some events will be played twice
 

Loganfin

Well-Known Member
Dec 2, 2020
1,256
1,498
I can’t but laugh at this combination of incest, brothel and harem. Not going to go on sale, at least for Harem fans. Harem fans generally do not tolerate sharing their women with other men. So a pretty large percentage of players are out of the market. Plus, you can include NTR haters who will never touch this game.
I certainly understand that on these boards, there is a vocal group who feels exactly the way that you say. However, I am very much the opposite, and this checks a lot of the boxes that I want. The combination that you make fun of makes it super hot to me, and I hope that the game continues to grow and progress.

You do you, but don't condemn a game that other people may like just because you don't.
 
  • Angry
Reactions: Qoo-Rilla

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
@mirenzo
I also stuck once 2 girl hired and all spying done. I found why: I need to do spying in certain order, eg if I progress too much with Chris I will block later event when she should call/text me.
This is because your trigger condition is checking three times condition '==' but for mom_story it should be '>='
It is all over the code - basically it is very easy to stuck because you progress too much with one character

Since it is sandbox game it will be nice to consider more '>=' comparison instead of '=='.

And redmoon_story keep resetting to 2. I did not found why - probably when giving her toys after picture is taken.
I can't figure out what is blocking you once you hire the second girl. If you can post me your save where you are blocked maybe I understand and if necessary I will correct the code. The event that triggers the sms from mom is: "if momstory == 5 and sis1story == 5 and sis2story == 5 and contactzia == False:
jump smsdamom1"
that is once you spy on all 3 women in the house and it doesn't matter in which order you do it. It should be impossible to progress beyond momstory 5.
The reason I always use the "==" is because of the hints that must appear at that exact moment, not before and not after. I have started the game several times and never got stuck if I follow the walktrought written in the changelog. Surely there is some mistake of mine but if you don't post me the save I will never find out. Thank you.
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,190
6,011
Another game that falsely gives us the "incest" tag in order to attract those who like this genre - I myself was fooled because I downloaded this game and started it because I saw this tag on it.
After starting the game right at the beginning we have the information that the only real and biological family of the MC is only his father.
Of course I understand that dev wanted to avoid problems with patreon which is known to prohibit incest but if we have an option in the game to determine the relationship between mc and others with whom he lives then at least let the dev do it so that it makes sense because if I start the game and right at the beginning I find out that mc's mother died and that the new milf who lives with them is only his father's girlfriend (not even his wife because we also find out that his father didn't remarry) and the two young girls who live with him are only daughters of his father's new woman, then I know right away that there is no incest in this game, in fact there is not even step-incest, since his father didn't even marry his girlfriend, and no amount of changing MC's relationships with others in the game will change that, because what does it matter if I call my father's new woman as my mother or even stepmother, since I already know that she is not his real mother or even stepmother since she is not married to his father, in the same way his new "sisters" are not even his step-sisters, since their mother didn't marry MC's father.
I suggest the dev to play some other incest games where the player can establish relationships with others at the beginning and then he will see that in a very easy and simple way it is possible to avoid patreon's prohibitions and start the game in such a way that establishing relationships at the beginning makes sense no matter what the player chooses when establishing relationships with others.
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
in game code I see two problems:
1. When assigning value to story variables you should do something like:
Code:
someonestory = max (someonestory, 4)
This will ensure that you will not push back story progress
2. Eg:
Code:
if tempo == 6 and sashastory == 3 and lucystory == 5:
should be changed to (lets assume that it is event for lucy):
Code:
if tempo == 6 and sashastory >= 3 and lucystory == 5:
In this way, if player will progress too far with sashastory will not block lucy story
Worst thing which can happen that some events will be played twice
Normally I use that code when I have just done the sasha event and go to do the lucy event which once done lucystory becomes 6 and that code is never needed again. Of course if instead of going to lucy, you go somewhere else problems can happen because time will progress and that event will only reoccur the next day.
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
Another game that falsely gives us the "incest" tag in order to attract those who like this genre - I myself was fooled because I downloaded this game and started it because I saw this tag on it.
After starting the game right at the beginning we have the information that the only real and biological family of the MC is only his father.
Of course I understand that dev wanted to avoid problems with patreon which is known to prohibit incest but if we have an option in the game to determine the relationship between mc and others with whom he lives then at least let the dev do it so that it makes sense because if I start the game and right at the beginning I find out that mc's mother died and that the new milf who lives with them is only his father's girlfriend (not even his wife because we also find out that his father didn't remarry) and the two young girls who live with him are only daughters of his father's new woman, then I know right away that there is no incest in this game, in fact there is not even step-incest, since his father didn't even marry his girlfriend, and no amount of changing MC's relationships with others in the game will change that, because what does it matter if I call my father's new woman as my mother or even stepmother, since I already know that she is not his real mother or even stepmother since she is not married to his father, in the same way his new "sisters" are not even his step-sisters, since their mother didn't marry MC's father.
I suggest the dev to play some other incest games where the player can establish relationships with others at the beginning and then he will see that in a very easy and simple way it is possible to avoid patreon's prohibitions and start the game in such a way that establishing relationships at the beginning makes sense no matter what the player chooses when establishing relationships with others.
I'm sorry to have disappointed you with the "fake" incest tag. I wonder how you could determine if a woman will be mom instead of aunt or sister instead of cousin without an introduction that mandatorily must be non-incest.
Maybe it's easier to disregard the words said in the introduction and assign relationships as you like.
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,190
6,011
I'm sorry to have disappointed you with the "fake" incest tag. I wonder how you could determine if a woman will be mom instead of aunt or sister instead of cousin without an introduction that mandatorily must be non-incest.
Maybe it's easier to disregard the words said in the introduction and assign relationships as you like.
Unfortunately if I'm to fully inhabit the role of an MC playing a game then every word/dialogue has and should have meaning.
There are many ways to allow the player to choose a relationship right from the start of the game, just as the player can choose the MC's name and then only proceed to the introduction and character introduction according to the relationship the player has chosen.
However, if you have no idea how to do this there is always the option, as in many other incest games, to make an unofficial incest patch, which will then change the relationship or even the introduction and the character introduction at the beginning of the game after installation.
Of course it is your game and ultimately you can create it as you see fit, and what I have written in the earlier and in this post is just my personal opinion and even if your game in its current form is not the game for me I wish you the best of luck with it.
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
Sorry guys, there was a bug in version 0.1 that I fixed that prevented you from continuing after hiring the second girl. After the fix 0.6.2, I tested the whole game from the beginning and found no problems. Of course it is almost impossible to test all situations but if when you find a bug you post me the save it would be much easier for me to find out where they are and fix them. Thanks for the help and sorry for the inconvenience.

Version 0.6.2 will be update soon from one Moderator.
 

Ddraigon

Member
Donor
Compressor
Jul 16, 2020
207
1,050
Escort Agency 2 [v0.6.2] Firenzo

Original PC : 1.7 GB
Original Mac : 1.6 GB

Compressed PC (444 MB) :
Compressed Mac (410 MB) :

This Compression is Unofficial and may break your game.
 
  • Like
Reactions: mirenzo

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,672
23,810
here is my unofficial android port of Escort Agency 2 v0.6.2.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11 :FacePalm:), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
Unfortunately if I'm to fully inhabit the role of an MC playing a game then every word/dialogue has and should have meaning.
There are many ways to allow the player to choose a relationship right from the start of the game, just as the player can choose the MC's name and then only proceed to the introduction and character introduction according to the relationship the player has chosen.
However, if you have no idea how to do this there is always the option, as in many other incest games, to make an unofficial incest patch, which will then change the relationship or even the introduction and the character introduction at the beginning of the game after installation.
Of course it is your game and ultimately you can create it as you see fit, and what I have written in the earlier and in this post is just my personal opinion and even if your game in its current form is not the game for me I wish you the best of luck with it.
I thank you for your advice which I have made my own. For version 0.7 I modified the introduction and the Change Name system.
 

DukeBeast

New Member
Jul 12, 2021
4
0
Have a problem with saving - when I skip time get an error that will be in the tracker file.
Can you please help me?
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
Have a problem with saving - when I skip time get an error that will be in the tracker file.
Can you please help me?
Hi, if you can edit the script.rpy file, you can see that the variable "mollywork" is defined at line 386. The script file is read by the program at the beginning of the game, so it is impossible that this variable is not defined. The problem is that maybe by clicking too fast you skipped to buy the room for Molly, in fact Molly does not appear in your score. If you have already met Molly at the tik tok bar, the next morning you should buy her room. I suggest you to use a save previous to the one you sent me and buy a room for Molly. Normally you buy rooms early in the morning when you just wake up.
 
2.30 star(s) 4 Votes