Mod Cheat Mod Ren'Py The Seven Realms [R3 v0.06] [SeptCloud] Multi Mod [AdanGC Mods][R3 v0.06]

5.00 star(s) 1 Vote
May 19, 2024
68
56
TheSevenRealms R3 v0.05fix Multi Mod by AdanGC Mods\game\scripts\u06\r3s21.rpym is part of the Mod
It doesn't matter if you use it with R3-v0.06 since the script was part of R3-v0.05, so the same errors would occure in V0.05 as well..... unless the creator made changes in that script, which he didn't cause I'm chatting with him as I wrote this. :cool:
The mod has been fucked up for a while. Just check the last couple pages
 

Litvan

Member
Aug 6, 2016
206
111
Mod Updated!!! also i replay the full realm 3 and didnt have any errors so far..
Hate to say it....

But

If I open the cheat menu and click on "Relationships" or "Relationships Page 2" I get an error
(for some strange reason, "General" and "Others" works just fine)

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

While running game code:
  File "game/cheatmod.rpy", line 93, in execute
    screen cheatmod2():
  File "game/cheatmod.rpy", line 93, in execute
    screen cheatmod2():
  File "game/cheatmod.rpy", line 96, in execute
    vpgrid:
  File "game/cheatmod.rpy", line 111, in execute
    vbox:
  File "game/cheatmod.rpy", line 115, in execute
    fixed:
  File "game/cheatmod.rpy", line 117, in execute
    bar value FieldValue(stats, "idril_relationship", 100)
  File "renpy/common/00barvalues.rpy", line 283, in get_adjustment
    value = getattr(self.object, self.field)
AttributeError: 'Stats' object has no attribute 'idril_relationship'

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

Full traceback:
  File "game/scripts/u03/r3s13.rpym", line 714, in script
    atlas "Fuck!"
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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 3325, 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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/cheatmod.rpy", line 93, in execute
    screen cheatmod2():
  File "game/cheatmod.rpy", line 93, in execute
    screen cheatmod2():
  File "game/cheatmod.rpy", line 96, in execute
    vpgrid:
  File "game/cheatmod.rpy", line 111, in execute
    vbox:
  File "game/cheatmod.rpy", line 115, in execute
    fixed:
  File "game/cheatmod.rpy", line 117, in execute
    bar value FieldValue(stats, "idril_relationship", 100)
  File "renpy/sl2/sldisplayables.py", line 252, in sl2bar
    return renpy.display.behavior.Bar(range, value, width, height, vertical=False, **properties)
  File "renpy/display/behavior.py", line 1847, in __init__
    adjustment = value.get_adjustment()
  File "renpy/common/00barvalues.rpy", line 283, in get_adjustment
    value = getattr(self.object, self.field)
AttributeError: 'Stats' object has no attribute 'idril_relationship'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Seven Realms: High Lathión R3-v0.06
Mon Jul 15 08:26:19 2024
Also get "Image 'caret' not found" when changing the MC's name :)
 
  • Like
Reactions: AdanGC Mods

AdanGC Mods

Member
Modder
Jan 25, 2020
492
8,145
Hate to say it....

But

If I open the cheat menu and click on "Relationships" or "Relationships Page 2" I get an error
(for some strange reason, "General" and "Others" works just fine)

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

While running game code:
  File "game/cheatmod.rpy", line 93, in execute
    screen cheatmod2():
  File "game/cheatmod.rpy", line 93, in execute
    screen cheatmod2():
  File "game/cheatmod.rpy", line 96, in execute
    vpgrid:
  File "game/cheatmod.rpy", line 111, in execute
    vbox:
  File "game/cheatmod.rpy", line 115, in execute
    fixed:
  File "game/cheatmod.rpy", line 117, in execute
    bar value FieldValue(stats, "idril_relationship", 100)
  File "renpy/common/00barvalues.rpy", line 283, in get_adjustment
    value = getattr(self.object, self.field)
AttributeError: 'Stats' object has no attribute 'idril_relationship'

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

Full traceback:
  File "game/scripts/u03/r3s13.rpym", line 714, in script
    atlas "Fuck!"
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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 3325, 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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/cheatmod.rpy", line 93, in execute
    screen cheatmod2():
  File "game/cheatmod.rpy", line 93, in execute
    screen cheatmod2():
  File "game/cheatmod.rpy", line 96, in execute
    vpgrid:
  File "game/cheatmod.rpy", line 111, in execute
    vbox:
  File "game/cheatmod.rpy", line 115, in execute
    fixed:
  File "game/cheatmod.rpy", line 117, in execute
    bar value FieldValue(stats, "idril_relationship", 100)
  File "renpy/sl2/sldisplayables.py", line 252, in sl2bar
    return renpy.display.behavior.Bar(range, value, width, height, vertical=False, **properties)
  File "renpy/display/behavior.py", line 1847, in __init__
    adjustment = value.get_adjustment()
  File "renpy/common/00barvalues.rpy", line 283, in get_adjustment
    value = getattr(self.object, self.field)
AttributeError: 'Stats' object has no attribute 'idril_relationship'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Seven Realms: High Lathión R3-v0.06
Mon Jul 15 08:26:19 2024
Also get "Image 'caret' not found" when changing the MC's name :)
okey im going to take a look tomorrow when i get back from work
 
  • Like
Reactions: Litvan

Litvan

Member
Aug 6, 2016
206
111
Yeah I've found some.. "oddities".
Started a new game, and after getting to the elven realm, straight after having said sorry to Ley for asking her to kill someone, I go straight into a meeting with Seraphina.. like.. wasn't I supposed to talk to the elven court, not a witch? :p
 
Last edited:

Tonarestriga

New Member
Aug 31, 2021
7
19
Sorry to say I had the skip bug. It went from the fight scene near the portal to the scene where MC is talking with Seraphina about the possibility of the Moon Elves being cursed.
 

Tonarestriga

New Member
Aug 31, 2021
7
19
I guess this modder AdanGC Mods does not care that he is screwing up the game. *sigh* :cry:
The problem has been systemic since the beginning of part 3 however parts one and two were nearly flawless so for all we know this is a game dev changing values and not the mod author. Busting balls for the sake of busting balls does no one any good. Lets give Adan the chance to fix things before we call his care level into question.
 
  • Like
Reactions: Talmadge
5.00 star(s) 1 Vote