Lara Snow

Member
Feb 10, 2020
385
793
Welp I advanced the game more and I gotta say artistically is one of the best I've ever seen. The amount of work, love, and dedication this has reeks from every scene. Congratulations for setting yourself into making a product of this quality and achieving it.

I don't think it would make a personal top 5 because of male mc but I have no doubt it will be one of the VNs I will always recommend to other people.
 

Enigmanic

Active Member
Nov 4, 2019
594
775
Hard to believe its been over a year now... I'm amazed but also a bit concerned... only at 0.07 at this release so 7% complete after a year?... does that mean a decade of work ahead? Go Dev! Thats longer than any job or relationship I've ever had.
The version number rarely serves as an accurate representation of a percentage of the game's completion. That number can literally mean anything. Sure, low version numbers typically refer to early builds, sometimes even alpha builds but it doesn't necessarily signify how close to completion the game is.
 

Paz

Active Member
Aug 9, 2016
931
1,543
Hard to believe its been over a year now... I'm amazed but also a bit concerned... only at 0.07 at this release so 7% complete after a year?... does that mean a decade of work ahead? Go Dev! Thats longer than any job or relationship I've ever had.
The big secret meaning behind "0.07" is that it's the 7th release. Not a percentage, neither following semantic versioning or whatever.
Does that mean not a decade of work ahead? Who knows.
 

JJDrakken

Well-Known Member
Oct 28, 2021
1,433
2,511
So some questions about the walk through mod/walk throughs

With the Queen where it says +Dom or +Sub, is that for her or for you? +Help or +Confidence for Shani, second one is obvious, what does +help mean for the option?
 
  • Like
Reactions: Sir.Fred

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,547
Hard to believe its been over a year now... I'm amazed but also a bit concerned... only at 0.07 at this release so 7% complete after a year?... does that mean a decade of work ahead? Go Dev! Thats longer than any job or relationship I've ever had.
despite the low number there is a LOT of content
 

Wildehilde

Member
Dec 3, 2020
198
690
Hard to believe its been over a year now... I'm amazed but also a bit concerned... only at 0.07 at this release so 7% complete after a year?... does that mean a decade of work ahead? Go Dev! Thats longer than any job or relationship I've ever had.

Tell that ocean, once it hits 0.8 it goes back ot 0.1 for remake and then in 4-5 years it will be done again. Noice.
 

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,547
So you choose protagonist in this game ??
No. see
There is not. MC is a grown man, he gives the impression that he is 35 to 40 years old.
He lives with his wife and two daughters, the daughters appear to be fully grown women but from the dialog I got the impression they are around 18ish. His wife is very much an alpha bitch, she wields soft power beautifully, and enjoys helping her husband in his conquest. But it feels like she maintains her position on top of the female hierarchy.

He expands his household with some concubines and sex slaves. And also fucks a few women who are unsuitable for incorporating into the household so he does not bring them back home.
 
  • Like
Reactions: Ooh and Kak99

celticlord88

Member
Feb 4, 2019
163
301
anyone know what is causing this error?
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/home.rpy", line 46, in script
call screen nav_menu
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/nav_menu.rpy", line 8, in execute
screen nav_menu():
File "game/scripts/nav_menu.rpy", line 8, in execute
screen nav_menu():
File "game/scripts/nav_menu.rpy", line 18, in execute
frame background None padding(0,0):
File "game/scripts/nav_menu.rpy", line 235, in execute
imagebutton xcenter 310 ycenter 1010:
File "game/scripts/nav_menu.rpy", line 235, in keywords
imagebutton xcenter 310 ycenter 1010:
File "game/scripts/nav_menu.rpy", line 238, in keywords
if home_intro_seen == False:
File "game/scripts/nav_menu.rpy", line 247, in <module>
elif maid == True and introduction_emilia == True and emilia_room == True and m_d7b == False:
NameError: name 'm_d7b' is not defined

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

Full traceback:
File "game/scripts/home.rpy", line 46, in script
call screen nav_menu
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/scripts/nav_menu.rpy", line 8, in execute
screen nav_menu():
File "game/scripts/nav_menu.rpy", line 8, in execute
screen nav_menu():
File "game/scripts/nav_menu.rpy", line 18, in execute
frame background None padding(0,0):
File "game/scripts/nav_menu.rpy", line 235, in execute
imagebutton xcenter 310 ycenter 1010:
File "game/scripts/nav_menu.rpy", line 235, in keywords
imagebutton xcenter 310 ycenter 1010:
File "game/scripts/nav_menu.rpy", line 238, in keywords
if home_intro_seen == False:
File "game/scripts/nav_menu.rpy", line 247, in <module>
elif maid == True and introduction_emilia == True and emilia_room == True and m_d7b == False:
NameError: name 'm_d7b' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Desert Stalker 0.07c
Thu Dec 23 02:42:02 2021
 
4.80 star(s) 668 Votes