Skip to content

[BUGFIX] Invert input offset values - #8072

Open
zxcksharks wants to merge 2 commits into
FunkinCrew:preview/public-playtestfrom
zxcksharks:fix-offset-direction2
Open

[BUGFIX] Invert input offset values#8072
zxcksharks wants to merge 2 commits into
FunkinCrew:preview/public-playtestfrom
zxcksharks:fix-offset-direction2

Conversation

@zxcksharks

Copy link
Copy Markdown
Contributor

Note

Does not handle save migration i.e. flipping the offset for existing players. Players will need to re-calibrate if this is pulled without further changes.
(I wanted to try doing this initially, but there doesn't seem to be any existing functions for migrating save data...?)

Linked Issues

#7711
(Reopen of #7990 due to git issues)

Description

Offsets used to be inverted. Now they aren't. Cool?

Screenshots/Videos

N/A (Self-explanatory, lazy)

@github-actions github-actions Bot added status: pending triage Awaiting review. size: huge A huge pull request with more than 500 changes. labels Sep 2, 2026
@zxcksharks
zxcksharks changed the base branch from main to preview/public-playtest September 2, 2026 08:59
@github-actions github-actions Bot added pr: haxe PR modifies game code. pr: documentation PR modifies documentation or README files. pr: github PR modifies GitHub metadata files. labels Sep 2, 2026
@NotHyper-474 NotHyper-474 added type: minor bug Involves a minor bug or issue. size: small A small pull request with 10 or fewer changes. and removed pr: documentation PR modifies documentation or README files. pr: github PR modifies GitHub metadata files. size: huge A huge pull request with more than 500 changes. labels Sep 2, 2026
@@ -627,7 +627,7 @@ class OffsetMenu extends Page<OptionsState.OptionsMenuPageName>
var arrow:ArrowData = getClosestArrowAtBeat(b);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

i don't think you should be changing this file

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: small A small pull request with 10 or fewer changes. status: pending triage Awaiting review. type: minor bug Involves a minor bug or issue.

Development

Successfully merging this pull request may close these issues.

Bug Report: Offset values (positive and negative) are inverted in the lag adjustment and pause screen.

3 participants