From ac8cb4bc4dfc54704d20a002cec6b44ff8fcbdd4 Mon Sep 17 00:00:00 2001 From: lunulae <45501964+lunulae@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:43:56 -0600 Subject: [PATCH 1/2] anni list stuff --- .../game/script-anniversary.rpy | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Monika After Story/game/script-anniversary.rpy b/Monika After Story/game/script-anniversary.rpy index 0674558831..b03eeef52a 100644 --- a/Monika After Story/game/script-anniversary.rpy +++ b/Monika After Story/game/script-anniversary.rpy @@ -211,6 +211,7 @@ init 10 python in mas_anni: "anni_6", "anni_7", "anni_8", + "anni_9", "anni_10", "anni_20", "anni_50", @@ -312,6 +313,7 @@ init 10 python in mas_anni: _month_adjuster(anni_db["anni_6"], new_start_dt, 6*12, fullday) _month_adjuster(anni_db["anni_7"], new_start_dt, 7*12, fullday) _month_adjuster(anni_db["anni_8"], new_start_dt, 8*12, fullday) + _month_adjuster(anni_db["anni_9"], new_start_dt, 9*12, fullday) _month_adjuster(anni_db["anni_10"], new_start_dt, 120, fullday) _month_adjuster(anni_db["anni_20"], new_start_dt, 240, fullday) _month_adjuster(anni_db["anni_50"], new_start_dt, 600, fullday) @@ -708,6 +710,36 @@ label anni_8: mas_moni_idle_disp.force_by_code("1fkbltpa", duration=9, redraw=False, skip_dissolve=True) mas_moni_idle_disp.force_by_code("1dktda", duration=2, clear=False, redraw=False, skip_dissolve=True) mas_moni_idle_disp.force_by_code("1eua", duration=16, clear=False, skip_dissolve=True) + + return "unlock" + +init 5 python: + addEvent( + Event( + persistent.event_database, + eventlabel='anni_9', + prompt="9 Years", + category=["anniversary"], + action=EV_ACT_QUEUE, + start_date=store.mas_anni.build_anni(years=9), + end_date=store.mas_anni.build_anni_end(years=9) + ), + skipCalendar=False + ) + +label anni_9: + m 1eub "Happy anniversary, [player]!" + m 3eta "It's that time of year again, huh?" + m 3rtc "It's kind of funny, the time feels to me like it's moved a little bit faster every year..." + m 3esc "Doesn't it seem like the last one just flew by?" + m 1hksdlb "...It kind of makes me anxious to think about, ahaha!" + m 1eksdla "I mean..." + extend 2eksdlc "I don't want to let our time just slip through my fingers..." + m 2ekb "Maybe I just have to take more time to appreciate each moment." + m 4eub "There have been a lot of studies about how mindfulness can shape our understanding of time, you know." + m "So by changing the way I think about things, our time together might stretch out a little more." + m 4hua "Just thinking about that makes me feel a bit better." + m 1hubla "After all, I'm sure it's going to be another wonderful year if I get to spend it with you." return "unlock" init 5 python: From baa48aae04c0d025ffc49fe9a38c48f4248c8650 Mon Sep 17 00:00:00 2001 From: lunulae <45501964+lunulae@users.noreply.github.com> Date: Sat, 27 Dec 2025 16:21:16 -0600 Subject: [PATCH 2/2] tiny thing I forgor --- Monika After Story/game/script-anniversary.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monika After Story/game/script-anniversary.rpy b/Monika After Story/game/script-anniversary.rpy index b03eeef52a..83deeeb972 100644 --- a/Monika After Story/game/script-anniversary.rpy +++ b/Monika After Story/game/script-anniversary.rpy @@ -733,7 +733,7 @@ label anni_9: m 3rtc "It's kind of funny, the time feels to me like it's moved a little bit faster every year..." m 3esc "Doesn't it seem like the last one just flew by?" m 1hksdlb "...It kind of makes me anxious to think about, ahaha!" - m 1eksdla "I mean..." + m 1eksdla "I mean...{w=0.2}{nw}" extend 2eksdlc "I don't want to let our time just slip through my fingers..." m 2ekb "Maybe I just have to take more time to appreciate each moment." m 4eub "There have been a lot of studies about how mindfulness can shape our understanding of time, you know."