CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

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

5.00 star(s) 9 Votes

skummel37

New Member
Dec 21, 2020
2
0
I got the "Out of memory" issue, then I have done the "upgrade Renpy" fix. However, now the guide mod gets an uncaught exception. Somehow if I start a new game the mod works again, but it would be nice if I didn't have to do that.
Anyone have experienced something similar, or maybe cckerberos has an idea?
 

cckerberos

Member
Jun 12, 2017
451
919
I got the "Out of memory" issue, then I have done the "upgrade Renpy" fix. However, now the guide mod gets an uncaught exception. Somehow if I start a new game the mod works again, but it would be nice if I didn't have to do that.
Anyone have experienced something similar, or maybe cckerberos has an idea?
Do you encounter the error in all save games?
 

skummel37

New Member
Dec 21, 2020
2
0
Do you encounter the error in all save games?
Well thought! I checked my saves, and it seems that saves around chapter 3 still work. I don't have neatly organized saves, but I will try to speed through the game and see if I can find the point the mod breaks.

Edit: I sped through the game up until one of my broken saves, and the mod still works. So I guess something just broke somewhere along the way.
 
Last edited:

Brainos

New Member
Aug 18, 2017
5
7
I got the "Out of memory" issue, then I have done the "upgrade Renpy" fix. However, now the guide mod gets an uncaught exception. Somehow if I start a new game the mod works again, but it would be nice if I didn't have to do that.
Anyone have experienced something similar, or maybe cckerberos has an idea?
Maybe you can try this.

I mentioned this bug in the thread before, but it seems cckerberos did not adopt it.

Hello, thanks for your awesome mod.
I try to rebuild this game with Renpy 8.0.3 and I found some bugs in this mod.
Code:
  File "game/progress mod/code.rpy", line 732, in next_vals
    if self.event_list[i].triggers[stat + "_req"] > eval(self.name.lower() + "_" + stat):
TypeError: '>' not supported between instances of 'int' and 'str'
I'm not very good at python programming, I try to fix this with:
Code:
diff --git a/progress mod/code.rpy b/progress mod/code.rpy
index c0221b4..8396385 100644
--- a/progress mod/code.rpy  
+++ b/progress mod/code.rpy  
@@ -728,8 +728,8 @@ init python:
             for stat in ["love", "lust"]:
                 found = False
                 for i in range(len(self.event_list)):
-                    if not self.event_list[i].completed and found == False:
-                        if self.event_list[i].triggers[stat + "_req"] > eval(self.name.lower() + "_" + stat):
+                    if not self.event_list[i].completed and found == False and not eval(self.name.lower() + "_" + stat) == "N/A":
+                        if self.event_list[i].triggers[stat + "_req"] > int(eval(self.name.lower() + "_" + stat)):
                             if stat == "love":
                                 self.next_love = self.event_list[i].triggers[stat + "_req"]
                             else:
And this line in some files:
Code:
$ renpy.show_screen("overlay_scr", transient=False, zorder=100)
According to , the right code should be:
Code:
$ renpy.show_screen("overlay_scr", _transient=False, _zorder=100)
I made three patch files to fix these bugs, I tested that these fixes can also be used to the original game. And I hope this would't bother you, thanks again.
 

JazzDude86

New Member
May 27, 2020
6
0
I am very confused. This is currently my hints page (version 0.41 for both). I have done all of the actions suggested to trigger the events, but literally nothing has triggered. Visiting Futaba's dorm room, and the porn store, just bring the default affection+ scenes, I can't even GO to the convenience store or the bathhouse anymore, they're just not listed as options to visit, and I've been through two weeks in-game and none of the "wait until X" events have triggered either. What am I doing wrong?

My save file is attached as well.

1722959927647.png
 

cckerberos

Member
Jun 12, 2017
451
919
I am very confused. This is currently my hints page (version 0.41 for both). I have done all of the actions suggested to trigger the events, but literally nothing has triggered. Visiting Futaba's dorm room, and the porn store, just bring the default affection+ scenes, I can't even GO to the convenience store or the bathhouse anymore, they're just not listed as options to visit, and I've been through two weeks in-game and none of the "wait until X" events have triggered either. What am I doing wrong?

My save file is attached as well.

View attachment 3904679
When I load your savegame, this is my hints screen:

Screenshot 2024-08-06 142643.png

When I waited for Saturday night, Fruits of Torment triggered the way it was supposed to.

If that event isn't triggering for you, it's an indication that there's something messed up with the base game. Nothing in the mod affects whether or not an event triggers.
 

thequee77

Newbie
Jun 20, 2021
19
4
When are we getting the mod for 0.42? As far as I recall, the “embargo” was two weeks long unless something changed.
 

muk13th

Newbie
Aug 22, 2018
47
20
I just wanted to say thanks for this Mod. It's truly the best Walkthrough Mod I've ever seen, and the Progress tracking has made the game much more enjoyable for me. I'm just not interested in trial and error when trying to advance either the main story or the girls individual stories. Not to complain about the game itself... more my attention span.

Anyway, thanks, you've made the game a more enjoyable experience/process for me.
 
  • Like
Reactions: Sirrah

lokoki1

Newbie
Apr 10, 2022
87
71
trial and error is fun for a little bit, but when game is 140h+ long of pure reading it is just crossing the line when you need to spend additional 40h of trial and error of searching for next in line events.
 
  • Like
Reactions: KnowledgeBomb

muk13th

Newbie
Aug 22, 2018
47
20
Please tell me how to install this properly I'm getting way too confused. I'm trying to use it with the guide mod but I just can't seem to get the dark mode to come on. I've enabled it within the guide mod option and tried going through a couple slides but nothing changes
I though it would be difficult too, but I just copied the Dark Mode mod files to the game directory and voila, I had a dark themed game I could read without bleeding from the eyes.

The post you quote is pretty old, I assume that may not be valid anymore?
 

cckerberos

Member
Jun 12, 2017
451
919
Please tell me how to install this properly I'm getting way too confused. I'm trying to use it with the guide mod but I just can't seem to get the dark mode to come on. I've enabled it within the guide mod option and tried going through a couple slides but nothing changes
I don't use it myself, but I'm pretty sure it's just:
1. Install the dark mode mod as normal
2. Enable dark mode in the guide mod options

If you're not seeing anything change, you must have installed the dark mode mod incorrectly. All enabling it in the guide mod options does is make some changes to the guide mod to make it work better in dark mode.
 
  • Like
Reactions: Kirito_1

Aftershock500

New Member
May 7, 2023
7
12
Ended up fixing it myself. On Android, you need to move the darkmode.rpy > games > delete progress_screen.rpy > rename darkmode.rpy to progress_screen.rpy > replace the native gui and images folder with the mods gui and images folder and then everything should work fine
 
5.00 star(s) 9 Votes