Mistervd
Well-Known Member
- Nov 25, 2017
- 1,578
- 1,953
- 351
Touché.There has been new content added in with bughunt updates before though
Touché.There has been new content added in with bughunt updates before though
Opal is in love route onlyHaven'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
542 if I remember correctly. But it's written on a flyer somewhere near.
Cheating at volleyballCan 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.
$ opp_score = 0
$ your_score = 14
OR
$ volleybutt = 3
do you have arthritis in your hand or something?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.
Do I really need to give my personal reason why I can't do it?do you have arthritis in your hand or something?
Thanks. This might be a dumb question, but how do I use the cheats?Cheating at volleyball
There you goCode:$ opp_score = 0 $ your_score = 14 OR $ volleybutt = 3
I mean it would help considering all you do is click on the ballDo I really need to give my personal reason why I can't do it?
Enable renpy console, better guides are available if you search but in generalThanks. This might be a dumb question, but how do I use the cheats?
renpy\common\00console.rpy # If true, the console is enabled despite config.developer being False.
config.console = False
# If true, the console is enabled despite config.developer being False.
config.console = True
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?I mean it would help considering all you do is click on the ball
It does sound complex but it's the only help I've gotten. I appreciate it.Enable renpy console, better guides are available if you search but in general
Open with notepad/notepad++
renpy\common\00console.rpy
Find the line
Change it toCode:# If true, the console is enabled despite config.developer being False. config.console = False
It's case sensitive.Code:# If true, the console is enabled despite config.developer being False. config.console = True
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