hidden_robot

Member
Jan 7, 2018
112
291
Hi, i don't know if someone reported this here, but i found a bug that can hide an entire chapter of scenes with Jenny.
So, the dev is using the variable "bJenRoute3" to decide if you get or not Jenny scenes on chapter 5. The thing is, he never defined the variable as True, so it's impossible for you to have Jenny scenes if you don't set it yourself.
My advice is, if you have "bJenRoute2" (defined on chapter 3, if you're on her path) as True, also set "bJenRoute3" as true using console or a save editor.

Here's proof:
1652579090202.png
As you can see, there is never the code:
Python:
bJenRoute3 = True
 

RedDeamon_2022

New Member
Jan 8, 2022
11
7
Hi, i don't know if someone reported this here, but i found a bug that can hide an entire chapter of scenes with Jenny.
So, the dev is using the variable "bJenRoute3" to decide if you get or not Jenny scenes on chapter 5. The thing is, he never defined the variable as True, so it's impossible for you to have Jenny scenes if you don't set it yourself.
My advice is, if you have "bJenRoute2" (defined on chapter 3, if you're on her path) as True, also set "bJenRoute3" as true using console or a save editor.

Here's proof:
View attachment 1811351
As you can see, there is never the code:
Python:
bJenRoute3 = True
Is this why I did not see any Jenny scenes in the beta? I was on her path from the beginning
 

hidden_robot

Member
Jan 7, 2018
112
291
Is this why I did not see any Jenny scenes in the beta? I was on her path from the beginning
Yes, it is. If you know how to use console, define this as True at the begining of the chapter and play the chapter again:
Python:
bJenRoute3 = True
If you don't know how to enable console in the game, heres how:
  1. open this file renpy\common\00console.rpy in a text editor
  2. look for the line "config.console = False"
  3. change "False" to "True" and save the file.
  4. Reopen the game
  5. In the middle of any scene, press Shift + O and console should appear.
  6. Type this "bJenRoute3 = True" and press enter. (you can only do this step after the begining of chapter 5, you can do it at the Sung Ji waking up scene)
  7. If you enter the value "bJenRoute3" the console should return True, as the print below
1652588386827.png
 
  • Like
Reactions: RedDeamon_2022

mmmonsterkill

Well-Known Member
Aug 30, 2016
1,535
1,714
Yes, it is. If you know how to use console, define this as True at the begining of the chapter and play the chapter again:
Python:
bJenRoute3 = True
If you don't know how to enable console in the game, heres how:
  1. open this file renpy\common\00console.rpy in a text editor
  2. look for the line "config.console = False"
  3. change "False" to "True" and save the file.
  4. Reopen the game
  5. In the middle of any scene, press Shift + O and console should appear.
  6. Type this "bJenRoute3 = True" and press enter. (you can only do this step after the begining of chapter 5, you can do it at the Sung Ji waking up scene)
  7. If you enter the value "bJenRoute3" the console should return True, as the print below
View attachment 1811481
or just download unren from here and then copy paste it into every game you wanna use console in then open press 3 and done
 
  • Like
Reactions: RedDeamon_2022

bananabrown

Member
Oct 18, 2019
243
1,344
c5gold_jen_6.jpg





Please read this before you play the new version, especially if you find yourself unable to access chapter 5, make sure that none of the following had occurred :
1. If you used a modded version of the game in any of the previous chapters, there's a chance that they've edited the file which contained the trigger to start chapter 5. If you used a modded version before, please consult the mod author / wait for the mod author to update his scripts forthe latest chapter.
2. If you used a modded save, or imported a save from another website. Modded saves might contain different versions of variables, or they might come from an edited/modded version of the game, which can lead to things not working correctly.
3. If you unpacked and edited any of the script files in the game. Do not unpack and edit any files or variables unless you're absolutely sure of what you're doing.
4. If you used console commands to jump through labels / Cheat. This will absolutely ruin the chain of events and script calls. Doing this has a high chance to stop chapter 5 from starting.
----------------------------------------------------------------------------------------------------
The gold scene of this chapter is Jenny's scene, you'll come across her scene naturally if you are on her route.










Changelogs :

1. Added chapter 5 > Contains 3600+ renders and 47 new animations (More if you played the gold version). The gold version has 5 extra animations.

2. Added the phone messages from multiple girls, with 6 different images from each of them.

3. Added 16 new Gallery entries. The gold version has 6 extra entries.

4. General bug fixes.

5. File size has been optimized dramatically with almost no loss in image quality.
 

19Castiel23

Active Member
Jul 25, 2017
949
2,251
View attachment 1811725





Please read this before you play the new version, especially if you find yourself unable to access chapter 5, make sure that none of the following had occurred :
1. If you used a modded version of the game in any of the previous chapters, there's a chance that they've edited the file which contained the trigger to start chapter 5. If you used a modded version before, please consult the mod author / wait for the mod author to update his scripts forthe latest chapter.
2. If you used a modded save, or imported a save from another website. Modded saves might contain different versions of variables, or they might come from an edited/modded version of the game, which can lead to things not working correctly.
3. If you unpacked and edited any of the script files in the game. Do not unpack and edit any files or variables unless you're absolutely sure of what you're doing.
4. If you used console commands to jump through labels / Cheat. This will absolutely ruin the chain of events and script calls. Doing this has a high chance to stop chapter 5 from starting.
----------------------------------------------------------------------------------------------------
The gold scene of this chapter is Jenny's scene, you'll come across her scene naturally if you are on her route.



Mega






Changelogs :

1. Added chapter 5 > Contains 3600+ renders and 47 new animations (More if you played the gold version). The gold version has 5 extra animations.

2. Added the phone messages from multiple girls, with 6 different images from each of them.

3. Added 16 new Gallery entries. The gold version has 6 extra entries.

4. General bug fixes.

5. File size has been optimized dramatically with almost no loss in image quality.
Thank you Hero :)
 
  • Like
Reactions: bananabrown

umbrela

New Member
Jul 21, 2020
11
12
View attachment 1811725





Please read this before you play the new version, especially if you find yourself unable to access chapter 5, make sure that none of the following had occurred :
1. If you used a modded version of the game in any of the previous chapters, there's a chance that they've edited the file which contained the trigger to start chapter 5. If you used a modded version before, please consult the mod author / wait for the mod author to update his scripts forthe latest chapter.
2. If you used a modded save, or imported a save from another website. Modded saves might contain different versions of variables, or they might come from an edited/modded version of the game, which can lead to things not working correctly.
3. If you unpacked and edited any of the script files in the game. Do not unpack and edit any files or variables unless you're absolutely sure of what you're doing.
4. If you used console commands to jump through labels / Cheat. This will absolutely ruin the chain of events and script calls. Doing this has a high chance to stop chapter 5 from starting.
----------------------------------------------------------------------------------------------------
The gold scene of this chapter is Jenny's scene, you'll come across her scene naturally if you are on her route.



Mega






Changelogs :

1. Added chapter 5 > Contains 3600+ renders and 47 new animations (More if you played the gold version). The gold version has 5 extra animations.

2. Added the phone messages from multiple girls, with 6 different images from each of them.

3. Added 16 new Gallery entries. The gold version has 6 extra entries.

4. General bug fixes.

5. File size has been optimized dramatically with almost no loss in image quality.
and ur soul too, hero xd
 
  • Like
Reactions: bananabrown
4.10 star(s) 231 Votes