Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,276
6,954
The links on the main post have been amended. There should no longer be issues on sex scene jumping for modded saves.
well
to be fair
it was never about "modded saves "
the only thing i (and others) did was unren the .rpa´s and/or activate the dev mode
the internal doubled define of the scenes(or the jump´s) -with the twin patch -caused the jumping , like i shown at one of my posts

anyways - thanks :cool:
 

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
well
to be fair
it was never about "modded saves "
the only thing i (and others) did was unren the .rpa´s and/or activate the dev mode
the internal doubled define of the scenes(or the jump´s) -with the twin patch -caused the jumping , like i shown at one of my posts

anyways - thanks :cool:
Errr, I guess the tampered saves/builds, then :sneaky: but yeah, hopefully no issues with that now!
 

ezvr96

Newbie
Aug 27, 2018
20
60
Cheers for looking into this. The strange thing is, on our side, when building the game and in our code, those labels aren't there. I know that RenPy can make adjustments when doing builds, but I am a little baffled by what is causing this. I'm still thinking that where others have rebuilt this, it may have populated those labels automatically... We are seeing if there is anything we can do with a further build to prevent it from happening :)

Aside from that, I hope everyone has enjoyed the update!
I think those auto-generated labels (which I think are made by the "Add from clauses to calls" option) are at least potentially not stable across builds. So even if the source files which feed into patch.rpa haven't changed between 17 and 18, the generated labels might be different due to changes in other files or some other reason. Looking at the labels that exist in 18, they are close to, but not quite in the same sort order of the file paths, which seems a bit odd to me.

