- Mar 12, 2018
- 77
- 69
if you dont have the mod installed it works how it shouldThe mod is breaking the import for r3 for me.
I've tried importing my save without the mod and it starts with the 'new place' scene.
But with the mod it starts just before the sleazy guards.
At this point:
View attachment 3518563
It then just throws me back to the main menu once you've 'rescued' the elf from those guards and are talking about escorting her back.
Starting a new game seems to work fine and starts at the correct place, so it's just the import that's acting weird.
The current version of the game is Realm 3 - v0.04.The mod is breaking the import for r3 for me.
I've tried importing my save without the mod and it starts with the 'new place' scene.
But with the mod it starts just before the sleazy guards.
At this point:
View attachment 3518563
It then just throws me back to the main menu once you've 'rescued' the elf from those guards and are talking about escorting her back.
Starting a new game seems to work fine and starts at the correct place, so it's just the import that's acting weird.
there still problemMod Updated AGAIN !!
PLEASE DOWNLOAD AGAIN I FIND SOME BUGS WHO MAKE YOU GO TO THE LAST SCENE IN THE NEW UPDATE AFTER SAVE IDRILL BUT AFTER SEVERAL ATTEMPS I FIX THEM hope i dont find more xD im still testing the game with my mod. so if you find another one tell me here or in my discord.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
AttributeError: 'Stats' object has no attribute 'morwen_relationship'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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/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/scripts/core/screens/screen_glossary.rpym", line 111, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 111, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 131, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 154, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 159, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 163, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 165, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 168, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 171, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 172, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 173, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 178, in execute
File "game/scripts/core/screens/screen_glossary.rpym", line 178, in <module>
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
AttributeError: 'Stats' object has no attribute 'morwen_relationship'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Seven Realms: High Lathión R3-v0.04
Mon Apr 8 11:59:58 2024
Okey im going to take a look later when I get back from workthere still problem
[/CODE] i got error both asnwering the green choice with Morwen...it's something about stat and again this error when clicking on character into Glossary..tried without mod and no error...but now i don't know if i should give leyala my blood or take her to the ehealers...any clue whic answer is the right one?thanksCode:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() AttributeError: 'Stats' object has no attribute 'morwen_relationship' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() 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/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/scripts/core/screens/screen_glossary.rpym", line 111, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 111, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 131, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 154, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 159, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 163, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 165, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 168, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 171, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 172, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 173, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 178, in execute File "game/scripts/core/screens/screen_glossary.rpym", line 178, in <module> File "renpy/python.py", line 2276, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2269, in py_eval_bytecode return eval(bytecode, globals, locals) File "<none>", line 1, in <module> AttributeError: 'Stats' object has no attribute 'morwen_relationship' Windows-10-10.0.19041 Ren'Py 7.4.11.2266 The Seven Realms: High Lathión R3-v0.04 Mon Apr 8 11:59:58 2024
i fixed that just download again the mod i just finish testing the game and didn't have problems all works fine.I got bug it skips a few chapter after you enter elven realm, it skips to naya scene in the end of chapter
when u have time m8 0.5 is upView attachment 2621521
Overview:
This mod adds an in-game walkthrough that highlights dialogue options that give points and lead to the best scenes.
Note: The Mod work with the "Twins Patch". "Dont use the Patch in Realm 3 you don't need it at the moment".
Updated: 2024-04-07
Game/Creator: The Seven Realms /SeptCloudYou must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Modder: AdanGC ModsYou must be registered to see the links
Mod Version: R3 v0.04fixed
Game Version: R3 v0.04
Language: English
Features:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Change-Log:
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.Download (R3):You must be registered to see the links
View attachment 3166141 View attachment 3323710 View attachment 3323699
Download (R1 & R2):You must be registered to see the links-You must be registered to see the links
Android Port:
View attachment 1740826 View attachment 1742477 View attachment 1759607 View attachment 1759608
thank you~ and no prob family comes firstMod Updated!!!!! Finally!! Sorry for the being late with the update i was so fucking busy with my real life work and some other things with my family..
Thank youMod Updated!!!!! Finally!! Sorry for the being late with the update i was so fucking busy with my real life work and some other things with my family..