Cheat Mod Ren'Py Reya the Elf - Cheat/Scene Gallery [0.6.3SE] [Eht]

ehtweneno

Newbie
Oct 10, 2019
52
141
Is the 0.6.0 Mod supposed to correspond to the 0.6 update that leaked today? I found several of bugs when I used them together, which disappeared when I removed the mod. I haven't tried 0.6.1 Mod.
Many thanks for the help!
Everyone who already downloaded the first version of cheat for 0.6 please re-download this:
v0.6.0(Plus SE): -
 
  • Like
Reactions: Bill Temple

Bill Temple

Active Member
May 20, 2021
744
2,705
Many thanks for the help!
Everyone who already downloaded the first version of cheat for 0.6 please re-download this:
v0.6.0(Plus SE): -
I tested it. That cleared up all the bugs I was getting. Thanks again!
 
  • Like
Reactions: ehtweneno

Mrjack666

Newbie
Aug 31, 2021
47
52
Does this mod work in the public bath? I found it annoying that it can only work there in the premium version of the game
 

ehtweneno

Newbie
Oct 10, 2019
52
141
I already told you that the mod works with different game versions. However, the mod script depends on the script of the installed version. If there is no SE script It won't appear.
 

ehtweneno

Newbie
Oct 10, 2019
52
141
Well, I wanted to add a new screen, but it didn't work as I expected. So I had to do some optimization, it took much more time than I expected. I will cut that from the 0.6.2 version and release it with 0.6.3. Both should be out in a few days :HideThePain:
 

ehtweneno

Newbie
Oct 10, 2019
52
141
Version 0.6.2 is here! Thanks to Mr. Estrada777, I redesigned all the code to avoid using vpgrids, which are deprecated in newer versions of RenPy. We have one new screen for only Reya's pictures. You can flip through the pics by clicking on the right or left side of the screen (~15% from the edge of each side). If I miss some of your fave in-game pics, you can send a request and I will add it to the cheat photogram in the next release.

If you find any bug or any other issue please DM or ping me here! :HideThePain:
 
  • Like
Reactions: Joanna1776

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,949
9,718
Version 0.6.2 is here! Thanks to Mr. Estrada777, I redesigned all the code to avoid using vpgrids, which are deprecated in newer versions of RenPy. We have one new screen for only Reya's pictures. You can flip through the pics by clicking on the right or left side of the screen (~15% from the edge of each side). If I miss some of your fave in-game pics, you can send a request and I will add it to the cheat photogram in the next release.

If you find any bug or any other issue please DM or ping me here! :HideThePain:
Instructions are different now, where do you want to put these new files?
 

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,949
9,718
Version 0.6.2 is here! Thanks to Mr. Estrada777, I redesigned all the code to avoid using vpgrids, which are deprecated in newer versions of RenPy. We have one new screen for only Reya's pictures. You can flip through the pics by clicking on the right or left side of the screen (~15% from the edge of each side). If I miss some of your fave in-game pics, you can send a request and I will add it to the cheat photogram in the next release.

If you find any bug or any other issue please DM or ping me here! :HideThePain:
The Photogram seems to work fine. If I click the gallery I get this:

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

While running game code:
  File "game/custom_photogram.rpy", line 347, in script
    call screen custom_photogram_main(menu_flag=False) with dissolve
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
  File "game/gal.rpy", line 195, in execute
    screen gallery(yinitial=0.0, menu_flag=True):
  File "game/gal.rpy", line 195, in execute
    screen gallery(yinitial=0.0, menu_flag=True):
  File "game/gal.rpy", line 199, in execute
    frame:
  File "game/gal.rpy", line 203, in execute
    vbox:
  File "game/gal.rpy", line 207, in execute
    viewport:
TypeError: 'int' object is not iterable

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

Full traceback:
  File "game/custom_photogram.rpy", line 347, in script
    call screen custom_photogram_main(menu_flag=False) with dissolve
  File "S:\renpy-7.6.3-sdk/renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "S:\renpy-7.6.3-sdk/renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "S:\renpy-7.6.3-sdk/renpy/statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
  File "S:\renpy-7.6.3-sdk/renpy/exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "S:\renpy-7.6.3-sdk/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "S:\renpy-7.6.3-sdk/renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "S:\renpy-7.6.3-sdk/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "S:\renpy-7.6.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "S:\renpy-7.6.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "S:\renpy-7.6.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "S:\renpy-7.6.3-sdk/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "S:\renpy-7.6.3-sdk/renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "S:\renpy-7.6.3-sdk/renpy/display/core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "S:\renpy-7.6.3-sdk/renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "S:\renpy-7.6.3-sdk/renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/gal.rpy", line 195, in execute
    screen gallery(yinitial=0.0, menu_flag=True):
  File "game/gal.rpy", line 195, in execute
    screen gallery(yinitial=0.0, menu_flag=True):
  File "game/gal.rpy", line 199, in execute
    frame:
  File "game/gal.rpy", line 203, in execute
    vbox:
  File "game/gal.rpy", line 207, in execute
    viewport:
  File "S:\renpy-7.6.3-sdk/renpy/sl2/sldisplayables.py", line 323, in sl2viewport
    vp = renpy.ui.viewport(**kwargs)
  File "S:\renpy-7.6.3-sdk/renpy/ui.py", line 1191, in viewport
    return viewport_common(_viewport, True, **properties)
  File "S:\renpy-7.6.3-sdk/renpy/ui.py", line 1144, in viewport_common
    rv = vpfunc(**viewport_properties)
  File "S:\renpy-7.6.3-sdk/renpy/ui.py", line 528, in __call__
    w = self.function(*args, **keyword)
  File "S:\renpy-7.6.3-sdk/renpy/display/viewport.py", line 145, in __init__
    self.draggable = renpy.exports.variant(draggable)
  File "S:\renpy-7.6.3-sdk/renpy/exports.py", line 3525, in variant
    for n in name:
TypeError: 'int' object is not iterable

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.3.23091805
Reya The Elf 0.6.3SE
Sat Oct 26 14:15:28 2024
 
  • Hey there
Reactions: ehtweneno