CodeProtocol
New Member
- Nov 10, 2025
- 12
- 16
- 3
ch3_McSarahDriveHome_Choice_IwouldntMind). I generally don't like horndog MCs, and I don't subscribe to the trope of bigger breasts being better. To me, Casey is the least appealing LI, so the MC having an entirely different opinion is alienating. I'm glad we got a choice the 2nd time.if ch3_McSarahCaseyHome_Choice_ComplimentCasey is True only changes a single line of dialogue while the blocks are much larger. There's no real issue here except a few duplicate lines of code that could be dropped outside the if statement.if ch3_McSarahCaseyHome_Choice_ComplimentCasey: or if ch3_McSarahCaseyHome_Choice_ComplimentCasey == True:"But something tells me we're not gonna find a shit." Usually said as "not find shit".unless im Mistaken the sister isn't a LI so there is no need for one. Unless there is something I don't know about as I have yet to play the rework.Any incest patch?
You don't need a patch, there's a sister and a mom that have no lewd scenes.Any incest patch?
Thank youYou don't need a patch, there's a sister and a mom that have no lewd scenes.
A patch is not going to magically make lewd scenes appear with them.
"I might give it a shot sometime":
$ ch3_McKimiTreadmill_Choice_TryYoga
exactly, i wouldn't recommend any renpy dev to ever use the identity operator 'is' without a really good reason
- The above if statement uses 'is', which is not the correct use. It checks a variable's identity, not equality. In this case, it works fine, but this habit could cause issues later on as code or variables get more complex. It's better to write
if ch3_McSarahCaseyHome_Choice_ComplimentCasey:orif ch3_McSarahCaseyHome_Choice_ComplimentCasey == True:
I'm the opposite. I'm clicking through all the dialog and then suddenly a click sends me past the next dialog and I click back and end up back in the last scene. Or clicking is disabled in the animations and I'm clicking like an idiot think it's not registering or the game froze. And muscle memory is to strong to not click.When it says animated, I thought it was animated between scenes. I'm tired of game that you have to click from scene to scene. I wish there was a game where it changed scenes after awhile on it's own. Like show a scene and you can wait a few seconds and then it goes to the next scenes.