4.30 star(s) 53 Votes

Leroy2012

Active Member
Game Developer
Apr 27, 2021
760
1,006
yes it can be a little tricky, I think this are the steps to pass that part:

- you need to buy the camera at mornig, this shows a dialogue about the camera and advances the time
- go back home, and then go to the backyard, "if you are lucky then shego is not there, I think that part is a little ramdom there it could be there or not but idk" that triggers the instalation of the camera and you can sleep at night

sorry for the broken english it is not my first language
Nothing about that one should be random - unless I've messed something up in placing her
 

Poker_king70

Member
Sep 23, 2021
132
153
So, not sure if i'm stupid or if it's a bug:

I can't end the day and go to sleep, apparently i should first install the camera i bought after shego started masturbating around the house.
And i cannot figure out how. There's no button i see, opening the inventory and trying to interact with the camera there yields nothing. I checked most buildings around, loaded earlier saves (from the same day).

Suggestions?
You have to attebd school and after the first class,
That's the plan. I like cartoons, so I'm sticking to those. But I'm not sure what it will be
Don't look at me - I got shot down for both Josie & the Pussycats and Josie & the Pussycats in Outer Space
 

KeepOnLiving

Member
Oct 21, 2018
211
497
yes it can be a little tricky, I think this are the steps to pass that part:

- you need to buy the camera at mornig, this shows a dialogue about the camera and advances the time
- go back home, and then go to the backyard, "if you are lucky then shego is not there, I think that part is a little ramdom there it could be there or not but idk" that triggers the instalation of the camera and you can sleep at night

sorry for the broken english it is not my first language

Nothing about that one should be random - unless I've messed something up in placing her
Alright, what i did was go back to an earlier save before i bought the camera and install it on the very same day.
That worked, so thanks for the tip!

It still might have been my bad the first time around, so maybe not a bug.
 
  • Like
Reactions: noah123

hallopert

New Member
Mar 14, 2022
2
0
Nothing about that one should be random - unless I've messed something up in placing her
I can't start kim's the monkey idol mission i've looked at the guide and it tells me to smalltak with her at school but that just puts me in a convo about her interests what do I do
 

jireir

Member
May 26, 2018
188
82
Found another tiny issue - While buying the collar and leash for Kim the prompt says "A silk blindfold... A more extreme one would not feel right on Kim". The handcuffs' description is alright.


Edit: Also I seem to be stuck - can't progress with Bonnie's quest to Bonnie MQ4 despite the fact that I have done Kim SQ4 step 2 three times.

Also found out that it is in fact a blindolf and its icon is wrong rather than its description.
 
Last edited:
  • Hey there
Reactions: Leroy2012

Leroy2012

Active Member
Game Developer
Apr 27, 2021
760
1,006
Found another tiny issue - While buying the collar and leash for Kim the prompt says "A silk blindfold... A more extreme one would not feel right on Kim". The handcuffs' description is alright.


Edit: Also I seem to be stuck - can't progress with Bonnie's quest to Bonnie MQ4 despite the fact that I have done Kim SQ4 step 2 three times.

Also found out that it is in fact a blindolf and its icon is wrong rather than its description.
Alrighto. I guess I just messed up the image. I'll get that fixed.

As for the kim thing having to run multiple times - it should only be twice, but its also stupid design. It's one of the things I want to change.
 

Leroy2012

Active Member
Game Developer
Apr 27, 2021
760
1,006
Alright, what i did was go back to an earlier save before i bought the camera and install it on the very same day.
That worked, so thanks for the tip!

It still might have been my bad the first time around, so maybe not a bug.
Tbh, if its possible to softlock by somehow missing the window, then it is a bug : p I'll have to try and replicate it.
 

RGS

New Member
Jan 15, 2018
11
16
I have the school locked out as well. I can give you my save if that will help.

Edit: I think it started after I made Kim wait until after her practice in the gym to have sex.
 
Last edited:
  • Thinking Face
Reactions: Leroy2012

MonkeyFunk

Member
Oct 27, 2017
304
266
the questlog errors for me

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/events/_repeats/maps.rpy", line 835, in <module>
  File "game/events/_repeats/quests.rpy", line 545, in execute
  File "game/events/_repeats/quests.rpy", line 545, in execute
  File "game/events/_repeats/quests.rpy", line 614, in execute
  File "game/events/_repeats/quests.rpy", line 615, in execute
  File "game/events/_repeats/quests.rpy", line 616, in execute
  File "game/events/_repeats/quests.rpy", line 617, in execute
  File "game/events/_repeats/quests.rpy", line 617, in <module>
