Male Main Charackter asking your Girl to go down on you doesn't work.
Girlfriend loses relationship points if you fail to do task for the other girls, making it super hard to maintain, with the little amount you can get with spendind time with her.
Should be fixed, I don't have a male MC, so I can't be bothered to check, but it was the same problem as below
Fixed, they tried to call an image inside itself, causing a infinite loop
Is it possible to add +addiction to the cheat options later ? Thanks. I respect that the game has a considerable amount of content, especially for a 0.1. Hopefully theres even more hard NTR later, with the boyfriend not necessarily giving permission/ knowing about it.
Done, and you can lower it, too
So that's what I kept getting when I was playing around with the scripts.
P.S. I asked them to post a link to your fix on the main page.
The maximum recursion depth are often infinite loops, it seems they can happen during an animation if you use the same image as base and frame, but I never used animations in Ren'Py, so I simply chopped the image off.
Here it was using "hallcassohlifthj" inside image hallcassohlifthj.
Code:
image hallcassohlifthj:
"hallcassohlifthj"
pause 0.2
"hallcassohlifthj2"
pause 0.2
"hallcassohlifthj3"
pause 0.2
"hallcassohlifthj4"
pause 0.2
"hallcassohlifthj5"
pause 0.2
repeat 100
What I said about clearing the stack happened in my game because I used a lot of calls, but I didn't always return, it wasn't an infinite loop, just Ren'Py saying it was too much.
And thanks for getting it first page, it should help people who won't look for it ^^
Edit : Still had another error with Cas_Cum... Updated to Fix7