[9.035-public#2844] Game crashes at end of kiro quest when leaving Po's lab

Status
Not open for further replies.

TheSteelWolf

Member
Jan 20, 2022
17
7
34
This only happens if I let Kiro get fully bimbo'd by Po. Rescuing her before 48 hours has elapsed works as normal.
1676767712437.png
 

TheSteelWolf

Member
Jan 20, 2022
17
7
34
Please provide a save to help debug this.
I figured out how the crash happens. After defeating Po open the inventory from her sex menu and use a condensol. It may or may not actually shrink the dink. Then proceed as usual. After rescuing Kiro and either downloading Po's VR fight data or not leaving and pressing Next will trigger the crash.1677321304613.png
 

Attachments

  • Silver (H) - 3Hrs 10Mins, 477 Days - N_A, Deep Space.json
    813.2 KB · Views: 5

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,008,896
8,008,326
Alright so in the process of digging into this I found a couple of other things, and for clarity sake I'm gonna explain a few changes I just made.

Firstly, because of the way the combat-end-scenes work, we can't really have a window of opportunity for you to use items after you've hit the victory or defeat button. The problem here is we need to re-run the victory scene function to regenerate the buttons according to the new stats that items may have given you, thus unlocking additional scenes. It would be nice if we could, but none of the victory scenes are really written and implemented with this in mind. I could have fixed it so that you could eat items and it wouldn't re-run the victory function, but that would have no real benefit to you, because we wouldn't be regenerating the buttons with their new enabled/disabled states based on those stats. The fact that it was possible thus far was an oversight that slipped through the cracks.

By looking into this though, I realised that as long as you haven't yet hit the Victory button, it's totally fine to let you chomp items, so I fiddled the means we use to limit this to explicitly allow it, rather than outright disabling it like we did in AS3. This means you can chug Condensol after combat has ended, providing you do it before you hit the Victory button.

Theoretically with some reviewing of a couple hundred victory scenes we could relax this restriction, but that would be pretty low priority right now.

This then also collided with a few other changes to get some targettable items properly working in combat, which made using Condensol potentially shove itself down the enemies throat instead of yours, so I cleaned that up a little more too.
 
Last edited:
  • Like
Reactions: TheSteelWolf
Status
Not open for further replies.