CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

VN Ren'Py Corrupting My Girlfriend in Another World [v1.1.4] [R1leyD4rk]

2.80 star(s) 19 Votes

Turret

Forum Fanatic
Jun 23, 2017
4,214
7,203
Code:
While running game code:
  File "game/Guild Bquests/chapter1_1_start_board.rpy", line 175, in script
    jump kimi_chapter1_1_test
ScriptError: could not find label 'kimi_chapter1_1_test'.
I got this crash on the rank up event.
Me too! Is there a way to circumvent this? For example with a fresh start? These bugs which might be save bugs, are very annoying. But the gamemaker is in good party, Paradox Games is one of the really known developers, not hobby ones. But they are also incapable of keeping saves playable to this day.
 
  • Like
Reactions: Syndevic

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,105
This is very much a scripting thing where the entire label is not even close to being implemented as we can see here:

Code:
$ find . -name "*.rpy" -exec grep -iH "kimi_chapter1_1_test" {} \;
./Guild Bquests/chapter1_1_start_board.rpy:        jump kimi_chapter1_1_test

find . -name "*.rpy" -exec grep -iH "kimi_chapter1_1" {} \;
./Guild Bquests/chapter1_1_start_board.rpy:        jump kimi_chapter1_1_test

$ find . -name "*.rpy" -exec grep -iH "_test" {} \;
./Guild Bquests/chapter1_1_start_board.rpy:        jump kimi_chapter1_1_test
Dev threw in a label to a "to be implemented" section in a future release. However they are jumping into a black hole stack dump instead of at least providing the courtesy of saying something like "tbd" or "Fuck off. I'm adding bugs as fast as I can"

Code:
While running game code:
  File "game/Guild Bquests/chapter1_1_start_board.rpy", line 175, in script
    jump kimi_chapter1_1_test
ScriptError: could not find label 'kimi_chapter1_1_test'.
I got this crash on the rank up event.
Me too! Is there a way to circumvent this? For example with a fresh start? These bugs which might be save bugs, are very annoying. But the gamemaker is in good party, Paradox Games is one of the really known developers, not hobby ones. But they are also incapable of keeping saves playable to this day.
 

Turret

Forum Fanatic
Jun 23, 2017
4,214
7,203
Found a big bug at the end of the v20 build. At the guild party you can meet Sakiko on the roof terrace and she asks you what you think will happen to you two on this other world and where their relationship heads to. No matter how nice and loving your answer is, your Sakiko love points CRASH DOWN (In my case from around 40 down to 2-6, depending on the answer). This must be a bug, because I told her it is important that we are together and will make our way in this world or the other as a pair.
 

Oberstein

Newbie
Nov 13, 2017
91
87
Thanks for the info that the public release version is more up to date on itch.io! But the walkthrough is a mess! Not because of the content, but it is unreadable small. And zooming does not help.
I had success reading the walkthrough using the Edge Browser PDF reader (the only good thing about that browser, tbh), you have to use max zoom to see the text.
 
Last edited:
  • Like
Reactions: Vlbc and Turret

Prowl13

Newbie
Jan 17, 2019
50
83
Kind of surprised this title hasn't been updated in so long considering 1.7 has been out for almost two months and 2.0 for almost a month and I think 2.2 is in early release stages.
 

Oberstein

Newbie
Nov 13, 2017
91
87
Kind of surprised this title hasn't been updated in so long considering 1.7 has been out for almost two months and 2.0 for almost a month and I think 2.2 is in early release stages.
I dont think the patreon pays R1leyD4rk´s bills, so my bet is that they work on CMGIAW on their limited free time, which plausibly explains the slow updates.
 
2.80 star(s) 19 Votes