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

hidden_robot

Member
Jan 7, 2018
114
293
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
114
293
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,548
1,748
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
4.20 star(s) 232 Votes