Mod Ren'Py Rise of the Crime Lord [v0.11 Extended] - Gallery MOD V1.006 [GB]

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,149
4,692
i don't find a tab named gallery
I understand. I just wanted to make sure you loaded the MOD correctly. Forgive me if you already know this.

This is the main folder of the game where you should extract the MOD. After you extract it, if you open this GAME folder (circled), it will take you to the next folder... shown below.
FF1.png

If you see the EXTRAS folder (circled) then the MOD installed correctly.
FF2.png

If the MOD installed correctly, you will see the GALLERY tab listed right under the START tab.... like this....
RoTCL.png

If you don't see the GALLERY tab, then you have not installed the MOD correctly. Let me know if this helps or if I just made things worse. ;)
 

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,149
4,692
Just FYI everyone, but the Dev let me know they are going to add a gallery to the next release of the game. If that's the case, I will not be updating this moving forward.
 
  • Like
Reactions: Knight of the Dawn

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,149
4,692
I lost power at my house for about 8 hours yesterday and I had only gotten about half way through the update when it hit. I am working on it again this morning (west coast) and will have the update out later today.

Sorry for the delay.
 

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,149
4,692
Ashley mod escenes don't work...and missing escenes whit rachel
I fixed the Ashley scenes but what scenes are missing with Rachel? I missed it so I obviously am not familiar with the one that is missing so any help to identify it would be great.
 

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,149
4,692
Okay... the MOD has been updated with my newer code and all the bugs fixed... hopefully... As soon as someone tells me which Rachel scene is missing, I will add that one. In the meantime, everything should be good to go.

UPDATE: And of course there were problems with the new version, but I updated the files and links, and NOW we should be good to go. Lol.
 
Last edited:
  • Like
Reactions: Chrisdarock19

blademaster89

Active Member
Aug 4, 2017
681
698
Hey there, I'm getting this error, I installed your mod as I usually do with any other mods.

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

While loading <'Image' u'images/thumbnails/locked.png'>:
  File "game/extras_gallery/extras_main.rpy", line 97, in script
    call screen replaygallery
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/thumbnails/locked.png'.

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

Full traceback:
  File "game/extras_gallery/extras_main.rpy", line 97, in script
    call screen replaygallery
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\viewport.py", line 623, in render
    surf = renpy.display.render.render(c, cw, ch, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\behavior.py", line 774, in render
    rv = super(Button, self).render(width, height, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\layout.py", line 1127, in render
    st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "J:\Local Disk F_1012022059\Downloads\Compressed\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\RiseOfTheCrimeLordExtendedENG-0.11Alpha-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/thumbnails/locked.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Rise of the Crime Lord Extended v0.11 Alpha ENG 0.11Alpha
Mon Nov 14 03:00:59 2022