Skip to content

[BUGFIX] Fix BF and GF blinking in Mod Menu - #7893

Open
immalloy wants to merge 2 commits into
FunkinCrew:preview/public-playtestfrom
immalloy:fix/7821-mod-menu-blink
Open

[BUGFIX] Fix BF and GF blinking in Mod Menu#7893
immalloy wants to merge 2 commits into
FunkinCrew:preview/public-playtestfrom
immalloy:fix/7821-mod-menu-blink

Conversation

@immalloy

@immalloy immalloy commented Aug 8, 2026

Copy link
Copy Markdown

Linked Issues

Closes #7821

Description

After the Mod Menu had been open for around 100 seconds, BF and GF would stop blinking. This happened because blinkTimer was reset to 0, while bfBlink and gfBlink kept their absolute value deadlines. Once those deadlines were past 100 seconds, the timer could no longer reach them.

This removes the timer reset so the timer and both blink deadlines stay on the same timeline. nothing else is affected.
I confirmed the old timer behavior and the new time behavior with the video below.

Screenshots/Videos

8mb.video-WTe-53UjORnx.mp4

note: yes.. i did a whole edit for this pr..

mod menu used to reset blinkTimer after 100 seconds, but left BF and GF deadlines unchanged which once reset the deadlines could no longer be reached and caused issue FunkinCrew#7821
@github-actions github-actions Bot added size: small A small pull request with 10 or fewer changes. status: pending triage Awaiting review. pr: haxe PR modifies game code. labels Aug 8, 2026
@NotHyper-474 NotHyper-474 added type: minor bug Involves a minor bug or issue. topic: mod menu Related to the operation of the Mod Menu and Quick Menu. labels Aug 8, 2026
@Hundrec Hundrec linked an issue Aug 8, 2026 that may be closed by this pull request
4 tasks
@Hundrec Hundrec added status: reviewing internally Under consideration and testing. and removed status: pending triage Awaiting review. labels Aug 8, 2026
@immalloy

immalloy commented Aug 8, 2026

Copy link
Copy Markdown
Author

stupid amount of dedication on the video 😭

@NotHyper-474 NotHyper-474 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the more logical way to fix it is to reset bfBlink and gfBlink along blinkTimer.

The current fix will make the interval between blinks increase without limit, and I think the intention of the removed code was precisely to limit this increase.

@Hundrec

Hundrec commented Aug 10, 2026

Copy link
Copy Markdown
Member

I agree with the above and would like for this PR to be adjusted accordingly

@Hundrec Hundrec added status: needs revision Cannot be approved because it is awaiting some work by the contributor. and removed status: reviewing internally Under consideration and testing. labels Aug 10, 2026
@github-actions github-actions Bot added size: tiny A tiny pull request with 4 or fewer changes. and removed size: small A small pull request with 10 or fewer changes. labels Aug 10, 2026
@NotHyper-474 NotHyper-474 added status: pending triage Awaiting review. and removed status: needs revision Cannot be approved because it is awaiting some work by the contributor. labels Aug 10, 2026
@immalloy

Copy link
Copy Markdown
Author

check! i reimplemented the originaal fix i did which is what hundrenc and hyper requested!

@Hundrec
Hundrec self-requested a review August 11, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: tiny A tiny pull request with 4 or fewer changes. status: pending triage Awaiting review. topic: mod menu Related to the operation of the Mod Menu and Quick Menu. type: minor bug Involves a minor bug or issue.

Development

Successfully merging this pull request may close these issues.

Bug Report: BF & GF blinking anims in Mod Menu stop working after a while

4 participants