HentaiKami

Engaged Member
Jan 27, 2019
2,505
3,726
Guys, this is a beta, not the final version, if you dont want bugs and stuff, wait for the final version of the update.
What's the estimated ETA for the final version of update? I've missed few versions because i've only seen beta update here and then forgot before next beta came along and reminded me.
 

ShamedAgain

Newbie
Nov 26, 2019
75
65
Game crashed while selecting the "Let's follow the road and see where it leads me."

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/day1.rpy", line 1162, in script
Zt "{i}Let's follow the road and see where it leads me."
File "game/scripts/day1.rpy", line 1162, in script
Zt "{i}Let's follow the road and see where it leads me."
IOError: Couldn't find file 'audio/music/decayed/blue sizzle.mp3'.

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

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/scripts/day1.rpy", line 1162, in script
Zt "{i}Let's follow the road and see where it leads me."
File "game/scripts/day1.rpy", line 1162, in script
Zt "{i}Let's follow the road and see where it leads me."
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 4103, in interact_core
renpy.audio.audio.periodic()
File "renpy/audio/audio.py", line 1166, in periodic
raise_(exc[0], exc[1], exc[2])
File "renpy/audio/audio.py", line 1144, in periodic_thread_main
periodic_pass()
File "renpy/audio/audio.py", line 1086, in periodic_pass
c.periodic()
File "renpy/audio/audio.py", line 517, in periodic
topf = load(filename)
File "renpy/audio/audio.py", line 70, in load
rv = renpy.loader.load(fn)
File "renpy/loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'audio/music/decayed/blue sizzle.mp3'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Desert Stalker 0.13BETA
Sun Jun 18 17:18:26 2023
 
  • Like
Reactions: Gutterball

JJJ84

Engaged Member
Dec 24, 2018
3,090
6,443
Finished the update, and damn I like it a lot.

Had a lot of things that I've been wanting to see; return of Shani (the best girl for me!) and her playful side, more of the Queen, and that whole eerie room (optional content).
Loved them all.

Eagerly waiting for the next release already. :KEK::HideThePain:
 

Bobhanw

Member
Feb 8, 2023
272
290
have you played Shani pov?
The event where she travels away? yes the quest log says i've done everything and when i look n the map it shows an event in the wife's room the her majesty and till death do us part are the only two quest that does not say to be continued and say i need to meet at the Library but nothing happens i assume it's either a bug or something that will be expanded in the non beta version
 

vrdude18

Member
Apr 24, 2021
162
450
Great update!
More content with Ain is always worth it.
Also glad to have Shani back.
The Zone was a creepy fun experience.
 

Gutterball

New Member
Dec 11, 2022
1
0
Game crashed while selecting the "Let's follow the road and see where it leads me."

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/day1.rpy", line 1162, in script
Zt "{i}Let's follow the road and see where it leads me."
File "game/scripts/day1.rpy", line 1162, in script
Zt "{i}Let's follow the road and see where it leads me."
IOError: Couldn't find file 'audio/music/decayed/blue sizzle.mp3'.

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

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/scripts/day1.rpy", line 1162, in script
Zt "{i}Let's follow the road and see where it leads me."
File "game/scripts/day1.rpy", line 1162, in script
Zt "{i}Let's follow the road and see where it leads me."
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 4103, in interact_core
renpy.audio.audio.periodic()
File "renpy/audio/audio.py", line 1166, in periodic
raise_(exc[0], exc[1], exc[2])
File "renpy/audio/audio.py", line 1144, in periodic_thread_main
periodic_pass()
File "renpy/audio/audio.py", line 1086, in periodic_pass
c.periodic()
File "renpy/audio/audio.py", line 517, in periodic
topf = load(filename)
File "renpy/audio/audio.py", line 70, in load
rv = renpy.loader.load(fn)
File "renpy/loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'audio/music/decayed/blue sizzle.mp3'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Desert Stalker 0.13BETA
Sun Jun 18 17:18:26 2023
Getting the same exact error, you can't play past the first 3 mins of the game due to this
But found out it has something to do with the walkthrough mod, reinstalled and now the bug is gone.
 
Last edited:
Oct 5, 2019
25
24
I love the update. But I think it was better if Shani got banged in the zone. And it was little short on content. I would have loved to progress other story lines. This update was mainly Shani. Either way good game.
 
  • Thinking Face
  • Angry
Reactions: Grelk and Daddy-S

ksatnod

Member
Jan 6, 2019
140
180
I should have waited, somehow the android version of the beta isn't compatible with the full release android of .12, so not only am I having to replay back to where I was, but I was looking forward to the punishment rework and that doesn't seem to be in yet, and finally there are some missing animations in various scenes that I also enjoy(Off the top of my head, it was Zahra's solo harem, waking Ain up for sleep sex and also Ain's towel event when he's up her butthole I think there were others though. Hope that was helpful).
 
  • Like
Reactions: Mfka5

Vertius

Active Member
Dec 22, 2019
622
905
Zetan said the next update may contain Kateryna scenes so then maybe we can expect some sharing scenes because Igor will come into the picture, I definitely dont want Omar to participate in any sharing.
Oh, interesting! I definitely want more Igor stuff. Guy is a bro, he deserves some friendly fun, you know he would return the favour and let you have some fun with his girls. I can't remember who Omar is, it's been a while since I played, so I can't say right now if I would want to let him in on the action.
 
4.80 star(s) 613 Votes