- Nov 10, 2019
- 338
- 400
If you do so your Save's going to be a Magnet for Errors i believe, but i could be wrong though - you have to test.I was using mod for realms 1&2. can I load my saved without mod on realms 3 ?
Cheers! Thanks for the update.Im going to update the mod tomorrow be patient guys please.
Much appreciated, just please be on the lookout for and address those previous errors we've mentioned already from the last updateIm going to update the mod tomorrow be patient guys please.
thank youMod Updated!!! also i replay the full realm 3 and didnt have any errors so far..
Hate to say it....Mod Updated!!! also i replay the full realm 3 and didnt have any errors so far..
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
okey im going to take a look tomorrow when i get back from workHate 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)
Also get "Image 'caret' not found" when changing the MC's nameCode: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
There is another bug. During Kali's first sex scene with MC it switches to sex with Seraphina.Mod Updated!!! also i replay the full realm 3 and didnt have any errors so far..
I guess this modder AdanGC Mods does not care that he is screwing up the game. *sigh*I had the same issue as well as the post above.
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.I guess this modder AdanGC Mods does not care that he is screwing up the game. *sigh*
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 backI'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.
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.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