Sir Weshmish

Member
Mar 4, 2019
475
833
214
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
436
644
216
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,751
503
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,751
503
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
 

Tenzai

Member
Sep 27, 2020
436
644
216
I mean it would help considering all you do is click on the ball
I don't understand how knowing my personal reason for not being able to move a mouse and click on a ball fast enough before the ball disappears will help. All you should need to know is I use a laptop with a touch mouse and can't click on the ball fast enough. The personal reason I have for not being able to do so shouldn't matter. But fine. If you must know, I'm a quadriplegic which means I'm paralyzed in all four limbs. My hands are in the shape of a fist all the time because I can't move my fingers. I type using my thumb knuckle and move the mouse around the same way. So, does that help in any way?
 

Tenzai

Member
Sep 27, 2020
436
644
216
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
It does sound complex but it's the only help I've gotten. I appreciate it.
 
  • Like
Reactions: masterdragonson
4.50 star(s) 306 Votes