Worked like a charm! The only "problem" is the phone messenger doesn't work. I checked the functions file mentioned in the exception error screen and it seems the "functions/phone/messager" file is completely missing. Is this another problem caused by improperly installing the patch or mod? Feels like one of those persistent file problems, but I'm pretty much a layperson. Maybe a problem with the file name accidentally misspelt as "messager"? I feel like I've run into and fixed this problem before, so I'll keep looking later. I checked in the zip files for the game and can't find the files in their either.Yes.
you would need to customize \game\menu\options.rpy and change the save folder location thereI'm having a bit of a problem with saves and modding, and hoping for some help.
My first goal is to keep modded saves separate from unmodded saves. I've finished Week 1 with Lain's mod and tried to make a separate folder without modded files, but running the .exe in the new folder taps into the modded game with its saves (and the tacoma font error).
The second goal is to keep the Week 1 unmodded saves, once created, unmerged from the Days version of week 2, and be able to make a separate copy of the Week 1 saves at any time to merge with any new Days version. By keeping the Week 1 saves uncorrupted with Days data, I could then just transplant a copy of them into whatever new Days version there is and keep my decision path constant.
So basically, I have the Ecchi Sensei main folder, with a Week 1 Lain subfolder, and the new Week 1 unmodded subfolder. The unmodded subfolder would be the source of saves and game info to transplant into any new Days version subfolder.
I don't think it matters, but MC tells Mao what's in there some time during D8-14, but it's not been shown yet.the door in the basement of day 3,
is saki suppose to open it or not?
what different in the story if saki open it or saki give up in the long run?
thx
It sounds like something needs clarification. In addition to the local saves folder in each copy, there's a system saves folder inrunning the .exe in the new folder taps into the modded game with its saves (and the tacoma font error).
%APPDATA%\RenPy\
. So, for example, any and all copies of Week 1 DM have the same system saves folder, %APPDATA%\Renpy\Ecchi Sensei
. That's what the unmodded version is seeing, not the modded version's local saves.game\menu\options.rpy
. So if you followed Latecomer's advice, you could make it so the modded version used %APPDATA%\Renpy\Ecchi Sensei (mod)
instead.The game is up to 365 days. And it even has a sequenceHey guys is the week 2 The final update or will it continue till day 365 days like Mr/Ms. Bluecat mentioned before
Lots more to come, next update is days 15-17.Hey guys is the week 2 The final update or will it continue till day 365 days like Mr/Ms. Bluecat mentioned before
There is no "completed" or "abandoned" prefix, so this isn't the last update.Oh thank you, I almost thought that there won't be any update anymore sigh!, that's a relief
Paying attention is haaaaaaaard!Honestly I struggle to understand why anyone would think this game is abandoned or on hold or completed, considering how extremely easy it is to check and verify the facts (i.e. bluecat and I are active here, our discord is very active, etc.pp.)
That would mean reading.Honestly I struggle to understand why anyone would think this game is abandoned or on hold or completed, considering how extremely easy it is to check and verify the facts (i.e. bluecat and I are active here, our discord is very active, etc.pp.)
you would need to customize \game\menu\options.rpy and change the save folder location there
D8-14 has no options.rpy file.It sounds like something needs clarification. In addition to the local saves folder in each copy, there's a system saves folder in%APPDATA%\RenPy\
. So, for example, any and all copies of Week 1 DM have the same system saves folder,%APPDATA%\Renpy\Ecchi Sensei
. That's what the unmodded version is seeing, not the modded version's local saves.
The bottom directory is set ingame\menu\options.rpy
. So if you followed Latecomer's advice, you could make it so the modded version used%APPDATA%\Renpy\Ecchi Sensei (mod)
instead.
Things get a bit more complicated with Week 2 due to the method used to automatically "import" Week 1 saves:
You don't have permission to view the spoiler content. Log in or register now.
That's because it's in an rpa.D8-14 has no options.rpy file.
And beyond what goobdoob said, the rpa only contains the compiled version (options.rpyc). Unlike extracting .rpa files, decompiling .rpyc files requires you to have python2 installed. I didn't mention any of that because I wasn't sure how committed you were to trying this.D8-14 has no options.rpy file.