crustlord12

Active Member
Jun 24, 2020
800
2,574
1674323581154.png
You know what? There's more than a month and a half until the next update. I've started trying to put together a Replay All mod, that will play all the main, character, and secret events in order*. It might take a while to figure it out because I've never used ren'py before and it's a bit of a hassle to figure out. I'd like to add the option to include/exclude certain characters, or stop at certain chapters, but for right now I'm trying to get the events sorted properly, and just to get the replays playing in a chain.

*The "in order" part is a bit time-consuming for the girls events, was wondering if I could crowd-source this a bit if people are both interested in this potential mod, and interested in helping. For example,

# 0.21.0p1
4 Noriko Events
4 Kirin Events
2 Niki Invite Events
2 Maki Invite Events

The wiki does have enough information to say Noriko's Xth event in this update requires the player to have seen Kirin's Yth, it's just a lot of digging through to make sure they're all in order.

I'm going to work down from 0.1.0 getting events in order, if anyone wants to chip away at the order from 28 down and post, that would be helpful! I'll do it myself eventually but it would be nice to cut down on some of the time spent organizing. The events.txt file is what I've put together so far; character events are with square brackets, main events have nothing, I haven't included secret events yet, and any events that are part of an event chain don't have gaps between them.

Also I'm aware 0.1.0 is the beginning, chalk it up to a brainfart.
 

akselx

Active Member
Mar 29, 2020
772
1,273
View attachment 2328997
You know what? There's more than a month and a half until the next update. I've started trying to put together a Replay All mod, that will play all the main, character, and secret events in order*. It might take a while to figure it out because I've never used ren'py before and it's a bit of a hassle to figure out. I'd like to add the option to include/exclude certain characters, or stop at certain chapters, but for right now I'm trying to get the events sorted properly, and just to get the replays playing in a chain.

*The "in order" part is a bit time-consuming for the girls events, was wondering if I could crowd-source this a bit if people are both interested in this potential mod, and interested in helping. For example,

# 0.21.0p1
4 Noriko Events
4 Kirin Events
2 Niki Invite Events
2 Maki Invite Events

The wiki does have enough information to say Noriko's Xth event in this update requires the player to have seen Kirin's Yth, it's just a lot of digging through to make sure they're all in order.

I'm going to work down from 0.1.0 getting events in order, if anyone wants to chip away at the order from 28 down and post, that would be helpful! I'll do it myself eventually but it would be nice to cut down on some of the time spent organizing. The events.txt file is what I've put together so far; character events are with square brackets, main events have nothing, I haven't included secret events yet, and any events that are part of an event chain don't have gaps between them.

Also I'm aware 0.1.0 is the beginning, chalk it up to a brainfart.
Good initiative, I approve. Keep us updated on your progress. Over.
 

k1n5l4y3r

Active Member
Jun 20, 2018
683
1,236
I'm going to work down from 0.1.0 getting events in order, if anyone wants to chip away at the order from 28 down and post, that would be helpful! I'll do it myself eventually but it would be nice to cut down on some of the time spent organizing. The events.txt file is what I've put together so far; character events are with square brackets, main events have nothing, I haven't included secret events yet, and any events that are part of an event chain don't have gaps between them.

Also I'm aware 0.1.0 is the beginning, chalk it up to a brainfart.
I know nothing about programming and renpy, but from what some people gathered a while back Sel includes some "End replay" commands on scenes that prevent then from beign properly completed in replays one example is the Yasu vs Rin dorm war scene.
 

Wardtnaci

Member
Jun 12, 2022
196
637
I know nothing about programming and renpy, but from what some people gathered a while back Sel includes some "End replay" commands on scenes that prevent then from beign properly completed in replays one example is the Yasu vs Rin dorm war scene.
Just to add to this; the Scene gets cut off right as they are taking about Sensei's mother.
You don't have permission to view the spoiler content. Log in or register now.
Sel does this a lot through many Scenes spread out through all 3 chapters to hide certain reveals (probably continue to do so for the rest of the game) in order to force a replay of the game.... as I'm doing ATM.:rolleyes: And the Scenes are not all rolling out in order as I've changed quite a bit of variables to minimize any stats grinding to an absolute minimum.

There has to be a way to code the mod to Ignore "End Replay" line in script. Something like: "if next line = 'end replay' then move to Nth line. (where Nth = the next line right after end replay) Probably run as back ground Sub-routine check during each scene. Also don't envy of the daunting task of coding all variable flag changes at the right times so no scenes are skipped and are viewable in order for the Replay All. GL Crustlord12!(y)
 
Last edited:

Vega Cifer

Member
Oct 3, 2022
218
124
I personally just change variables in the game itself. Open the console with SHIFT + O and type in something like "store.ami_love = 100;" or "store.yumiknows = 0;" depending on what exactly you want to change.
For some reason when I press Shift + O nothing opens, is there another way to open it? Also what I'm trying to change is basically Haruka's bad kitty event to true. I chose gentleman at first, changed both Harukadate5 and harukalust10 to true, and did the same for makis since you miss it as a result. Buuut it keeps changing back. I somehow managed to fix the rin betrayal to stay fixed, dunno what to do for this though. What variable would you change to make Haruka's first lust event stay true? (As a result bad kitty and stuff)
 

