SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
SeptCloud Loading a save from the middle of v0.16 does the same thing.

If you choose Kagome at the choice menu with Ling Guo, everything does seem to work correctly. I got past finding the catalyst with her then saved.

But if you choose to have sex with Ling Guo, it does as mentioned already.

No big deal for me, I'm past that point anyway, just info for others who may want it.
Thanks a lot, mate. Appreciate you taking the time to look at that and letting us know! Just to confirm, does this only happen with the twins patch installed or without it as well?
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,677
3,054
Thanks a lot, mate. Appreciate you taking the time to look at that and letting us know! Just to confirm, does this only happen with the twins patch installed or without it as well?
Hmm... I'll have to test that.

OK, so... use the updated v18 file, but not the twins file(s), then repeat above. I'll test that shortly.
 
  • Like
Reactions: SeptCloud

TheSidewinder

Well-Known Member
Mar 31, 2020
1,677
3,054
SeptCloud Things are getting more odd, or I didn't notice this before when I was skipping ahead, but.... (and I'll spoiler since I took screenshots in-game and can't easily resize on the fly)...

With the game fresh installed, corrected 'update18.rpa' file, and no twins patch:

You don't have permission to view the spoiler content. Log in or register now.
Not sure what's what, lol.
 
  • Like
Reactions: Λvipray_x

goulet1995

Well-Known Member
Sep 30, 2021
1,535
3,176
feel like its gettin to the point i have to avoid all scenes to not get lesbian scenes i have been here since the begining but its really starting to go in a direction im not into
 

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
SeptCloud Things are getting more odd, or I didn't notice this before when I was skipping ahead, but.... (and I'll spoiler since I took screenshots in-game and can't easily resize on the fly)...

With the game fresh installed, corrected 'update18.rpa' file, and no twins patch:

You don't have permission to view the spoiler content. Log in or register now.
Not sure what's what, lol.
I’ve taken this away separately with TheSidewinder. From what we can see it looks like it’s only on save files with modded content as I cannot replicate this error and none of our Patrons have reported it… I will take a further look tomorrow to see if something can be done. If someone who has never modded their game is running into this issue, please let me know!
 
Last edited:
  • Like
Reactions: Boehser Onkel

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
feel like its gettin to the point i have to avoid all scenes to not get lesbian scenes i have been here since the begining but its really starting to go in a direction im not into
I’m on my phone so I can’t double check the game itself right now, but from memory, I believe that when excluding the twins patch (which is specifically dedicated to lesbian content), for Realm 2 there have 13 lewd scenes so far and only one of them has had a threesome, all of the rest have been Atlas with one girl and no lesbian content. I think that saying you need to avoid all scenes is a bit of an exaggeration…

I’ll reiterate that all scenes can be avoided and I think it’s quite obvious when a scene with lesbian content is coming up so it can be avoided if you choose to do so.
 

goulet1995

Well-Known Member
Sep 30, 2021
1,535
3,176
I’m on my phone so I can’t double check the game itself right now, but from memory, I believe that when excluding the twins patch (which is specifically dedicated to lesbian content), for Realm 2 there have 13 lewd scenes so far and only one of them has had a threesome, all of the rest have been Atlas with one girl and no lesbian content. I think that saying you need to avoid all scenes is a bit of an exaggeration…

I’ll reiterate that all scenes can be avoided and I think it’s quite obvious when a scene with lesbian content is coming up so it can be avoided if you choose to do so.
the unfortunate thing for me if kali is probably my second favorite character design in the game and i feel like every scene involving her is a lesbian or bi one
 
  • Like
Reactions: risky0

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
the unfortunate thing for me if kali is probably my second favorite character design in the game and i feel like every scene involving her is a lesbian or bi one
Yeah, that’s fair! She will have more solo content in the future, but not for a few more updates yet.

Here’s something from our Twitter for you in the meantime (couldn’t post the image here directly from my phone): :)
 

JJDrakken

Well-Known Member
Oct 28, 2021
1,433
2,510
Yeah, that’s fair! She will have more solo content in the future, but not for a few more updates yet.

Here’s something from our Twitter for you in the meantime (couldn’t post the image here directly from my phone): :)
Don't worry about it.

1. You can't please everyone.

2. A lot folks with Harem games that I've seen are insecure and think of Harem stories more like Sex Doll stories that you collect and only you can touch. Not factoring in folks write stories as living people. Most time, "Harem Sisters" will form relationships with each other. BadMustard does a great job with that.

3. Many of your readers & those who support you with dollars, most likely enjoy all the lesbian/bi content of the ladies.
 

SpyderArachnid

Well-Known Member
Jul 31, 2017
1,605
4,753
I’ve taken this away separately with TheSidewinder. From what we can see it looks like it’s only on save files with modded content as I cannot replicate this error and none of our Patrons have reported it… I will take a further look tomorrow to see if something can be done. If someone who has never modded their game is running into this issue, please let me know!
Yeah I haven't had any issues at all with the update, or the game in general lol. No mod here (except for the twins patch), and everything plays just fine. No errors or anything.
 
  • Like
Reactions: SeptCloud

ezvr96

Newbie
Aug 27, 2018
20
60
Using the twins patch with update 18 is a problem even without using unren (which enables the developer console).

The underlying cause is the duplication of some return labels (in the original version it is duplication of _call_angles_23 and _call_angles_24). When the code hits the "call angles" which uses the first instance of the duplicated label, it will execute the call and then return control to the second instance of the duplicated label instead of going back to the first. In this case you'll jump from partway through scene 67 over to part way through scene 71. The posted modified versions fixed the original duplicated labels, but created some different ones, so they aren't really a fix.

