Jun 9, 2022
159
354
I like the game but the name's so generic that it literally always slips by me every time it's on the Latest Games page
I have to be doing double takes to confirm this is the same VN each time :LUL:
 
Last edited:

f96zonetrooper

Engaged Member
Dec 21, 2018
2,627
2,552
Nice game. I like the porn setting with beautiful models combined with luxury.

I would suggest to add a gallery as in other games. There are a lot of dialog choices in the game and it is not always obvious if the player missed a scene with a girl or if there is no scene yet. A gallery would give the player direct feedback how much of the content was already found. This would avoid situations where players miss scenes and think they got 100% content as well as players having 100% content and looking for ghost scenes which are not there.

With Margo I got a dialog error. I had the scene with the bathroom and exchanged compliments with her but nothing happened. Next day in office in one of the dialog combinations she mentioned having fucked with the mc the previous night which did not happen. Probably have to play again and try to do better with Margo.
 

clerikk

Newbie
Game Developer
Feb 11, 2021
38
422
Nice game. I like the porn setting with beautiful models combined with luxury.

I would suggest to add a gallery as in other games. There are a lot of dialog choices in the game and it is not always obvious if the player missed a scene with a girl or if there is no scene yet. A gallery would give the player direct feedback how much of the content was already found. This would avoid situations where players miss scenes and think they got 100% content as well as players having 100% content and looking for ghost scenes which are not there.

With Margo I got a dialog error. I had the scene with the bathroom and exchanged compliments with her but nothing happened. Next day in office in one of the dialog combinations she mentioned having fucked with the mc the previous night which did not happen. Probably have to play again and try to do better with Margo.
Already working on a gallery of scenes. I'll add this option in a future update. Dialogue with
 

Pinsel

Active Member
Dec 25, 2019
821
731
So i have some Errors

If i try to fuck Sasha in the Hotelroom normal, later i get some errors about "Sasha_sad not defined" but in the end i get a treesome with Tasha and her.

If i fuck sasha "hard" i got no errors, but only fuck Tasha at the apartment.

And if i fuck sasha "hard", but mess with the save and set "sasha_sad" from 3 to 0, Sasha will be sad when Tasha shows her breast in the office and ask me not to do that again and i only fuck tasha later, even i set Tasa rel to zero.

There is a save file at the end

You don't have permission to view the spoiler content. Log in or register now.
 
Jan 7, 2022
362
474
I'm running no mods -

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9435, in <module>
NameError: name 'sasha_sad' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script.rpyc", line 899, in script call
  File "script.rpyc", line 9435, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 9435, in <module>
NameError: name 'sasha_sad' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bastard 9.0
Wed Jul 20 19:26:03 2022
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,627
2,552
I'm running no mods -

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9435, in <module>
NameError: name 'sasha_sad' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script.rpyc", line 899, in script call
  File "script.rpyc", line 9435, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 9435, in <module>
NameError: name 'sasha_sad' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bastard 9.0
Wed Jul 20 19:26:03 2022
This error should be impossible with current script.
Variable sasha_sad is initialized at start.
You can only reach label d7s and the line 9435 if sasha_sad >=5, so sasha_sad should be known.

Code:
label start:

   $ hil = 1
   $sasha_sad =0
Code:
    if sasha_sad >=5:
        jump d7s
    else:
        jump d7tasha

label d7s:
    scene black with dissolve
    pause
    scene d7gh9 with dissolve
    k "Are you happy to see me? {p} I really enjoyed our last meeting."
    scene d7gh10 with dissolve
    s "Yes, I'm very happy. I also enjoyed our meeting at the hotel."
    k "What did you like in particular?"
    scene d7gh8 with dissolve
    s " I liked everything."
    k "That's not an answer."
    scene d7gh3 with dissolve
    pause
    if sasha_sad >=7: ## line 9435
In case you used an old savegame, try start a new game.
You can skip text with the CTRL-key. To skip all text go into settings.
 
Last edited:

f96zonetrooper

Engaged Member
Dec 21, 2018
2,627
2,552
Quick question :rolleyes:, the kidnapped girl is not a harem member, right?:oops:
The "kidnapped girl" is the secretary. Since she is on vacation from day 1, we never saw the mc in action with her. I think she is not included in the game's banner picture in the OP.
On the other side mc tries to fuck all girls including his employees, so probably they had sex in the past and will have sex once she is freed.
 

Pinsel

Active Member
Dec 25, 2019
821
731
This error should be impossible with current script.
Variable sasha_sad is initialized at start.
You can only reach label d7s and the line 9435 if sasha_sad >=5, so sasha_sad should be known.

Code:
label start:

   $ hil = 1
   $sasha_sad =0
Code:
    if sasha_sad >=5:
        jump d7s
    else:
        jump d7tasha

label d7s:
    scene black with dissolve
    pause
    scene d7gh9 with dissolve
    k "Are you happy to see me? {p} I really enjoyed our last meeting."
    scene d7gh10 with dissolve
    s "Yes, I'm very happy. I also enjoyed our meeting at the hotel."
    k "What did you like in particular?"
    scene d7gh8 with dissolve
    s " I liked everything."
    k "That's not an answer."
    scene d7gh3 with dissolve
    pause
    if sasha_sad >=7: ## line 9435
In case you used an old savegame, try start a new game.
You can skip text with the CTRL-key. To skip all text go into settings.
Well, like i describe it bevor, i have the same error. And i did start a new game just for sience. still got the error
 

Onetogo

Active Member
Jul 16, 2019
544
752
I personally like that the older women show signs of aging. I see brow wrinkles which a lot of vain women try to get rid of with botox. I also like older women who take great care of their bodies and don't let it go(especially after marriage). That last picture the women look gorgeous in my eyes.
 
3.30 star(s) 37 Votes