Ren'Py Doing Things My Way [v1.2] [Random Derpoy]

Random Derpoy

New Member
Dec 20, 2024
12
1
After completing the recent story quest my game is stuck on the day time of day is this a bug or is there something im missing?
Sometimes the daylight cycle can be a bit buggy. Maybe sleeping in the bed a certain way can fix it, but I can't be certain since the whole daylight cycle got a bit wonkier after I implemented the skip whole day option. But hopefully it's nothing game breaking.
 

Random Derpoy

New Member
Dec 20, 2024
12
1
Got error for the start when enter character name

```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1131, in script
File "game/script.rpy", line 1131, in <module>
NameError: name 'softkey_not_visible' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1131, in script
File "renpy/ast.py", line 821, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/script.rpy", line 1131, in <module>
File "renpy/exports\inputexports.py", line 177, in input
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2259, in interact
File "renpy/display\core.py", line 3082, in interact_core
File "renpy/display\core.py", line 1788, in event_wait
NameError: name 'softkey_not_visible' is not defined
```
I'm not quite sure, but maybe it means you can't have "_" underscore in the name? I've never had that error when testing the game using names with letters or numbers so it's a bit hard to say what the exact cause could be.
 

Random Derpoy

New Member
Dec 20, 2024
12
1
Hi just wondering how many girls are enthralled in total? Right now I have 13 girls totally enthralled.
You're done for now at 13 girls. But four more are set to be added in the next update which will be released Publicly on the 28th, and the 18th on my Patreon. So for now, if you've already seen the scenes you get after conquering all the girls, you're good for now until the next update.
 

Random Derpoy

New Member
Dec 20, 2024
12
1
Someone in the past has had the same bug I have encountered it seems but the reply for fixing it was vague and didn't work on my attempts to fix.

Day 1 part 1; not even 10 minutes into playing as the sandbox mode; just after first deciding to control miss mentalist and getting her initial handjob scene the game breaks.

It gives the three points of control, then goes to next day. You can go to the different areas to get scenes to build control with beach, apartment building, and park... but the store and school have "come back later" messages. There is no "go to next day" button or time skip. If you go back to house, it just lets you rewatch scenes on bed. No other interactable or anything.

I've spent around 20 minutes super speed skipping scenes trying the different dialogs or going into a dialog then just leaving hoping to trigger next story part but so far have gotten nothing.

Its not a direct error so there is no code to post, but there is either a huge scene linkage bug or some direction needs to be clarified on where to go next to officially trigger things.
If you go to the convenience store and it sends you to the park, that's a bug I'll be patching for the next update. But if not, then you probably just need to head to the convenience store. But if it does show the bug, until I fix it, I'd recommend skipping through the games intro and go through the game and gain 17 power which you can see how much you have from the stat screen in your room.
 

Mrkain

New Member
Jun 25, 2019
11
7
If you go to the convenience store and it sends you to the park, that's a bug I'll be patching for the next update. But if not, then you probably just need to head to the convenience store. But if it does show the bug, until I fix it, I'd recommend skipping through the games intro and go through the game and gain 17 power which you can see how much you have from the stat screen in your room.
After restarting and playing through the start a few times I've found where said bug is. its is roughly at the 9-12 power threshhold or the 11-14.

If you queue the very first convenience store scene before you get an introductory scene for Fiona, it doesn't flag her as having a second visit and giving the footjob scene option for a power level. That then breaks the Chiya's sister scene from working due to not enough power.

I was able to replicate it again while attempting... But again its not a direct error code or anything. Potentially a bug/code error in the store scene allowing it to trigger early? or else an error in Fiona's intro skipping it?
 

Random Derpoy

New Member
Dec 20, 2024
12
1
After restarting and playing through the start a few times I've found where said bug is. its is roughly at the 9-12 power threshhold or the 11-14.

If you queue the very first convenience store scene before you get an introductory scene for Fiona, it doesn't flag her as having a second visit and giving the footjob scene option for a power level. That then breaks the Chiya's sister scene from working due to not enough power.

I was able to replicate it again while attempting... But again its not a direct error code or anything. Potentially a bug/code error in the store scene allowing it to trigger early? or else an error in Fiona's intro skipping it?
If that's the case, I can definitely fix that up by making it that you need to go to the apartment and talk with Fonia no matter what, but it'll only work on new playthroughs so if you're already past that point and it's working fine then that shouldn't matter. I'll just be sure to fix that up for new players. Thanks for letting me know about it!