Mod Ren'Py Completed Babysitter [Final v0.2.2b] Multi-Mod [ShaddyModda]

1.00 star(s) 1 Vote

Anthony222

Member
Jan 18, 2020
403
335
Guys he is one guy, he is entitled to his personal time, plus he has to proofread and test it before he posts it unless you guys like playing error signs all day :KEK: :KEK: :KEK: :KEK:
 

RyloNeo

Newbie
Feb 15, 2019
39
11
Anyone have a link to the android version through a website that isn't going to destroy my device with a never ending stream of malware and ads?
 

Litvan

Member
Aug 6, 2016
204
108
Mod breaks the game...

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

While running game code:
IOError: Couldn't find file 'sounds/PhoneVibrating.mp3'.

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

Full traceback:
  File "..\Babysitter-0.2.2b.-win\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "..\Babysitter-0.2.2b.-win\renpy\main.py", line 578, in main
    run(restart)
  File "..\Babysitter-0.2.2b.-win\renpy\main.py", line 143, in run
    renpy.execution.run_context(True)
  File "..\Babysitter-0.2.2b.-win\renpy\execution.py", line 908, in run_context
    context.run()
  File "scripts/script.rpyc", line 11565, in script
  File "scripts/script.rpyc", line 11565, in script
  File "..\Babysitter-0.2.2b.-win\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "..\Babysitter-0.2.2b.-win\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "..\Babysitter-0.2.2b.-win\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "..\Babysitter-0.2.2b.-win\renpy\character.py", line 842, in do_display
    **display_args)
  File "..\Babysitter-0.2.2b.-win\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "..\Babysitter-0.2.2b.-win\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "..\Babysitter-0.2.2b.-win\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "..\Babysitter-0.2.2b.-win\renpy\display\core.py", line 3380, in interact_core
    renpy.audio.audio.periodic()
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 1060, in periodic
    six.reraise(exc[0], exc[1], exc[2])
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 1038, in periodic_thread_main
    periodic_pass()
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 979, in periodic_pass
    c.periodic()
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 457, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 73, in load
    rv = renpy.loader.load(fn)
  File "..\Babysitter-0.2.2b.-win\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'sounds/PhoneVibrating.mp3'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Babysitter 0.2.2b.
Sun May 16 12:17:17 2021
Deleting the scripts.rpa and ShaddyMod.rpa and voila, game works just fine again.
Might be because the mod calls files from the "sounds" folder that doesn't exist in the org game.
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,394
11,994
Mod breaks the game...

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

While running game code:
IOError: Couldn't find file 'sounds/PhoneVibrating.mp3'.

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

Full traceback:
  File "..\Babysitter-0.2.2b.-win\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "..\Babysitter-0.2.2b.-win\renpy\main.py", line 578, in main
    run(restart)
  File "..\Babysitter-0.2.2b.-win\renpy\main.py", line 143, in run
    renpy.execution.run_context(True)
  File "..\Babysitter-0.2.2b.-win\renpy\execution.py", line 908, in run_context
    context.run()
  File "scripts/script.rpyc", line 11565, in script
  File "scripts/script.rpyc", line 11565, in script
  File "..\Babysitter-0.2.2b.-win\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "..\Babysitter-0.2.2b.-win\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "..\Babysitter-0.2.2b.-win\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "..\Babysitter-0.2.2b.-win\renpy\character.py", line 842, in do_display
    **display_args)
  File "..\Babysitter-0.2.2b.-win\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "..\Babysitter-0.2.2b.-win\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "..\Babysitter-0.2.2b.-win\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "..\Babysitter-0.2.2b.-win\renpy\display\core.py", line 3380, in interact_core
    renpy.audio.audio.periodic()
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 1060, in periodic
    six.reraise(exc[0], exc[1], exc[2])
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 1038, in periodic_thread_main
    periodic_pass()
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 979, in periodic_pass
    c.periodic()
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 457, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "..\Babysitter-0.2.2b.-win\renpy\audio\audio.py", line 73, in load
    rv = renpy.loader.load(fn)
  File "..\Babysitter-0.2.2b.-win\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'sounds/PhoneVibrating.mp3'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Babysitter 0.2.2b.
Sun May 16 12:17:17 2021
Deleting the scripts.rpa and ShaddyMod.rpa and voila, game works just fine again.
Might be because the mod calls files from the "sounds" folder that doesn't exist in the org game.
Should be fixed now. Re-download mod and let me know please.
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,394
11,994
Ok guys. Here's the deal. I REALLY, REALLY HATE NTR. So I've been procrastinating adding the scenes to the replay. If someone is willing to provide me a list of the first & last lines of dialogue for those scenes, so that I don't have to play through that route to find them, I'd appreciate it, as well as provide thanks on the mods OP.
 

platikus

Newbie
Jan 5, 2018
58
36
mod is breaking the game for pc version.

"
I'm sorry, but an uncaught exception occurred.

While running game code:
IOError: Couldn't find file 'sounds/PhoneVibrating.mp3'."

same mistake is still continue.
 
  • Like
Reactions: RobJoy

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,394
11,994
mod is breaking the game for pc version.

"
I'm sorry, but an uncaught exception occurred.

While running game code:
IOError: Couldn't find file 'sounds/PhoneVibrating.mp3'."

same mistake is still continue.
Did you re-download the mod today?
 
  • Like
Reactions: platikus
1.00 star(s) 1 Vote