Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Changing song/input offsets no longer causes the game to go all weird #3546

Merged
merged 4 commits into from
Oct 3, 2024

Conversation

KoloInDaCrib
Copy link
Contributor

@KoloInDaCrib KoloInDaCrib commented Oct 3, 2024

Does this PR close any issues? If so, link them below.

3495

Briefly describe the issue(s) fixed.

Changes a bit of Conductor's code as well as a bit of code in PlayState to ensure that the math for offset calculation actually works and doesn't update the game on every beat, thus making the game unplayable with higher offset differences.

Include any relevant screenshots or videos.

2024-10-03.13-22-59.mp4

The video shows command prompt box as well as desired song offsets. Command prompt is shown because AbnormalPoof noticed that the bug is caused by a large amounts of updates to resync vocals, which is then traced.

@Cheemsandfriends Cheemsandfriends self-assigned this Oct 3, 2024
@Cheemsandfriends Cheemsandfriends added the status: pending triage Awaiting review. label Oct 3, 2024
never doing editing with github directly again
@Cheemsandfriends Cheemsandfriends added status: reviewing internally Under consideration and testing. and removed status: pending triage Awaiting review. labels Oct 3, 2024
@Cheemsandfriends Cheemsandfriends added status: accepted PR was approved for contribution. If it's not already merged, it may be merged on a private branch. and removed status: reviewing internally Under consideration and testing. labels Oct 3, 2024
@Cheemsandfriends Cheemsandfriends merged commit d82d2b8 into FunkinCrew:develop Oct 3, 2024
@EliteMasterEric EliteMasterEric added this to the 0.5.2 milestone Oct 12, 2024
@KoloInDaCrib KoloInDaCrib deleted the song-offset-fix branch November 30, 2024 12:54
@Hundrec Hundrec added type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression size: medium A medium pull request with 100 or fewer changes. labels Jan 22, 2025
@Hundrec Hundrec added the pr: haxe PR modifies game code. label Jan 22, 2025
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: medium A medium pull request with 100 or fewer changes. status: accepted PR was approved for contribution. If it's not already merged, it may be merged on a private branch. type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants