xapican

Devoted Member
May 11, 2020
11,104
17,149
Sorry but if i play from last save the only update is the emilia, ain and some small mutants update.
I thought there is more with the queen and shani? Or is this because its still the testing beta version?
No, that is in this update, with Shani it is only a repeatable scene aded to the houshold
 

Bloker997

Active Member
Aug 20, 2022
817
1,405
Sorry but if i play from last save the only update is the emilia, ain and some small mutants update.
I thought there is more with the queen and shani? Or is this because its still the testing beta version?
there is new queen content.
 

strax503

New Member
Mar 22, 2018
3
12
got a Problem with Ain Szene: Game Breaks there.....

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/day11.rpy", line 212, in script call
call screen ivy_comp
File "game/scripts/day11.rpy", line 212, in script call
call screen ivy_comp
File "game/scripts/day11.rpy", line 212, in script call
call screen ivy_comp
[Previous line repeated 9 more times]
File "game/scripts/home.rpy", line 150, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/home.rpy", line 150, in script
call screen nav_menu
ScriptError: could not find label 'visit_ain'.

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

Full traceback:
File "D:\DesertStalker-0.18.0-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "D:\DesertStalker-0.18.0-pc\renpy\main.py", line 652, in main
run(restart)
File "D:\DesertStalker-0.18.0-pc\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "D:\DesertStalker-0.18.0-pc\renpy\execution.py", line 958, in run_context
context.run()
File "game/scripts/day11.rpy", line 212, in script call
call screen ivy_comp
File "game/scripts/day11.rpy", line 212, in script call
call screen ivy_comp
File "game/scripts/day11.rpy", line 212, in script call
call screen ivy_comp
[Previous line repeated 9 more times]
File "game/scripts/home.rpy", line 150, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/home.rpy", line 150, in script
call screen nav_menu
File "D:\DesertStalker-0.18.0-pc\renpy\script.py", line 1103, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'visit_ain'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.4.24120703
Desert Stalker 0.18.0
Tue Apr 15 19:35:44 2025
Fixed this using the attached event_handler.rpy doc. Save it to /game/scripts (replace the one there), and delete the corresponding event_handler.rpyc file.

Solution:

These 3 definitions had labels called "visit_ain" that don't lead anywhere. They need to link to the convis_ain.rpy, and day9.rpy labels accordingly:


Code:
define ev_ain_conversation_1 = EventHandler(
    name = "Ain conversation #1 (talk about Shani)",
    parent = 'bedrooms',
    location = 'ain_bedroom',
    condition = 'm_d4b == True and daily_ain == False and ain_basement == False and m_d5g == True and ain_talk_1 == False',
    label = 'a_convi_1',
    completed = 'ain_talk_1'
)
define ev_d9b = EventHandler(
    name = "Date with Ain (d9b)",
    parent = 'bedrooms',
    location = 'ain_bedroom',
    condition = 'm_d4b == True and daily_ain == False and ain_basement == False and m_d5g == True and ain_talk_1 == True and m_d9b == False',
    label = 'd9b',
    completed = 'm_d9b'
)
define ev_ain_conversation_2 = EventHandler(
    name = "Ain conversation #2",
    parent = 'bedrooms',
    location = 'ain_bedroom',
    condition = 'm_d4b == True and daily_ain == False and ain_basement == False and m_d5g == True and ain_talk_2 == False',
    label = 'a_convi_2',
    important = False,
    completed = 'ain_talk_2'
)
 

Machete

Engaged Member
Apr 7, 2020
2,752
4,917
I went through 3 playthroughs, with different Igor choices, it's not in the game anymore, plus it's not in the gallery for Ain.

It's removed.
Dumb question, but did you check in the options if you have the sharing content active? Otherwise the game doesn't show it.
 
  • Like
Reactions: Grygus

Nobles

Active Member
Apr 15, 2022
951
943
again with reworked early scenes??? really?? when one can finally play new story scene without fear of left something behind in previous quest new additions?
Did the dev go back and alter the older scenes soft ? watered down ?
 
Nov 6, 2023
71
46
Don't expect to take the Queen's virgin so fast but the new plots and renders are quite good for both younger Daughter and Queen.And for those who choose not to leave Hivegirl Krait behind back exploring the hive,in order to make the End icon appear correctly at the right top corner of the screen,you need to visit the mutant gym first to make the mutant sleepover event to be triggered otherwise you'll never see this event.
 
  • Like
Reactions: Tammy090

Krizalid

Member
Nov 24, 2017
137
325
I did my homework. I searched the thread for an answer but just found some mixed answers that don't say much.
so...
You don't have permission to view the spoiler content. Log in or register now.
I can't find a way to trigger this event with the wife and the raider. Is it possible, or is the event bugged or cut down?
I'm probably wrong but I think that's the scene where Ain gets punished, Kyra is there with Zahra and Ain
 
  • Like
Reactions: jackdanniels
4.80 star(s) 679 Votes