crustlord12

Active Member
Jun 24, 2020
800
2,574
Just to add to this; the Scene gets cut off right as they are taking about Sensei's mother.
You don't have permission to view the spoiler content. Log in or register now.
Sel does this a lot through many Scenes spread out through all 3 chapters to hide certain reveals (probably continue to do so for the rest of the game) in order to force a replay of the game.... as I'm doing ATM.:rolleyes: And the Scenes are not all rolling out in order as I've changed quite a bit of variables to minimize any stats grinding to an absolute minimum.

There has to be a way to code the mod to Ignore "End Replay" line in script. Something like: "if next line = 'end replay' then move to Nth line. (where Nth = the next line right after end replay) Probably run as back ground Sub-routine check during each scene. Also don't envy of the daunting task of coding all variable flag changes at the right times so no scenes are skipped and are viewable in order for the Replay All. GL Crustlord12!(y)
Yeah, figuring that out will be on the to-do list for sure. Worst comes to worst, the mod will just move those lines around because it does have to overwrite some files. It's going to be a pain in the ass in any case but there's lots of time until the next release. I'll be counting on the community to argue about placement of character-scenes as well for continuity's sakes
 

crustlord12

Active Member
Jun 24, 2020
800
2,574
What's handy is that the wiki does contain info like this (as does the code but this is easier)

1674343640735.png
and
1674343655827.png
for Makoto's Aftermath event.

Just going to be tedious working through all of them
 
  • Like
Reactions: Wardtnaci

crustlord12

Active Member
Jun 24, 2020
800
2,574
I submitted the mod, I'm only up to 0.3.0 because ren'py was a bit of a bitch to figure out on the fly but I've figured it out for the most part.

https://f95zone.to/threads/lessons-in-love-replay-all-mod-v0-1-crustlord12.145519/

I'll continue to keep updating the events over the next few days, I would 100% appreciate any suggestions on event re-arranging (so long as it lines up with the actual game order).

It's also possibly buggy as fuck so please let me know if there are any bugs that you run into that are majorly breaking. I'm going to focus on getting all the events playing in order before tackling smaller things.

Edit: already a "bug" with the whole "end replay" in the middle of things business, so some minor transition scenes are already missing.
 
Last edited:

KnowNoHope

Well-Known Member
Apr 16, 2020
1,104
1,427
Find all the "End Replay" and we will find what sel doesn't want us to see :KEK:
take the first letter of each scene and try to make a sentence... if that don't work it's clearly an anagram :unsure:
what does it mean and why is Matthew so important to the plot
 

crustlord12

Active Member
Jun 24, 2020
800
2,574
Find all the "End Replay" and we will find what sel doesn't want us to see :KEK:
It's actually a bit frustrating, I will literally have to check every single scene in this game. The one I found was after that first dream with Ami, her waking you up the morning after isn't included as a replay, so it just skipped right to walking to school with her. Hard to know it's missing unless you comb over everything... pretty sure at least 0.1.0 is complete
 

jamyong

Member
Jun 9, 2022
228
326
It's actually a bit frustrating, I will literally have to check every single scene in this game. The one I found was after that first dream with Ami, her waking you up the morning after isn't included as a replay, so it just skipped right to walking to school with her. Hard to know it's missing unless you comb over everything... pretty sure at least 0.1.0 is complete
sheesh. god speed to you and everyone that's gonna work on this mod.
 

k1n5l4y3r

Active Member
Jun 20, 2018
683
1,236
Can't you just open the full script search all End Replay and delete all? or is every scene one different file?
 

crustlord12

Active Member
Jun 24, 2020
800
2,574
Can't you just open the full script search all End Replay and delete all? or is every scene one different file?
I want to avoid changing any base files as much as possible, don't want to accidentally fuck someone's game up and also will make future updates easier to incorporate (hopefully). I think the number of "end_replays" cutting off important info won't be that big either, but we'll have to see.
 
  • Red Heart
Reactions: dantarium

josemaloco

Newbie
Sep 26, 2020
23
47
It's actually a bit frustrating, I will literally have to check every single scene in this game. The one I found was after that first dream with Ami, her waking you up the morning after isn't included as a replay, so it just skipped right to walking to school with her. Hard to know it's missing unless you comb over everything... pretty sure at least 0.1.0 is complete
I count 896 instances of end_replay and I'm sure over >99% don't hide anything special so yeah.. wish you all the luck.
 

dantarium

Member
Jul 25, 2020
116
78
ok guys, i need some help

i just met Rin's mom, and during the scene, Rin lets out that Sensei is "well endowed". my question is, when did Rin find out about it?

Is it a "good Homie" only scene? because foir the life of me cant remember when that happen
 
4.10 star(s) 305 Votes