Mod Lessons in Love Progress and Guide Mod [v0.39.0] [cckerberos]

5.00 star(s) 7 Votes

shakou0130

New Member
Aug 30, 2020
7
4
Is this mod responsible for the unlock able screen, and if so will the hints warn you if you miss out on things like picture messages? Some of them have vague descriptions and I'm not sure what the unlock requirements are for them.
 

cckerberos

Member
Jun 12, 2017
433
882
Is this mod responsible for the unlock able screen, and if so will the hints warn you if you miss out on things like picture messages? Some of them have vague descriptions and I'm not sure what the unlock requirements are for them.
No, that's part of the base game.
 

Mikmoo01

New Member
Nov 6, 2020
8
3
Dunno if this is a issue with the new ver of the mod but whenever i open history tab in the Fish eyes (futaba event, first time viewing it) it causes a crash. could also maybe be a bug with the game itself but history tab was working before i updated mod today (and yes i deleted 'game/progress mod' folder when i updated it)
 

cckerberos

Member
Jun 12, 2017
433
882
Dunno if this is a issue with the new ver of the mod but whenever i open history tab in the Fish eyes (futaba event, first time viewing it) it causes a crash. could also maybe be a bug with the game itself but history tab was working before i updated mod today (and yes i deleted 'game/progress mod' folder when i updated it)
I don't think it's related, particularly if the entire game crashed (the mod shouldn't touch the history screen at all, and I definitely didn't do anything novel in the new update that would have changed that).
 
Jan 13, 2024
5
171
Uhm, one minor thing. The Osako event in the screenshot isn't actually unlockable until after you've done the Wakana one also shown here, as that'll lead into Osako's first event ( ). As I said, it's a minor thing, but it might cause some idiot (like me :LOL:) to search for a way to increase Osako's points, but there won't be any way to do so, yet.

Skærmbillede fra 2024-03-25 17-47-20.png
 
Last edited:

Kekc712

New Member
Apr 28, 2024
1
0
where can I download the previous version of the mod?
I use 0.38 with Russian translation
there are no conflicts with the new mod, except for the progress button not working
 
Last edited:
Dec 18, 2020
152
318
"It is recommended to delete your existing "game\progress mod" before installing the new 0.36.0 version."
I am a bit confused. Does this mean that I should delete the "progress mod" folder every time a new update is released?
 

cckerberos

Member
Jun 12, 2017
433
882
"It is recommended to delete your existing "game\progress mod" before installing the new 0.36.0 version."
I am a bit confused. Does this mean that I should delete the "progress mod" folder every time a new update is released?
No, as long as your existing version of the mod is 0.36.0 or higher, you don't need to delete the folder.
 
  • Like
Reactions: LoveBlueHairedGirl

Moonflare

Formerly 'luctardin'
Aug 23, 2023
210
384
Is there gonna be a guide needed for 0.40?
There are only two events which aren't a part of the camping trip, and for one is wait until saturday and the other is to visit koi cafe at night on a tuesday (unsure about special requirements, but i don't think there's any - curious about it though).
 
  • Like
Reactions: Sirrah and Lutor2kk

cckerberos

Member
Jun 12, 2017
433
882
There are only two events which aren't a part of the camping trip, and for one is wait until saturday and the other is to visit koi cafe at night on a tuesday (unsure about special requirements, but i don't think there's any - curious about it though).
Looking through the files (haven't played the update yet), there are five events that aren't part of the camping trip. But the only one the player has to do anything to trigger is the Tuesday night one you mention. The only special requirement for that is that you have to be having sex with Haruka.
 

thequee77

Newbie
Jun 20, 2021
17
4
Can someone teach me how to read through the game files to derive requirements for the events? I've tried to do it for Molly via MollyEvents.rpy but have not been able to get any useful information (it feels like that file does not hold information on the most recent updates, not sure).
 

cckerberos

Member
Jun 12, 2017
433
882
Can someone teach me how to read through the game files to derive requirements for the events? I've tried to do it for Molly via MollyEvents.rpy but have not been able to get any useful information (it feels like that file does not hold information on the most recent updates, not sure).
Generally speaking:

1. Find the variable for the event in question. This can be done by looking at screens.rpy. Using "Level One", one of the most recent Molly events as an example, you'll find that the variable is "mollyspring1".
2. Next you need to find where that event is triggered. To do so, you need to look for the line "jump mollyspring1". You can find this in chap4hub.rpy.
3. The line before this will usually be where you find the event requirements. The label this all falls under is important as well. In this case, the preceding line is "if day == 7 and saracamp2 == True and mollyspring1 == False:" and the label is "morningch4". This tells us that the event will be triggered on a Sunday ("day == 7) morning if you've already seen the event "I've Been Thinking About Leaving This Place" (saracamp2 == True) and you haven't seen "Level One" yet ("mollyspring1 == False").
 
5.00 star(s) 7 Votes