Lokplart

- I can code, I guess :D
Game Developer
Jul 28, 2018
566
493
I have fucked up Bree and Kleio pool game so I missed the Kleio new hairstyle. Is there a variable I can set to reset the event?

I don't wanna start again.
If you're talking about choosing Bree or Kleio to play pool with, run this command:
Code:
kleio.flags.chosenbree = True
 
Last edited:
  • Like
Reactions: Prova

Lokplart

- I can code, I guess :D
Game Developer
Jul 28, 2018
566
493
can we finally collar gamer bree yet?
Nope. If you want to to have Kat in the game and collar Bree, do the whole gamer side until the quest moves to completed, then run the following command:
Code:
DONE.pop("bree_event_05")
This will reset her path and you can continue on the maid path while having Kat in the game. There's not much content with Kat in the game yet tho. The most you can get is a hot tub sex and threesome with bree but both of them require you to have sex with Kat first which you can't so you'll need to cheat that in either way.

So far nothing broke for me and I finished both Kat and Bree.
This might break on later updates when more content is added for either of them tho.
 

DirtyMare88

Member
Jun 26, 2020
124
216
is there some method to avoid "exception loops"? My game has become unplayable due to exception errors popping up after about 1 year in game. I tried going back to an earlier save, but errors popped up pretty soon either way, different error screen but still unavoidable.
 

Arthas Menethil

Well-Known Member
Apr 7, 2019
1,165
776
Nope. If you want to to have Kat in the game and collar Bree, do the whole gamer side until the quest moves to completed, then run the following command:
Code:
DONE.pop("bree_event_05")
This will reset her path and you can continue on the maid path while having Kat in the game. There's not much content with Kat in the game yet tho. The most you can get is a hot tub sex and threesome with bree but both of them require you to have sex with Kat first which you can't so you'll need to cheat that in either way.

So far nothing broke for me and I finished both Kat and Bree.
This might break on later updates when more content is added for either of them tho.
I recommend the command bree.sub.max=100
 
  • Like
Reactions: Cartageno

keyterrell19

New Member
Dec 5, 2019
5
0
Nope. If you want to to have Kat in the game and collar Bree, do the whole gamer side until the quest moves to completed, then run the following command:
Code:
DONE.pop("bree_event_05")
This will reset her path and you can continue on the maid path while having Kat in the game. There's not much content with Kat in the game yet tho. The most you can get is a hot tub sex and threesome with bree but both of them require you to have sex with Kat first which you can't so you'll need to cheat that in either way.

So far nothing broke for me and I finished both Kat and Bree.
This might break on later updates when more content is added for either of them tho.
Tyvm for the info I've been waiting ages for kat with gamer Bree
 

rd3123

Member
Jul 26, 2017
216
91
No matter What options i choose Cassidy always leaves the game. What to do?
Did you install the spycam in the office before you met with Cassidy? You needed to do this along with answering her questions correctly and getting 100 percent on the investigation before they called you back to get her to stay.
 
  • Like
Reactions: Ssato243

Nero76027

New Member
Nov 10, 2021
14
2
Yes i do installed the spy cam, but the three questions never showed up anywhwhere in the dialogue. Although i get the case complete on the day of the call.
 

Cartageno

Devoted Member
Dec 1, 2019
8,382
14,248
Yes i do installed the spy cam, but the three questions never showed up anywhwhere in the dialogue. Although i get the case complete on the day of the call.
So you

(a) installed the spy cam
(b) got the investigation to 100%
(c) met up with cassidy at night

and did not get the dialogue?
 

Lokplart

- I can code, I guess :D
Game Developer
Jul 28, 2018
566
493
No matter What options i choose Cassidy always leaves the game. What to do?
So, if I understand right, you want the ending where she becomes your slave right?
If yes, go to a save right before the event is about to trigger and run this command:
Code:
call cassidy_investigation_good_ending
 

Nero76027

New Member
Nov 10, 2021
14
2
Well the code works as it should be. But once dwane get outs of the scene the command console pops up and if i click escape cassidy gets kicked out.
 

Lokplart

- I can code, I guess :D
Game Developer
Jul 28, 2018
566
493
Well the code works as it should be. But once dwane get outs of the scene the command console pops up and if i click escape cassidy gets kicked out.
Ok, lets try a less brute-force way.

Go to a save before the final event fires, (doesn't matter how far away) and run the following commands one at a time:
Code:
game.flags.workinvestigation = 100
game.flags.cassidyrecorded = True
Then let the event fire up normally. Let me know if that worked.
 
3.60 star(s) 278 Votes