Catsup3227
Member
- Jul 22, 2024
- 215
- 253
- 120
I'm stuck in the
You don't have permission to view the spoiler content.
Log in or register now.
Yes. That's how Desert Stalker ends. We get in a neverending threesome with Shani and Merneith... is it a bug? or a blessing? Would have preferred a threesome with Zahra and Rabiah, but still...I'm stuck in theYou don't have permission to view the spoiler content. Log in or register now.
To get unstuck...I'm stuck in theYou don't have permission to view the spoiler content. Log in or register now.
What's the point of life when you die in the end?I just wanna ask, what is the point of QTE when you have back button and can save as often as you can?
Pfff hahaa, please, no need to go all philosophical on a early monday morningWhat's the point of life when you die in the end?
Yes, it works!To fix the issue, open /game/scripts/Home.rpy with a text editor
On line 156, change 'visitzahra' to 'visit_zahra'
Ludonarrative resonanceI just wanna ask, what is the point of QTE when you have back button and can save as often as you can?
Mmm that's make sense, thanks.Ludonarrative resonance
You want the player to either have Shani react in time or fail and be groped. You could do this with a normal "parry/ don't parry" choice - but intentionally clicking on don't parry doesn't feel fitting, right? She definitely wants to avoid being groped. By making it a timed choice, you match the "failure" of the character and player.
This update has some sharing or just the usual?
oh damn thats nice. will there be any content that will be cut once the final version release on steam or itch? rn im first trying and having a lot of fun.About a week (general release) after the beta comes out, same time as Steam/Itch as well.
I don't know, it's annoying, they also don't do Android too when there is one too. But you can make the Mac version yourself in a minute or so, or even play it directly from the SDK...it's just an extra few minutes of your time.
ah ok ty. btw once the next version release, how do i update it? since i downloaded it from here. just transfer my save to the new version? will that cause any problems or it wont?This is a bug and will be solved in a few days.
[Edited] Sorry, you were using my screenshot, I thought it was yoursI didn't get a choice after the gangbang, How do I get it? Or is it a bug on my end?
View attachment 5207628
Can somebody help please?While running game code:
File "game/scripts/home.rpy", line 152, in script
call screen nav_menu
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/nav_menu.rpy", line 65, in execute
screen nav_menu():
File "game/scripts/nav_menu.rpy", line 65, in execute
screen nav_menu():
File "game/scripts/nav_menu.rpy", line 80, in execute
frame background None padding(0,0):
File "game/scripts/nav_menu.rpy", line 83, in execute
vbox:
File "game/scripts/nav_menu.rpy", line 84, in execute
$ e = get_active_event(parent = 'bedrooms')
File "game/scripts/nav_menu.rpy", line 84, in <module>
$ e = get_active_event(parent = 'bedrooms')
File "game/scripts/event_handler.rpy", line 74, in get_active_event
if e.is_tracked:
File "game/scripts/event_handler.rpy", line 65, in is_tracked
return eval(str(self.tracked))
File "game/scripts/quests.rpy", line 56, in is_tracked
return self.tracked
AttributeError: 'Quest' object has no attribute 'tracked'