If you have the developer console enabled it detects the error at startup and throws the exceptions so you know what to fix, but that isn't what is causing the bug.
 

ezvr96

Newbie
Aug 27, 2018
20
60
I've attached a file which should fix this issue if you're using the twins patch (from update 17) with the original update 18 game. Do not try to combine this with the other modified files posted in this thread, since those just introduce different versions of the same kind of problem. It is meant to be unzipped into the main folder with paths, so the resulting file should be: <game location>\game\patch\scripts\update17\scene67.rpym
Note that I am not the game dev so this is completely unofficial. Also note that it is only useful to you if you are playing through the twins scene from update 17 (which is where the bug occurs).
 

Brawnstar

Newbie
Feb 8, 2020
76
63
I've attached a file which should fix this issue if you're using the twins patch (from update 17) with the original update 18 game. Do not try to combine this with the other modified files posted in this thread, since those just introduce different versions of the same kind of problem. It is meant to be unzipped into the main folder with paths, so the resulting file should be: <game location>\game\patch\scripts\update17\scene67.rpym
Note that I am not the game dev so this is completely unofficial. Also note that it is only useful to you if you are playing through the twins scene from update 17 (which is where the bug occurs).
Thanks so much. Completely fixed issue.
 

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
Using the twins patch with update 18 is a problem even without using unren (which enables the developer console).

The underlying cause is the duplication of some return labels (in the original version it is duplication of _call_angles_23 and _call_angles_24). When the code hits the "call angles" which uses the first instance of the duplicated label, it will execute the call and then return control to the second instance of the duplicated label instead of going back to the first. In this case you'll jump from partway through scene 67 over to part way through scene 71. The posted modified versions fixed the original duplicated labels, but created some different ones, so they aren't really a fix.

If you have the developer console enabled it detects the error at startup and throws the exceptions so you know what to fix, but that isn't what is causing the bug.
I've attached a file which should fix this issue if you're using the twins patch (from update 17) with the original update 18 game. Do not try to combine this with the other modified files posted in this thread, since those just introduce different versions of the same kind of problem. It is meant to be unzipped into the main folder with paths, so the resulting file should be: <game location>\game\patch\scripts\update17\scene67.rpym
Note that I am not the game dev so this is completely unofficial. Also note that it is only useful to you if you are playing through the twins scene from update 17 (which is where the bug occurs).
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!
 

DetlaffGlobe

Newbie
Oct 2, 2021
18
43
The update was incredible, I already played it a few times. I didn't have any issues, but I never used a mod and I downloaded from Itch.
The new animation detail blew me away and the images looked so good. The story of realm 2 feels like it is coming together nicely and I cannot wait for the next few versions to see where you go with the story. Hoping Ba’el nd Kagome will be seen a few more times. I will also add that female Ba'el got me a bit excited and I saw in Discord that I was not the only one lul
 
  • Heart
Reactions: SeptCloud

Kitchentable

Active Member
Aug 13, 2018
674
1,159
Is it just me or did SeptCloud turn up the rendering qualitiy a notch or two?
The renders were already high quality to begin with but it seems it is turned up to eleven.

Got the feeling with the previous update but the Kagome scene really feels on a new level graphic -wise.

The Kogame character model is really great too, unfortunately the character is bat shit crazy.
Not the fun kinda crazy. The Lillin character seems less mad.

Anyhow, a quality update. Just like all the other ones before.
SeptCloud seems to have gotten their groove on with steady quality updates.
 
Last edited:

SeptCloud

Creator of The Seven Realms
Game Developer
May 4, 2021
644
4,220
The update was incredible, I already played it a few times. I didn't have any issues, but I never used a mod and I downloaded from Itch.
The new animation detail blew me away and the images looked so good. The story of realm 2 feels like it is coming together nicely and I cannot wait for the next few versions to see where you go with the story. Hoping Ba’el nd Kagome will be seen a few more times. I will also add that female Ba'el got me a bit excited and I saw in Discord that I was not the only one lul
Is it just me or did SeptCloud turn up the rendering qualitiy a notch or two?
The renders were very already high quality to begin with but it seems it is turned up to eleven.

Got the feeling with the previous update but the Kagome scene really feels on a new level graphic -wise.

The Kogame character model is really great too, unfortunately the character is bad shit crazy.
Not the fun kinda crazy. The Lillin character seems less mad.

Anyhow, a quality update. Just like all the other ones before.
SeptCloud seems to have gotten their groove on with steady quality updates.
Thanks, both. It has been a very conscious effort on our part and has taken a lot of time and investment to get this update up to this level of quality. We have a workflow in place to try and retain this quality while not drastically slowing down our release speed :)

I hadn't noticed how hot female Ba'el was until people started pointing it out in Discord :ROFLMAO:

I'm glad you've enjoyed playing!
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,275
6,952
Thanks, both. It has been a very conscious effort on our part and has taken a lot of time and investment to get this update up to this level of quality. We have a workflow in place to try and retain this quality while not drastically slowing down our release speed :)

I hadn't noticed how hot female Ba'el was until people started pointing it out in Discord :ROFLMAO:

I'm glad you've enjoyed playing!
the bad thing is - you have in mind that he´s actual male
a female from the beginning would change a lot , if "she" would be a option for encounters :ROFLMAO:
 
4.20 star(s) 122 Votes