Sir Weshmish

Member
Mar 4, 2019
354
608
Haven't played the game in awhile so I got a few questions. I saw there was a future timeline for air book, is that in the slave route too and also is Opal in the slave route also is that only for love route
 

Tenzai

Member
Sep 27, 2020
410
561
Can someone just beat the 3 volleyball games you have to win for me then save it so I can continue? I've lost count how many times I've tried the volleyball game but can't even win one.
 
  • Haha
Reactions: masterdragonson

masterdragonson

Engaged Member
Jan 30, 2018
3,288
4,720
Can someone just beat the 3 volleyball games you have to win for me then save it so I can continue? I've lost count how many times I've tried the volleyball game but can't even win one.
Cheating at volleyball
Code:
        $ opp_score = 0
        $ your_score = 14
OR
        $ volleybutt = 3
There you go
 

masterdragonson

Engaged Member
Jan 30, 2018
3,288
4,720
Thanks. This might be a dumb question, but how do I use the cheats?
Enable renpy console, better guides are available if you search but in general
Open with notepad/notepad++
renpy\common\00console.rpy
Find the line
Code:
    # If true, the console is enabled despite config.developer being False.
    config.console = False
Change it to
Code:
    # If true, the console is enabled despite config.developer being False.
    config.console = True
It's case sensitive.

After that start the game and press "Shift+O" to gain access to the console.

If that sound too complex you could try the Universal Ren'Py Mod though I just use the console and read the rpy files. More info is in Modding Ren'py 101
 
4.50 star(s) 287 Votes