- Jun 15, 2017
- 488
- 685
For me just having a clean game with no mod files allowed me to use my save file without issue.
That's essentially what I've done but in a whole 'no need to download anything or find a mirror' kind of way and without creating a reliance upon another file. (That rpy changes the called functions from the stock Ren'Py ones to defined ones in that file, which may not be current in future versions of Ren'Py. My method should be a bit more future-proof, the info on where and what was posted so that if I'm not around, others can review what I was targeting to provide a workaround. That's why I didn't go that route.)What worked for me was extracting ONLY AON_sensitive_FIX.rpy from the 0.13.2 mod to the 0.14 game folder.
At first, I misunderstood what you were saying because "clean game" can imply you've never used the mod to begin with. If you have used it and done quests, eventually you'll find errors from screens stored that need to be removed, and you'll encounter the issues.For me just having a clean game with no mod files allowed me to use my save file without issue.
I have completed the entire v14 update without a single error, this might be true if people are not up to date with everything.At first, I misunderstood what you were saying because "clean game" can imply you've never used the mod to begin with. If you have used it and done quests, eventually you'll find errors from screens stored that need to be removed, and you'll encounter the issues.
Even if they are up to date, using the mod in any way past having it simply installed will create “screens” that need removing from save games by either safely ignoring (using code patch mentioned to prevent sensitive sub-attribute from causing Ren'Py to bitch) or diving in and literally rebuilding a save.I have completed the entire v14 update without a single error, this might be true if people are not up to date with everything.
the thing is that there is no error, it just nothing happened when I run the .exe file. I attached the file that I editedHow about posting the error in a collapsible spoiler tag? Odds are, you've goofed editing the file. I only have a Linux version of the file. You must get the spaces correct. Hope you followed good practice and backed yours up. Can always upload here to ask someone to do it for you.
You used tabs, not spaces, that's why. I warned against that. Python sucks donkey-dick as far as using whitespace to delimit things. I've fixed it for you. Pay attention next time. The fact that the lines of text weren't lined up should've given you a clue. Oh, and your installation did give you errors, you simply didn't check the log or traceback or run from console... You mentioned “exe”, safe to assume Windows. I re-uploaded your file with CrLf, my editor sometimes strips them to Lf.the thing is that there is no error, it just nothing happened when I run the .exe file. I attached the file that I edited
edit: not sure if necessary to mention this, but I'm on Windows
I guess that sort of explains the change of pacing with the last 2 releases. Cheers!
hello, thanks for providing me the script, I can start the game now. I read your warning about the space, but I thought you are referring to spacing between the parameters, I don't know that tabs is not recognizable by python. thanks for going out of your way to help me on thisYou used tabs, not spaces, that's why. I warned against that. Python sucks donkey-dick as far as using whitespace to delimit things. I've fixed it for you. Pay attention next time. The fact that the lines of text weren't lined up should've given you a clue. Oh, and your installation did give you errors, you simply didn't check the log or traceback or run from console... You mentioned “exe”, safe to assume Windows. I re-uploaded your file with CrLf, my editor sometimes strips them to Lf.
You would have to ask Lain about that, and no one's heard from her in a couple of months.out of curiosity, why was the dating my daughter lain mod set to subscribestar only?
Patreon doesn't accept incest content...maybe is for thisout of curiosity, why was the dating my daughter lain mod set to subscribestar only?
i was referring to why lain doesnt have the mod available like it used to be, attached to the DMD pagePatreon doesn't accept incest content...maybe is for this
DMD isn't anymore on Patreon for this reason
just odd since the other mods for the earlier chapters are available without subscribingYou would have to ask Lain about that, and no one's heard from her in a couple of months.
F Apparently we won't have a mod anytime soon.You would have to ask Lain about that, and no one's heard from her in a couple of months.
Unless Lain suddenly makes an appearance from out of nowhere, then I doubt it.a question. Are they going to get the walkthrough of 0.14? more than anything in case not to download it without it
Ty its worked for me tooWhat worked for me was extracting ONLY AON_sensitive_FIX.rpy from the 0.13.2 mod to the 0.14 game folder.