Shocker

Member
Jun 2, 2017
177
211
Hmm you are not forced to do it. I would suggest you to give it another try.
Just finished the current build and I'm glad I gave this another try, it's definitely a good game with above average writing and world building. Thanks for the recc. Although I will say, I still find that "choice" to be pretty dumb and forced and makes the MC come off as foolish for making such a massive decision without really any information outside of a few sentences from a few people. Even though the choice it doesn't really matter in the context of the story, it still bothers me.Tbh, it probably bothers me as much as it does because the rest of the game is so solid.
 

Mmushy

Active Member
May 5, 2020
851
1,117
Excellent update. It's been a loooooong time since a game has made me go "wow!" and this update did it. The battle scenes were very well done and the drunk scenes was a brilliant way to take away from the heaviness , lighten the mood and help resolve the interpersonal conflicts.
 
  • Heart
Reactions: SeptCloud

Taboo Lord

Member
Oct 12, 2017
176
70
This is a known issue on RenPy game on Mac. Please see if the below fix helps!

You don't have permission to view the spoiler content. Log in or register now.
Thanks for this! It did work on opening the game for me. However, I got an error when I tried to load my save. No mods were added to it when I did this, though I do want to add the multi mod and incest mod.

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()
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
ImportError: No module named revertable

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/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 "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/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 "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/behavior.py", line 323, in run
    new_rv = run(i, *args, **kwargs)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Darwin-22.5.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
The Seven Realms 0.20
Thu Jul 20 00:08:30 2023
 

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,222
Thanks for this! It did work on opening the game for me. However, I got an error when I tried to load my save. No mods were added to it when I did this, though I do want to add the multi mod and incest mod.

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()
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
ImportError: No module named revertable

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/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 "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/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 "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/behavior.py", line 323, in run
    new_rv = run(i, *args, **kwargs)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "/private/var/folders/p8/028t300563qc3hj9xhtw2f3c0000gn/T/AppTranslocation/85490614-9CED-4A7D-8C04-9B1AFD254830/d/TheSevenRealms 0.20.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Darwin-22.5.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
The Seven Realms 0.20
Thu Jul 20 00:08:30 2023
That's strange... I notice that the bottom shows Darwin. I've just checked this and can see it is an operating system available on Mac. I always thought this was just Mac OS. Are you able to play other RenPy games on your device? It's not something I've seen before, but I know we build the game for Mac OS. Unfortunately, I don't own a Mac, so I'm not particularly well-versed on this side of things. Apologies!
 
  • Like
Reactions: Taboo Lord

xapican

Devoted Member
May 11, 2020
10,614
16,097
So i have to start a new game where i dont interact with them just to get to that scene? Oh shit,here we go again....
Not at all just to the point where you are at Kerros and you learn that to awaken the powers you have to Bond with Kali /Naya
 

Taboo Lord

Member
Oct 12, 2017
176
70
That's strange... I notice that the bottom shows Darwin. I've just checked this and can see it is an operating system available on Mac. I always thought this was just Mac OS. Are you able to play other RenPy games on your device? It's not something I've seen before, but I know we build the game for Mac OS. Unfortunately, I don't own a Mac, so I'm not particularly well-versed on this side of things. Apologies!
I'm able to play most Ren'Py games on my Mac, though recently it has been more hit or miss. I'm guessing some sort of update may have happened that's causing some Ren'Py games to work and others not to. Your previous message about using the Terminal to manually load the game worked, it's just the saves that are the issue now.
 
  • Like
Reactions: SeptCloud

Faptime

Well-Known Member
Mar 25, 2018
1,794
4,111
The decision was both difficult, and very obvious at the same time.

Atlas would know that there are times we have to make difficult decisions, and Leyala hasn't learned that yet. Telling Lucius is the obvious decision.

At the same time, Atlas has seen firsthand what happens when you betray your bond mate. I really hope this decision doesn't come back to hurt the realms.
 
4.20 star(s) 122 Votes