• We're currently performing maintenance on the search system, we'll get it back ASAP.

Mmushy

Active Member
May 5, 2020
778
999
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.
 
  • Red Heart
Reactions: SeptCloud

Taboo Lord

Member
Oct 12, 2017
168
67
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
631
3,983
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
8,599
12,663
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
168
67
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,725
3,875
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.
 

Joker Jack

Member
Aug 9, 2022
110
144
Fuck this game is the shit!! Word's can't explain how amazing this is, choice that impact the storyline, steady updates, just fucking amazing!! Great fucking job! More i fucking need MORE!!!
 
  • Red Heart
Reactions: SeptCloud

ohmz

Active Member
Feb 6, 2021
735
860
is it always gonna be where we can't use previous saves? or is it just .1 to .2 because of the changes made in the system?
There was only one time that it required starting over. The latest update they put some extra work into making sure the saves will keep working. So it should just be the one time you have to restart.
 
  • Like
Reactions: ImmaHoodieNinja

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
631
3,983
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.
is it always gonna be where we can't use previous saves? or is it just .1 to .2 because of the changes made in the system?
We had some issues with our previous two programmers where there were a couple of saving issues that some players run into. Apologies if you have run into them.

Moving forward, we don't expect this to be an issue. Realm 2 saves will be exported and imported into Realm 3 as a separate project, and we know what the previous issue was now. So moving forward, we don't think there should be any problems with this!
 

Cernunnos.

Well-Known Member
May 27, 2017
1,508
4,068
They have been fucking each other for at least a thousand years. Turning her down once doesn't negate all that history.
Kinda wish it did as a mechanic. I don't look forward to having to turn her down numerous times and I'd rather have it set to negative permanently if I declined the first time.
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,050
Kinda wish it did as a mechanic. I don't look forward to having to turn her down numerous times and I'd rather have it set to negative permanently if I declined the first time.
you have to take into account the social structure of the vampires
this is deeply explained 2x or more
they are not monogamus - they fuck everything with two legs , so to say :ROFLMAO:
after millenia of lifetime it doesnt matter to them i think ;)

we can be thankfull that there are no other dicks around our girls if we with them - but i get your point
 

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
631
3,983
Kinda wish it did as a mechanic. I don't look forward to having to turn her down numerous times and I'd rather have it set to negative permanently if I declined the first time.
you have to take into account the social structure of the vampires
this is deeply explained 2x or more
they are not monogamus - they fuck everything with two legs , so to say :ROFLMAO:
after millenia of lifetime it doesnt matter to them i think ;)

we can be thankfull that there are no other dicks around our girls if we with them - but i get your point
The original plan there was not to offer it. In the first instance (during Realm 1), it wasn't necessarily obvious to all players that they were rejecting Tasha content. We decided to allow those who may not have pursued her at first the option to have the scene here. When we first launched that update, we had quite a few players who told us they'd changed their minds about her and now decided to go for the scene, lol. I definitely get your point, and we will never force any of the characters on you, but we also want to ensure that players have as much opportunity to explore all of the paths as they want to. Currently, I think this was the only instance of this, though :)
 
4.30 star(s) 110 Votes