Not so far. But I went on a movie date with her before without incident.I'm sending you my script, please see if the error persists.
So guys... i use search but nothing. On the OP nothing... where is the incest patch?
I have the old 0.8a someone know if it work or we need a new one? Because i do not see the patch anywhere.
Thank you
So i noticed one odd thing as i opened the script.rpy, you have the second line state:I just did the ole replace all "roommate" to sister and all "landlady" to mom. Replace the script.rpy in the game folder. I've only given it a quick read through, so there might be spots where the grammar doesn't make sense, but it can tide you over til something official comes out...
EDIT: okay, there's a lot of stuff that makes no sense if you just replace the landlady and roomate. I wouldn't bother with this one, I'll put up a better one when it's ready.
Edit2: I went through the script.rpy more thoroughly, this one should be decent, but I may still have missed something...
EDIT3: original script.rpy had a bug on the movie date.
EDIT4: more than 1 file had mention of roommates and landlady...
Weird, I never changed the "i" and "mc". I must have had a script.rpy before the bugfix or something. Only variable I changed was the movie date had an undefined variable I swapped out for the right one.So i noticed one odd thing as i opened the script.rpy, you have the second line state:
define i = Character('[inputName]', color="#ff0000" , what_color="#ffffff")
While the original script.rpy in the above bug-fix says:
define mc = Character('[inputName]', color="#ff0000" , what_color="#ffffff")
Now i asume the original author is the one who has this right, so your script.rpy has a error there. Now i did notice you replaced all of them from "mc" to "i", i am just wondering why?
EDIT 1: So the use of "i" instead of "mc" actualy messed with some other events, cause they remained unaltered and called for the "mc" as the variable name. I fixed it i think by replacing all of the "i" mentions back to the original, while not replacing the altered texts. I will attach the altered versions to my post.
Mind sharing the error report you got?constant errors with the incest patch added, guess I'll just wait till it gets fixed or drop since the landlady shit is unbearable.
Trying to get a few new features working and anything Ren'Py reported as conflicting with internal functions was changed. Still hammering out the bugs so detailed error reports are appreciated .Weird, I never changed the "i" and "mc". I must have had a script.rpy before the bugfix or something. Only variable I changed was the movie date had an undefined variable I swapped out for the right one.
Try putting the new scripts in. While this was updated for Ren'Py 7.4.6 it should be fine with Ren'Py 7.3.5 though some things may be off...
seems to have fixed the problem, thanksTry putting the new scripts in. While this was updated for Ren'Py 7.4.6 it should be fine with Ren'Py 7.3.5 though some things may be off...