- Sep 22, 2017
- 473
- 414
someonestory = max (someonestory, 4)
if tempo == 6 and sashastory == 3 and lucystory == 5:
if tempo == 6 and sashastory >= 3 and lucystory == 5:
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.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 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:@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.
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.in game code I see two problems:
1. When assigning value to story variables you should do something like:
This will ensure that you will not push back story progressCode:someonestory = max (someonestory, 4)
2. Eg:
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 storyCode:if tempo == 6 and sashastory >= 3 and lucystory == 5:
Worst thing which can happen that some events will be played twice
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.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.
Unfortunately if I'm to fully inhabit the role of an MC playing a game then every word/dialogue has and should have meaning.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.
Save for each version are in the first folder of the game: Escort Agency 2/SaveI need save. Please
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.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.
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.Have a problem with saving - when I skip time get an error that will be in the tracker file.
Can you please help me?