Sad, I'm craving for more Zahra content
And I want...Krait is only thing i ask for
So far it´s unknown. After that settlement mission, we never had anything Raider related. It´s about time to go there again, visit the sisters, maybe even bring Shani with us.So are there any negative consequences to ravaging Kitty right there? Last time i played it was end of quest line so it kinda didnt matter.
You don't have permission to view the spoiler content. Log in or register now.
I hate that browny woman who is tastelessYeah but that still doesn't explain that guys hatred against the sahara desert.
oh wow dev is making us make 5 months again huhhView attachment 4874735 View attachment 4874733
Dev log 25.05.25
25.5.25 or 5.25.25. Now that’s a cool date to post a dev log. Anyway, the ball is rolling, and I don’t have much to share in addition to what I said last week about the content. But here are some pictures of Shani — from the front and back, for mystical reasons.
Hope you had a nice week!
Render progress:
- Shani & MC on a mission: 5%
- Shani enters the bath: 75%
- Harem scenes:
- Kateryna solo: 75%
- Fairy solo: 30%
Other:
- Household overview variations: 0%
- Room visit variations: 0%
- Various polishing: 50%
Script writing: 0%
Animations: 0%
All true, mate, and I'd like the same thing. However, I should note, we do have a basement scene with Ain (if Stalker make certain choices after dating her at the market), but there's a good chance that this scene could have long-term serious consequences for Ain's fate, which I wouldn't want.Really wish the dev expand the house activities. I want to fuck Ain on every possible location of that house, the other girls too ofc. Missed opportunity no scene with ain in the basement, or ain + fairy there.
Next update is Shani focused, so maybe this could be adressed? A lot of people here seem to be weary of Shani becoming too sexual, it seems.All true, mate, and I'd like the same thing. However, I should note, we do have a basement scene with Ain (if Stalker make certain choices after dating her at the market), but there's a good chance that this scene could have long-term serious consequences for Ain's fate, which I wouldn't want.
But doing a decent and hot basement scene that doesn't have serious consequences (like the one where Ain gets spanked by Zahra and Zaton) is definitely must. The same goes for Shani, she deserves more hot sex scenes with Stalker and the other girls of our harem, including lovely Ain.
Thanks for the share senior perv, I like this version Kitty more than base kittyGoth Kitty (May25/Stalkers+)
![]()
![]()
"Man, what the hell did you do to her? She used to be the cute one in class!"
"I don't know, feels like I can do whatever I want with her. I don’t even know if she cares."
___________
Poor Kitty got all corrupted. But the real fun starts with the images in the attached file!
You don't have permission to view the spoiler content. Log in or register now.
Who knows, maybe the wild cat sisters will "doll" her up in the game tooThanks for the share senior perv, I like this version Kitty more than base kitty
$ renpy.notify(_('Quest "Extension of politics" updated.'))
$ du = "Pepper summed it up well. <...>"
if du not in mq_m_2o1.description:
$ mq_m_2o1.description.pop()
$ mq_m_2o1.description.append(du)
$ mq_m_2o1.refresh_objectives()
elif introduction_fairy == True and introduction_emilia == False:
scene d16c-14
with fade
F "{i}*suck*{/i}"
if introduction_fairy == True and introduction_emilia == True:
scene d16c-15
with fade
elif introduction_fairy == True and introduction_emilia == True:
scene d16c-15x
with fade
elif introduction_fairy == True and introduction_emilia == True:
scene d16c-15x-2
with fade
Z "That's good; you look pretty..."
W "See? I told you it would make the wait easier."
if introduction_fairy == True and introduction_emilia == True:
scene d16c-14
with fade
elif introduction_fairy == True and introduction_emilia == True:
scene d16c-14x
with fade
elif introduction_fairy == True and introduction_emilia == True:
scene d16c-14x-2
with fade
W "Anyways... I think I'm done. Do you want to see?"
if introduction_fairy == True and introduction_emilia == True:
Z "Great. You heard her, girls."
scene d16c-16
with dissolve
E "Mh..."
scene black pic
with fade
"Obediently, they raise and leave you alone, as you walk over to [W]..."
jump d16c17
else:
Z "Great. You heard her, girl."
if introduction_fairy == True and introduction_emilia == True:
F "Mhm..."
if introduction_fairy == True and introduction_emilia == True:
E "Mh..."
if introduction_fairy and introduction_emilia:
scene d16c-15 with fade
elif introduction_fairy:
scene d16c-15x with fade
elif introduction_emilia:
scene d16c-15x-2 with fade
...
else: # <- not with both girls
Z "Great. You heard her, girl."
if introduction_fairy:
F "Mhm..."
else:
E "Mh..."
When I saw the title, I was expecting her to have dark hair. Somehow she reminds me of Sabrina Carpenter when she had dark hair.Goth Kitty (May25/Stalkers+)
![]()
![]()
"Man, what the hell did you do to her? She used to be the cute one in class!"
"I don't know, feels like I can do whatever I want with her. I don’t even know if she cares."
___________
Poor Kitty got all corrupted. But the real fun starts with the images in the attached file!
You don't have permission to view the spoiler content. Log in or register now.
Yeah, we´re already at 18 updates by now lol.any update yet?
I think it's better to post this in the dev's Discord, because he doesn't communicate in this thread.some more bugs
day 10 hive mission 2 (d10a) - you have 3 different endings and the script ATTEMPTS to update the objective (day10.rpy l:1538; 1586; 1612) at the end:
no clue why this objective's description is sets as a stupid list but anyway, this only updates the base defined objective and not the actual running one (what the quest log reads) ERGO the quest log won't updates the objective accordinglyPython:$ renpy.notify(_('Quest "Extension of politics" updated.')) $ du = "Pepper summed it up well. <...>" if du not in mq_m_2o1.description: $ mq_m_2o1.description.pop() $ mq_m_2o1.description.append(du)
you need to add this afterward to hard reset the related objectives with the newly defined ones:
and there is going to be a future issue with a specific ending if you continue the quest line at a later point:Python:$ mq_m_2o1.refresh_objectives()
in the case you are allied but avoid having sex with the queen, you have no way to tell if you've actually agreed or disagreed on the deal -> no var is sets and none can be used to deduct that outcome
day 16 zahra date (d16c) - the first part with the servants (day16.rpy l:5045) is badly scripted:
you can see fairy + emilia on this render -> this should've been d16c-13x for fairy only herePython:elif introduction_fairy == True and introduction_emilia == False: scene d16c-14 with fade F "{i}*suck*{/i}"
so, this scene has different renders depending if you've introduced emilia and/or fairy to the household
now look at the blatant copy/pasta of the exact same condition everywhere from line 5060:
for reference: x variant is fairy only and x-2 variant is emilia only (base = both)Python:if introduction_fairy == True and introduction_emilia == True: scene d16c-15 with fade elif introduction_fairy == True and introduction_emilia == True: scene d16c-15x with fade elif introduction_fairy == True and introduction_emilia == True: scene d16c-15x-2 with fade Z "That's good; you look pretty..." W "See? I told you it would make the wait easier." if introduction_fairy == True and introduction_emilia == True: scene d16c-14 with fade elif introduction_fairy == True and introduction_emilia == True: scene d16c-14x with fade elif introduction_fairy == True and introduction_emilia == True: scene d16c-14x-2 with fade W "Anyways... I think I'm done. Do you want to see?" if introduction_fairy == True and introduction_emilia == True: Z "Great. You heard her, girls." scene d16c-16 with dissolve E "Mh..." scene black pic with fade "Obediently, they raise and leave you alone, as you walk over to [W]..." jump d16c17 else: Z "Great. You heard her, girl." if introduction_fairy == True and introduction_emilia == True: F "Mhm..." if introduction_fairy == True and introduction_emilia == True: E "Mh..."
these conditions should've looked like this:
the indentation and conditions are both wrong at the end:Python:if introduction_fairy and introduction_emilia: scene d16c-15 with fade elif introduction_fairy: scene d16c-15x with fade elif introduction_emilia: scene d16c-15x-2 with fade ...
long story short: beside the first render for solo emilia (script not quoted here), the only variant working as intended is emilia + fairy while renders exist for both separatelyPython:else: # <- not with both girls Z "Great. You heard her, girl." if introduction_fairy: F "Mhm..." else: E "Mh..."
a typo in day 17a at line 3314 that begins by this:
"Ivy considers <I> considers" in the context it should be "<I> considers" because no one else around
(i cant use brackets [] for the char ref: the forum is parsing an italic tag)
also during that mission, there are 8 unused renders for extending/alternating a scene with krait gropping her victim before licking her neck
(i cant post a preview the forum doesnt accept the compressed render as an valid image)
My Shani will definitely not take advantage of these "privileges".would Shani ever be interested in these privileges?
Maybe Shani can sacrifice those privileges to Neith or Osiris?My Shani will definitely not take advantage of these "privileges".![]()