redwall2018

Newbie
Mar 3, 2020
19
12
I was wondering if anyone can help, I have played through the latest version of the game but Desiree only has 2 options under sexual favours: Handjob and Titjob

I've tried equipping the Slave costume and waiting a few days but nothing comes up when I talk to her at different times of the day.

Does anyone know what I need to do to get the further options?

Thank you
 

Ains

Newbie
Feb 11, 2018
28
56
you need to buy them with skill points and then click on the green hand symbol in the attack bar to select them


here they are
Copied the whole save library, but no skill poits to spend, I have 0 in everything. No orgone, nothing.

Since I get an error message whenever I try to look at the quests, I have a hunch that my save file was either too old version, or just corrupted from the start...
I really don't want to go through the whole game again, but if I have some free time to kill, maybe I'll just skip through the whole game...
 
Last edited:
  • Like
Reactions: Klonus25

sexypeanut

Well-Known Member
Jun 30, 2020
1,644
2,266
I was wondering if anyone can help, I have played through the latest version of the game but Desiree only has 2 options under sexual favours: Handjob and Titjob

I've tried equipping the Slave costume and waiting a few days but nothing comes up when I talk to her at different times of the day.

Does anyone know what I need to do to get the further options?

Thank you
I think her later scenes are bugged in this version. I've tried redoing the usual steps and nothing happens
 
  • Like
Reactions: redwall2018

mr biscuits

Member
Aug 12, 2020
136
189
When does the new content on this end? I am on Episode 8 - Psycho Analysis at #29 and there is nothing to do, it just says to wait for Penelope. Is there anything after this point?
 

scwb2

Newbie
Jul 5, 2021
22
47
Decompiling the code I've found out the new codes:
cheat_code_maserCode = "GhostBusters"
cheat_code_all_scenes = "PartyTime"
cheat_code_orgone_100 = "MaxPerv"
cheat_code_LevelUp = "Level9000"
cheat_code_money_500 = "GetRichFast"
cheat_code_collectables = "CatchThemAll"
cheat_code_desiree_outfits = "FashionGreen"
 

errte13

Active Member
Oct 6, 2020
526
939
When does the new content on this end? I am on Episode 8 - Psycho Analysis at #29 and there is nothing to do, it just says to wait for Penelope. Is there anything after this point?
Keep waiting. You should be able to finish this chapter in this version (I finished it). At some point Danny will be bored and you have to wait Friday
 
  • Like
Reactions: mr biscuits

Red88

Member
Jan 18, 2021
234
698
I have a bug in my save, is there a loop of Quest Number 17-18: A Nightmare Called Ember? The Mc doesn't sleep, he just resets and says he has to go to the bus stop! How do I progress on this part, any solutions?
 
Last edited:

sexypeanut

Well-Known Member
Jun 30, 2020
1,644
2,266
I have a bug in my save, is there a loop of Quest Number 17-18: A Nightmare Called Ember? The Mc doesn't sleep, he just resets and says he has to go to the bus stop! How do I progress on this part, any solutions?
You need to go to the park in the evening and click on the bus stop
 

Red88

Member
Jan 18, 2021
234
698
You need to go to the park in the evening and click on the bus stop
I do that, the fight against Ember happens and after winning, the Quest number 19 warning appears: Woof... a rockstar like me needs his sleep. But when I go to the room and click on the bed, Danny doesn't sleep and it doesn't even dawn, it continues on Sunday night and Danny says again that he needs to go to the bus stop and repeats it again!
 
  • Wow
Reactions: sexypeanut

mr biscuits

Member
Aug 12, 2020
136
189
Keep waiting. You should be able to finish this chapter in this version (I finished it). At some point Danny will be bored and you have to wait Friday
Thanks. That is some bad game design. Pointlessly waiting without any knowledge of how long for and then had to skip time lots to get to Friday for the next scene.
 

Ghostly Hale

Active Member
Jan 26, 2018
861
781
Where is the cancel culture when you need them? Or do I have to say this game ruphied me to get it shut down? Look out the game is giving out drinks!!
 

sexypeanut

Well-Known Member
Jun 30, 2020
1,644
2,266
I do that, the fight against Ember happens and after winning, the Quest number 19 warning appears: Woof... a rockstar like me needs his sleep. But when I go to the room and click on the bed, Danny doesn't sleep and it doesn't even dawn, it continues on Sunday night and Danny says again that he needs to go to the bus stop and repeats it again!
That sounds really weird. I'd suggest redoing chapter 7 :p
 
  • Like
Reactions: Red88

jaboney

Member
Jun 9, 2019
172
72
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'music/Lazy Day.ogg'.

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

Full traceback:
  File "code/locations/home/house_livingroom.rpyc", line 328, in script
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3213, 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 3915, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1126, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1104, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1046, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 505, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'music/Lazy Day.ogg'.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Amity Park 0.9.1
Mon Jun 20 16:25:53 2022
After the ghost fight in the upstairs of the school (the therapist quest), and right after it send you back home (ch.8 IIRC)
 

sexypeanut

Well-Known Member
Jun 30, 2020
1,644
2,266
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'music/Lazy Day.ogg'.

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

Full traceback:
  File "code/locations/home/house_livingroom.rpyc", line 328, in script
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3213, 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 3915, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1126, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1104, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1046, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 505, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'music/Lazy Day.ogg'.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Amity Park 0.9.1
Mon Jun 20 16:25:53 2022
After the ghost fight in the upstairs of the school (the therapist quest), and right after it send you back home (ch.8 IIRC)
If you click on "Ignore", does it allow you to continue playing?
 
3.70 star(s) 61 Votes