smk2k

Newbie
Jun 3, 2021
24
35
Is there any gallery unlocking scripts for episode 1 and/or 2?
Just set the persistent variables listed in ach.rpy.

Either enable developer mode by setting config.developer = True or add an .rpy file to execute the code on startup.

Episode 1:
Code:
init python:
    for i in range(1, 21):
        key = 'gal_%s' % i
        persistent.__dict__[key] = True
Episode 2:
Code:
init python:
    for i in range(1, 55):
        key = 'gal_%s' % i
        persistent.__dict__[key] = True
 
  • Like
Reactions: lenny007 and Vzii

f45450

Member
Oct 21, 2021
243
179
Full completed? Or will there be episode 3? If so, it seems that I still have to wait to download.
Not likely.
The dev wrote on steam page:
"Sometime in September we found out that the last option to withdraw money from Steam was blocked. This is the very reason why in principle I didn't want to do the third episode."
That's why they did release Last Stand, to do at least some completion of story in these conditions.

But probably we will see another small dlc or patch, later posted on patreon
"100 % of the 26 reviews are positive. That's very gratifying. No, sooner or later, someone will "water down" this score and be right, but right now me and our team are very happy. In this regard, I will say this. I don't care about the money, we'll make an additional content for you with Kilena."

haven't played this is awhile and now its split to episodes...
does episode 2 also include episode 1?
or do i have to play them separately?
If you want full experience, you need both separately. Otherwise, 2 includes a short replay with most important choices from 1.

Yo, anyone?
[the ss]
Maybe that is a content which got trunkated in Last Stand?
"For characters whose fate we have not had time to reveal, we will put a "question mark". Their fate is kind of unknown."
 
Last edited:

joypinse

Member
May 5, 2018
353
281
is the ? scene the true ending?
does anyone have a save right before the end of it?

p.s. the persistent has all but that one scenes
 
Last edited:

joypinse

Member
May 5, 2018
353
281
How to use the persistent file??? should i copy it or what???
yes unzip to the game's save subfolder and maybe to the appdata folder and sync subfolder as well
"C:\Users\YourWindowsUserName\AppData\Roaming\RenPy\COTV2-v.99" and
"C:\Users\YourWindowsUserName\AppData\Roaming\RenPy\COTV2-v.99\sync"
 

mumutree

New Member
Jul 9, 2021
13
13
yes unzip to the game's save subfolder and maybe to the appdata folder and sync subfolder as well
"C:\Users\YourWindowsUserName\AppData\Roaming\RenPy\COTV2-v.99" and
"C:\Users\YourWindowsUserName\AppData\Roaming\RenPy\COTV2-v.99\sync"
I tried but it didn't work. Could you please share your full save?
 

joypinse

Member
May 5, 2018
353
281
is the ? scene the true ending?
does anyone have a save right before the end of it?

p.s. the persistent has all but that one scenes
just clicked on it and that scenes isnt complete seems to be an ilga
ending
so not sure where the true kagera ending would even be...
 

szabon

Member
Jun 16, 2019
299
193
Are the console codes in Ep2 different from Ep1?
Could one of you please share the new ones? ;)
 
3.60 star(s) 38 Votes