ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.15k stars 2.21k forks source link

QUANTIZE CHARTING BUG #9218

Closed bbpanzu closed 2 years ago

bbpanzu commented 2 years ago

Describe your bug here.

The quantization in the charting menu fucks up depending on your Note Offset settings. here's a fix for the ChartingState.hx. very important as i am a vortex editor main

    override function updateCurStep():Void 
    {

        var lastChange = Conductor.getBPMFromSeconds(Conductor.songPosition);

        var shit = ((Conductor.songPosition ) - lastChange.songTime) / lastChange.stepCrochet;
        curDecStep = lastChange.stepTime + shit;
        curStep = lastChange.stepTime + Math.floor(shit);
    }

Command Prompt/Terminal logs (if existing)

No response

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

i gave it a cute tophat :3

DabbinDude316B commented 2 years ago

BBPANZU BACK ON PSYCH ENGINE!!??

ShadowMario commented 2 years ago

Fixed on Kade's PR

bbpanzu commented 2 years ago

nah it's not i checked https://files.catbox.moe/co8gf1.mp4 here's me pressing down on vortex mode with my note offset at 250