Mod Cheat Mod Ren'Py City of Broken Dreamers Walkthrough+Cheat mod[v1.14.0 Ch.14][scrappy]

5.00 star(s) 6 Votes

Normdk

Newbie
Jul 27, 2020
33
76
Thank you for the quick update Scrappy.
I found a problem when meeting Teri for the first time -

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

While running game code:
  File "game/chapter8/ch8sexkittenintro.rpy", line 27, in script
    $ t_score += 1
  File "game/chapter8/ch8sexkittenintro.rpy", line 27, in <module>
    $ t_score += 1
NameError: name 't_score' is not defined

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

Full traceback:
  File "game/chapter8/ch8sexkittenintro.rpy", line 27, in script
    $ t_score += 1
  File "D:\Games\City Of Broken Dreamers\City of Broken Dreamers\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\City Of Broken Dreamers\City of Broken Dreamers\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/chapter8/ch8sexkittenintro.rpy", line 27, in <module>
    $ t_score += 1
NameError: name 't_score' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The City of Broken Dreamers 1.08.1
Sun Nov 08 23:25:24 2020
It seems that as soon as the t_score is in the savefile, the error is gone - the rest of the scene when I got +/- points for Teri, no error was mentioned.
 
Last edited:

Reniere

Well-Known Member
Aug 5, 2019
1,075
1,958
The moment i open the game i get this

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

While loading <'Image' u'mm_ground.jpg'>:
IOError: Couldn't find file 'mm_ground.jpg'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mm_ground.jpg'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The City of Broken Dreamers 1.08.1
Mon Nov 09 13:14:44 2020
 

WhyMe13

Newbie
Jun 8, 2019
57
28
The moment i open the game i get this

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

While loading <'Image' u'mm_ground.jpg'>:
IOError: Couldn't find file 'mm_ground.jpg'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Mega\Games\BrokenDreamers-1.08.1-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'mm_ground.jpg'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The City of Broken Dreamers 1.08.1
Mon Nov 09 13:14:44 2020
I get an error message as well, thus can not load up any saves.
 

Reniere

Well-Known Member
Aug 5, 2019
1,075
1,958
I get an error message as well, thus can not load up any saves.
I was able to load my saves but it doesn't allow to see scene gallery or the main menu i had to click ignore it started me at new game and i loaded my saves. but still no start game load settings etc.
 
Mar 12, 2020
52
33
can someone help I keep getting this error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/game/screens.rpy", line 1313, in script
    init -2 style modal_input_prompt:
  File "game/game/screens.rpy", line 1314, in <module>
    xalign gui.dialogue_text_xalign
AttributeError: 'StoreModule' object has no attribute 'dialogue_text_xalign'

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

Full traceback:
  File "game/game/screens.rpy", line 1313, in script
    init -2 style modal_input_prompt:
  File "D:\vr\BrokenDreamers-1.08.1-pc\renpy\ast.py", line 2491, in execute
    self.apply()
  File "D:\vr\BrokenDreamers-1.08.1-pc\renpy\ast.py", line 2474, in apply
    value = renpy.python.py_eval(expr)
  File "D:\vr\BrokenDreamers-1.08.1-pc\renpy\python.py", line 1961, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\vr\BrokenDreamers-1.08.1-pc\renpy\python.py", line 1954, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/game/screens.rpy", line 1314, in <module>
    xalign gui.dialogue_text_xalign
AttributeError: 'StoreModule' object has no attribute 'dialogue_text_xalign'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
 
Mon Nov 09 20:43:29 2020
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,021
28,906
Reniere WhyMe13

Don't know why that error happens. Try redownloading the game again then launch it, then if it works install the mod. Don't use unren

shadowninjaman1

Try placing into your Broken Dreamers/game folder
 

Reniere

Well-Known Member
Aug 5, 2019
1,075
1,958
Reniere WhyMe13

Don't know why that error happens. Try redownloading the game again then launch it, then if it works install the mod. Don't use unren

shadowninjaman1

Try placing into your Broken Dreamers/game folder
I re-downloaded the game launched it and it works installed the mod and it gives me the same error again. I didn't use unren this time
 
Mar 12, 2020
52
33
Reniere WhyMe13

Don't know why that error happens. Try redownloading the game again then launch it, then if it works install the mod. Don't use unren

shadowninjaman1

Try placing into your Broken Dreamers/game folder
Apparently I needed to take all the files from the game mod folder and just place them in the ACTUAL game folder of the broken dreams instead of just the mod folder. Don't know why this needed to happen as I have been doing it the other way this whole time and no problem. Still getting some weird errors on scenes for Terri and Todd but I think everyone is getting those as it has to do with the game itself, correct me if I'm wrong. Thanks for the help man.
 

ilham6192

Newbie
Jun 29, 2019
52
51
1605075957913.png
can someone help me to find the extra scene on this new scene with venus? i've tried and cant find the new scene
 
Mar 12, 2020
52
33
I think its an extra anal scene with her when you choose against the wall could be wrong would have to look back on the walkthrough on the main page to see the variable though
 
May 13, 2018
483
552
I was able to load my saves but it doesn't allow to see scene gallery or the main menu i had to click ignore it started me at new game and i loaded my saves. but still no start game load settings etc.
Ditto this - saves visible but unplayable, new game only from the Prologue


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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\core.py", line 3493, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\behavior.py", line 923, in event
    return handle_click(self.clicked)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\behavior.py", line 858, in handle_click
    rv = run(action)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\loadsave.py", line 753, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\python.py", line 1885, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\Games\Broken Dreamers x\BrokenDreamers-1.08.1-pc\renpy\python.py", line 1713, in rollback
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The City of Broken Dreamers 1.08.1
Wed Nov 11 02:40:49 2020
 
5.00 star(s) 6 Votes