tgtlucas

New Member
Jan 30, 2021
1
8
13
As you guys can see I'm a newbie on this site, but I have been playing VNs for quite some time and I can confidently say that this is the best game I have ever played and by far one of the best this forum has to offer. This update inspired me to post for the first time. Keep up the great work Z, paz & cynical.
 

Catherine♡

Member
Mar 10, 2019
293
1,336
358
One thing I've noticed is that this game likes to bring up characters who have only had a small introduction
(kidnapper girl, looter/ex-looter, fairy) If that happens again I'll bet the one who will reappear is that ex-slave that was rescued by our dear elf :love: .
I bet she was taken to the bunker and is there to reward our Mc for saving her life, the next time we go there:devilish:.
 

Lenothx

New Member
Aug 15, 2021
5
5
79
small bug during scene when focusing on Ain by herself in living room :
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/harem.rpy", line 222, in script
    Aw "So much..."
Exception: Sayer 'Aw' is not defined.

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

Full traceback:
  File "game/scripts/harem.rpy", line 222, in script
    Aw "So much..."
  File "renpy/ast.py", line 681, in execute
    who = eval_who(self.who, self.who_fast)
  File "renpy/ast.py", line 574, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'Aw' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Desert Stalker 0.07b
Fri Sep 24 01:28:50 2021
 

Mookey

Newbie
Nov 13, 2017
94
108
189
small bug :
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/harem.rpy", line 222, in script
    Aw "So much..."
Exception: Sayer 'Aw' is not defined.

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

Full traceback:
  File "game/scripts/harem.rpy", line 222, in script
    Aw "So much..."
  File "renpy/ast.py", line 681, in execute
    who = eval_who(self.who, self.who_fast)
  File "renpy/ast.py", line 574, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'Aw' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Desert Stalker 0.07b
Fri Sep 24 01:28:50 2021
Yep I saw that too. Save a backup of harem.rpy in case you mess something up, then open with notepad and search the line. Delete the "w" so it is:

A "So much..."

There are a few lines like that in that scene. Not knowing anything about code, it looks like characters are identified by the first letter of their name and "Aw" instead of "A" was a mistake. Just delete the "w" and it will fix it. But I didn't encounter that error with anyone else yet, so I would say to only change the "Aw" ones and no others, because I might be wrong on my assumptions of identification.
 

jolinn

New Member
Jun 13, 2021
5
2
60
Anyone come across this error (pasted below)? Was wondering if there's a fix for it or if I just have to start a new playthrough.

This only pops up when Ain is pleasuring MC privately in the living room area.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/harem.rpy", line 110, in script
Aw "I want to show [persistent.mom] that I can be like her too."
Exception: Sayer 'Aw' is not defined.

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

Full traceback:
File "game/scripts/harem.rpy", line 110, in script
Aw "I want to show [persistent.mom] that I can be like her too."
File "renpy/ast.py", line 681, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 574, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'Aw' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Desert Stalker 0.07b
Wed Sep 22 22:41:45 2021
Been answered: https://f95zone.to/threads/desert-stalker-v0-07b-zetan.68105/post-6623328
 
Sep 24, 2018
137
100
186
Yep I saw that too. Save a backup of harem.rpy in case you mess something up, then open with notepad and search the line. Delete the "w" so it is:

A "So much..."

There are a few lines like that in that scene. Not knowing anything about code, it looks like characters are identified by the first letter of their name and "Aw" instead of "A" was a mistake. Just delete the "w" and it will fix it. But I didn't encounter that error with anyone else yet, so I would say to only change the "Aw" ones and no others, because I might be wrong on my assumptions of identification.
I had the same bug, can confirm this fix works.
 
Sep 24, 2018
137
100
186
I'm not sure I've seen everything: I see a "???" section in the gallery after Kateryna, anyone know what it is and how to unlock it?
 

pothb

Well-Known Member
Jan 28, 2018
1,283
1,415
348
Is there a normal female domination in the game? or is it cheating?
Is it cheating if your wife actively encourages it? She seems pretty damn supportive of you fucking whoever you wanna fuck.
 

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,538
368
I'm not sure I've seen everything: I see a "???" section in the gallery after Kateryna, anyone know what it is and how to unlock it?
LurkyMcLurkFace
It should be Nadia but currently there is a bug which prevented the text to change from ??? to Nadia. However, the scene with Nadia "Alley adventures" can be unlocked with no issue. To access the scene with Nadia, just checked the Zeta >> All scenes.

ZetanDS The bug is in the day7.rpy script line 2565, where the variable assignment is incomplete
Python:
$ persistent.met_nadia
should be

Python:
$ persistent.met_nadia = True
I'm playing the compressed version though, not sure if the official had codes/scripts or just rpa files.
 

2382dudubes

Member
Mar 20, 2019
355
743
211
looks like a replay is in order since content got squished in between. I loaded my 0.06 save and finished the 0.07 content but there was barely anything so I replayed from scratch and suddenly there were scenes neither seen on my 0.06 save nor on my 0.07 continuation (such as the entire sister in law/niece scenes, some slave interactions).
 
4.80 star(s) 760 Votes