Lessons in Love AutoVN Mod (Linear Mod) [v0.46.0]

Feb 17, 2024
203
217
There isn't a space between

$ makoto_lust = 30
$ if "sadgirls7" in config.label_overrides: del

I changed it to

$ makoto_lust = 30

$ if "sadgirls7" in config.label_overrides: del

and it worked. See the difference?

I'm using the most updated mod.
Do you mean this?
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
I dunno much about code, YOUDIDIT, does this actually change anything?
 

bcy301

New Member
Jul 29, 2020
8
1
Do you mean this?
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
I dunno much about code, YOUDIDIT, does this actually change anything?
Yes, thank you. I just noticed all the other ones had a space there and this one didn't. Worked after adding the space.
 

bcy301

New Member
Jul 29, 2020
8
1
Yes, thank you. I just noticed all the other ones had a space there and this one didn't. Worked after adding the space.
Tried it again how it is without the space and it worked that time so I have no idea why it didn't work the first time for me. My save is a few posts back if anyone wants to investigate.
 

mr biscuits

Member
Aug 12, 2020
150
212
I have used most recent version of the mod with most recent version of game. Started new game. Got to point with Mystery girl (Saki) when I wake up only options are to travel to places and no one is there. Seem to be stuck in loop.

Is this normal? Is this because of the mod?

Mod is great by the way.
thank you
 

YOUDIDIT

Newbie
Jul 15, 2022
50
163
I dunno much about code, @YOUDIDIT, does this actually change anything?
So it was an empty line?
That's weird. Python has strict tabulation requirements, but it doesn't seem to have any requirements for empty lines. Maybe it's a feature of some version of RenPy, because I couldn't reproduce the bug.
I'll add an empty line here.

I have used most recent version of the mod with most recent version of game. Started new game. Got to point with Mystery girl (Saki) when I wake up only options are to travel to places and no one is there. Seem to be stuck in loop.

Is this normal? Is this because of the mod?
Yes, that's normal. The mod doesn't solve the puzzle for you - you have to go to the shrine to pray 5 times, then go to school.
 
  • Like
Reactions: mr biscuits

YOUDIDIT

Newbie
Jul 15, 2022
50
163
Mod updated to version v0.46.0

Some changes to improve compatibility.
In the "Sensei-Quest" added the ability to get all items without grinding!
In the "Post-Nut Clarity" the secret encounter is available.


 
Jan 6, 2022
43
31
Mod updated to version v0.46.0

Some changes to improve compatibility.
In the "Sensei-Quest" added the ability to get all items without grinding!
In the "Post-Nut Clarity" the secret encounter is available.


1735859748411.png
Any idea what I did wrong to get this?

Edit- This is on a fresh reinstall of 0.46 btw
 

YOUDIDIT

Newbie
Jul 15, 2022
50
163
View attachment 4403120
Any idea what I did wrong to get this?

Edit- This is on a fresh reinstall of 0.46 btw
Strange bug.
The fact that the "label after_load" is repeated in game/autopatch.rpy and game/avn_mod/autopatch_mod.rpy is as it should be.
File autopatch_mod.rpy replaces (modifies) file autopatch.rpy, this is the basis of the mod mechanics. And before (and for others) everything worked fine.

I checked it now: I downloaded the full game from the link in the LiL main thread on F95, I also downloaded my mod from my link on this thread. Launched it.
Everything works as it should, no bugs.

I would guess it has to do with the RenPy version.
Where did you download the game, from F95 or from Selebus?

How do you launch the game? PC/Windows? Mac? Android/JoiPlay?
I only checked PC/Windows, because I don't have anything else.

If you have PC/Windows, try to delete all *.rpyc files in game/ and game/avn_mod/ directories (do not delete *.rpy files - it will break the game!)

Edit: Any other mods did you use?
I checked for compatibility only with Guide Mod. Now I checked it too, it works without errors