AttributeError: 'QuestObject' object has no attribute 'disablingchecklistvar'

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

Full traceback:
  File "events/_repeats/maps.rpyc", line 256, in script call
  File "events/_repeats/maps.rpyc", line 1145, in script call
  File "events/_repeats/idles.rpyc", line 7, in script call
  File "events/_repeats/idles.rpyc", line 127, in script call
  File "events/_repeats/idles.rpyc", line 62, in script call
  File "events/_repeats/maps.rpyc", line 835, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/events/_repeats/maps.rpy", line 835, in <module>
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/events/_repeats/quests.rpy", line 545, in execute
  File "game/events/_repeats/quests.rpy", line 545, in execute
  File "game/events/_repeats/quests.rpy", line 614, in execute
  File "game/events/_repeats/quests.rpy", line 615, in execute
  File "game/events/_repeats/quests.rpy", line 616, in execute
  File "game/events/_repeats/quests.rpy", line 617, in execute
  File "game/events/_repeats/quests.rpy", line 617, in <module>
AttributeError: 'QuestObject' object has no attribute 'disablingchecklistvar'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Project Possible Patch_14
Wed Mar 13 14:34:29 2024
 

Leroy2012

Active Member
Game Developer
Apr 27, 2021
760
1,006
the questlog errors for me

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/events/_repeats/maps.rpy", line 835, in <module>
  File "game/events/_repeats/quests.rpy", line 545, in execute
  File "game/events/_repeats/quests.rpy", line 545, in execute
  File "game/events/_repeats/quests.rpy", line 614, in execute
  File "game/events/_repeats/quests.rpy", line 615, in execute
  File "game/events/_repeats/quests.rpy", line 616, in execute
  File "game/events/_repeats/quests.rpy", line 617, in execute
  File "game/events/_repeats/quests.rpy", line 617, in <module>
AttributeError: 'QuestObject' object has no attribute 'disablingchecklistvar'

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

Full traceback:
  File "events/_repeats/maps.rpyc", line 256, in script call
  File "events/_repeats/maps.rpyc", line 1145, in script call
  File "events/_repeats/idles.rpyc", line 7, in script call
  File "events/_repeats/idles.rpyc", line 127, in script call
  File "events/_repeats/idles.rpyc", line 62, in script call
  File "events/_repeats/maps.rpyc", line 835, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/events/_repeats/maps.rpy", line 835, in <module>
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/events/_repeats/quests.rpy", line 545, in execute
  File "game/events/_repeats/quests.rpy", line 545, in execute
  File "game/events/_repeats/quests.rpy", line 614, in execute
  File "game/events/_repeats/quests.rpy", line 615, in execute
  File "game/events/_repeats/quests.rpy", line 616, in execute
  File "game/events/_repeats/quests.rpy", line 617, in execute
  File "game/events/_repeats/quests.rpy", line 617, in <module>
AttributeError: 'QuestObject' object has no attribute 'disablingchecklistvar'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Project Possible Patch_14
Wed Mar 13 14:34:29 2024
Already fixed. Download the game again and it should be patch 14B instead of 14
 

jireir

Member
May 26, 2018
188
82
Alrighto. I guess I just messed up the image. I'll get that fixed.

As for the kim thing having to run multiple times - it should only be twice, but its also stupid design. It's one of the things I want to change.
Do you know by any chance if there are any other requirements for that quest to trigger because it's dead-set on not starting?
 

jireir

Member
May 26, 2018
188
82
Which one are we talking about exactly?
Bonnie main quest 4 I believe, the one that starts with a teacher being missing and Barkins covering for them, it should start after the second Kim in the showers scene but it doesn't for me.
 

Leroy2012

Active Member
Game Developer
Apr 27, 2021
760
1,006
Bonnie main quest 4 I believe, the one that starts with a teacher being missing and Barkins covering for them, it should start after the second Kim in the showers scene but it doesn't for me.
Okay, so, the exact triggers are:

Neither Kim nor Bonnie should have some quest that makes them vanish from school. Monique has been sex'ed. Tara has moved in, and the player has visited Kim in the showers to repeat the thighjob once (something I wanna remove since it seems annoying).

It's probably the longest list of triggers, but all of them - except the last I guess - happen automatically, so most people don't even realize it.
 
4.30 star(s) 53 Votes