I think the simplest fix (which still allows you to not re-release the patch when it didn't change) is to manually label the call sites (adding the "from <label>" in the source), but I'm no RenPy expert so there could be a better way.

At the risk of being repetitive, I'll agree with what Beohser said: this wasn't related to anything about modding or rebuilding or unren. Anyone would experience the scene skipping bug of the duplicate labels just by installing the original 18, adding the original twins patch, and playing through the twins foursome scene (scene 67).

Anyway, thanks for being so responsive, and great work on VN.
 

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
I think those auto-generated labels (which I think are made by the "Add from clauses to calls" option) are at least potentially not stable across builds. So even if the source files which feed into patch.rpa haven't changed between 17 and 18, the generated labels might be different due to changes in other files or some other reason. Looking at the labels that exist in 18, they are close to, but not quite in the same sort order of the file paths, which seems a bit odd to me.

I think the simplest fix (which still allows you to not re-release the patch when it didn't change) is to manually label the call sites (adding the "from <label>" in the source), but I'm no RenPy expert so there could be a better way.

At the risk of being repetitive, I'll agree with what Beohser said: this wasn't related to anything about modding or rebuilding or unren. Anyone would experience the scene skipping bug of the duplicate labels just by installing the original 18, adding the original twins patch, and playing through the twins foursome scene (scene 67).

Anyway, thanks for being so responsive, and great work on VN.
Thanks a lot for your help with trying to sort it - very much appreciated. I'm far from a skilled programmer, so it was all a little confusing, but HOPEFULLY, the issue is sorted moving forward!
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,677
3,054
I can confirm that the updated main game zip and the updated patch file fixed my issues with scene-jumping.

I had used the mod by AdanGC previously. (That said... I see others here who did not use that mod, but still had/have issues.)

(And ofc the mod won't work right with the updated files, so I'll mention that in the mod thread.)
 
Last edited:

Morgan0902

New Member
Dec 15, 2022
3
2
Hey everyone, is there any way of updating the game to the latest version without having to re-download it all the way from the beginning when playing on PC?!
 

ktunga

Active Member
Jul 10, 2022
589
574
Hey everyone, is there any way of updating the game to the latest version without having to re-download it all the way from the beginning when playing on PC?!
not that we know i didnt see any update only download for this one
 

Neko-Chan Pacifica

Well-Known Member
Jul 6, 2021
1,004
1,020
Ever since I learn about Realm 4 a few months back I have always wondered how does the MC interacts with the residents of that realm. Are they underwater? The MC is a vampire, so he probably won't die of drowning but how will they talk? Will there be some kind of Aquaman's City of Atlantis of some sort? How they even have sex? It seems like the girls don't even have pussy, and most females aquatic/marine lifes actually release their eggs which then the males fertilize the eggs with their sperm, there is no recreational sex per se :ROFLMAO: But then, I never asked because it is part of the mystery, the not knowing. Anyway, I can think of many ways of doing it, instead I am looking forward on how it will unfold:cool:.
Dolphins, Sharks and Whales have sex. Dolphins actually enjoy having sex according to marine biologists and they actually have pod orgies even with the young apparently. Not sure what else have sex in the ocean, but there are probably a lot more that we don't really know about.
 

Nezron

Member
Apr 13, 2023
499
867
lol.... I love reading forums about anything vampire. things like "well what I know about vampires.." or "that is not how vampires act"... etc... because we need to get our facts right about vampires... that is just funny.
 

kumnpo

Newbie
Mar 6, 2020
18
15
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/core/__init__.rpy", line 55, in <module>
AttributeError: type object 'Realm' has no attribute 'max_id'

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

Full traceback:
  File "scripts/core/__init__.rpyc", line 8, in script
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/core/__init__.rpy", line 55, in <module>
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/exports.py", line 2776, in load_module
    renpy.game.context().run(node)
  File "scripts/core/variables.rpymc", line 124, in script
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "scripts/core/variables.rpymc", line 124, in script
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/core/variables.rpym", line 125, in <module>
  File "game/scripts/utils/record.rpym", line 89, in create_by
  File "game/scripts/utils/record.rpym", line 55, in create
AttributeError: type object 'Realm' has no attribute 'max_id'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
 
Tue Apr 18 17:14:34 2023
Always get this error when opening the game? anyone know a fix?
 

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/core/__init__.rpy", line 55, in <module>
AttributeError: type object 'Realm' has no attribute 'max_id'

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

Full traceback:
  File "scripts/core/__init__.rpyc", line 8, in script
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/core/__init__.rpy", line 55, in <module>
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/exports.py", line 2776, in load_module
    renpy.game.context().run(node)
  File "scripts/core/variables.rpymc", line 124, in script
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "scripts/core/variables.rpymc", line 124, in script
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/airbook/Downloads/LGP/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/core/variables.rpym", line 125, in <module>
  File "game/scripts/utils/record.rpym", line 89, in create_by
  File "game/scripts/utils/record.rpym", line 55, in create
AttributeError: type object 'Realm' has no attribute 'max_id'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809

Tue Apr 18 17:14:34 2023
Always get this error when opening the game? anyone know a fix?
It looks like you are using the RenPy 8 launcher. You will need to either launch the game normally or by using the RenPy 7 launcher as that was the one it was built using :)
 

UnoriginalUserName

Forum Fanatic
Sep 3, 2017
4,449
15,883
Atlas : "Don't worry Timeo. You're my subject and all my subjects are important to me. I'm going to save you. You're going to be alright, kiddo."

Also Atlas : *gouges out Dan's eyes then rips out his tongue*
Atas : "Now stop bleeding on the floor and get the fuck out of here."

Double-standards, much? :ROFLMAO:
 

TundraLupus

Well-Known Member
Apr 8, 2020
1,768
2,074
This game is interesting, better then most, but the whole "you can be with other but no emotional connection allowed" is a turn off for me, don't know if that changes by the end of the update I'm playing (0.18) but yeah, otherwise it is a good game 7,5-8/10, the transitions could be less jumpy and the game could have more interactions with other characters besides the LI's, like it would have been interesting seeing the MC interact with Lucious after the attack and at least one meeting with him being funny instead of just being told, you know the whole "show don't tell" stick.
 
  • Yay, update!
Reactions: JohnF95zone

-CookieMonster666-

Message Maven
Nov 20, 2018
12,401
18,360
Damn, sex scenes with Leyala and then Kali and Kagome together? That was an unexpected treat for this version. I also laughed when Kali started acting like Ba'el was amazing. LOL. Yeah, as if that sounds in-character. :LOL:
 
4.20 star(s) 122 Votes