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

Feb 17, 2024
302
328
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
10
6
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
10
6
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
151
213
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
54
174
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
54
174
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
54
174
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
 

vehemental

Member
Jun 4, 2017
420
1,793
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
Launch a clean install with your mod a second time, perhaps after starting a new game. It'll throw the error then. I'm on PC and downloaded both from here.

Easy solution - rename your "after_load" label to "after_load_avn" and add it to your label overrides along with everything else. Fixed it for me and I verified it actually worked with a print statement.
 
  • Like
Reactions: reallybadman

YOUDIDIT

Newbie
Jul 15, 2022
54
174
Launch a clean install with your mod a second time, perhaps after starting a new game. It'll throw the error then. I'm on PC and downloaded both from here.

Easy solution - rename your "after_load" label to "after_load_avn" and add it to your label overrides along with everything else. Fixed it for me and I verified it actually worked with a print statement.
And still couldn't reproduce this bug.

I use label overriding as a way to protect updates - so that the game works when it is updated, but the mod is not. I tried several other options, but eventually settled on this one as the most convenient.
The after_load label is used to restore overrides.

Fixed in 047 - renamed this label.
Thanks for bug's report.
 

Calevala

Newbie
Oct 23, 2021
15
5
Спасибо за мод. Очень выручил в виду отсутствия прогресс мода под последнею переведенную версию.
А случайно не будет мода на русскую версию?
И как ведет себя мод в случае если события нужно проходить в определенной последовательности (типа ивента Чики и Рин)?
 

Rincon

Newbie
Jul 29, 2023
24
32
Hello, I'm still yet to do my replay from when I originally asked a question here, but I was wondering what the chances were of you adding an indicator that can be toggled on and off in the settings that would show at the top right in a small text the current event being read?
 

YOUDIDIT

Newbie
Jul 15, 2022
54
174
Спасибо за мод. Очень выручил в виду отсутствия прогресс мода под последнею переведенную версию.
А случайно не будет мода на русскую версию?
И как ведет себя мод в случае если события нужно проходить в определенной последовательности (типа ивента Чики и Рин)?
Пожалуйста!
Русский мод будет и есть. Для 0.44 я его выкладывал в дискорде закопано, в разделе модов, т.к. непонятно, куда еще можно. Последние версии английского мода вроде стабильны, жалоб нет, поэтому уже сделал русскую версию - для 0.46 и 0.47 готово, но не проверено, т.к. еще нет перевода в публичном доступе.
Проблемой является то, что Касатик маскируется с выкладыванием переводов - и выкладывает неравномерно, и ссылки приходится каждый раз искать. Я за русским переводом перестал следить и искать просто забываю.
С последовательностями (шаденфройде, бездна, и еще вроде что-то есть) - все нормально, мод запускает их в том порядке, чтобы не было пропусков событий, и Рин получила своего хорошего братана).
 
  • Like
Reactions: Calevala

YOUDIDIT

Newbie
Jul 15, 2022
54
174
Hello, I'm still yet to do my replay from when I originally asked a question here, but I was wondering what the chances were of you adding an indicator that can be toggled on and off in the settings that would show at the top right in a small text the current event being read?
Is this necessary? I probably won't do the text output - I don't know how, it requires working with renpy layers. I can print the event name before the event starts. I do it when testing, but then turn it off. But again, why?