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

5.00 star(s) 1 Vote

Litvan

Member
Aug 6, 2016
212
118
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

Active Member
Modder
Jan 25, 2020
503
8,357
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
 

Litvan

Member
Aug 6, 2016
212
118
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
23
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
23
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.
 

gloomyMoron

New Member
Sep 18, 2020
14
13
I've determined another bug/issue. I went to the official Discord, and we've determined that it is the mod.

"I've started R3 and imported my save. The game loads and starts with the meeting with Seraphina about the Elf situation, despite not doing any R3 content previously. I didn't think anything about this at first, because maybe it was just a story thing where time skipped ahead and we'd get context as we played. It wasn't until a new character was introduced that I questioned this. So I started a New Game and realized I missed (probably quite a bit of) content."

Something in the mod messes with the Import functionality that causes you to jump ahead in the story.
 
  • Like
Reactions: Hawka1O7

Hawka1O7

Member
Dec 25, 2018
193
95
I've determined another bug/issue. I went to the official Discord, and we've determined that it is the mod.

"I've started R3 and imported my save. The game loads and starts with the meeting with Seraphina about the Elf situation, despite not doing any R3 content previously. I didn't think anything about this at first, because maybe it was just a story thing where time skipped ahead and we'd get context as we played. It wasn't until a new character was introduced that I questioned this. So I started a New Game and realized I missed (probably quite a bit of) content."

Something in the mod messes with the Import functionality that causes you to jump ahead in the story.
The import problem from R1 and 2 to 3 was first noticed in the last update for .05, Haven't tried the new update but was hoping Adan caught that in our previous reports before this new release. Hope he sees it now when he gets back :(
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
20,034
165,283
The import problem from R1 and 2 to 3 was first noticed in the last update for .05, Haven't tried the new update but was hoping Adan caught that in our previous reports before this new release. Hope he sees it now when he gets back :(
Did you post it in this thread or actually PM him? I know he's very busy (works a lot) and sometimes misses posts in the thread (he didn't know a game update was out for month even though there were posts in the thread saying a new update was out). It would be better if you PM'd him directly and told him exactly the bug to make sure he is actually aware instead of just assuming he knows about it.
 

justintime16

Member
Nov 14, 2017
292
130
```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/scripts/update14/scene54.rpym", line 1: expected statement.

error with R1&2 multimod
also, why are the files .rpym and not .rpy?
 
5.00 star(s) 1 Vote