Replay Mod Forums

Bad Fly Control while slow Playing
    • User
    • 34 forum posts
    User3114
    #1

    Aug 28 15, 02:35 AM | Last edited: Aug 28 15, 03:33 AM

    Hello,
    When you play (important: not paused!) your replay in the Replay Viewer with a speed of 0.1 and move around, the fly behaviour is odd when you hit w, a, s or d for approximately a second.
    Regards,
    Mythenmetz


    • Developer
    • 818 forum posts
    User1
    #2

    Aug 29 15, 08:58 AM

    Yeah, this is a thing because slowing down Minecraft also slows down the frequency at which Minecraft checks for key inputs etc.


    • User
    • 34 forum posts
    User3114
    #3

    Aug 30 15, 05:48 PM | Last edited: Aug 30 15, 05:48 PM

    Hello,
    Oh, okay. So if implementing a custom key listener is to difficult, it is not that bad - Because flying around with 0.1 speed is nearly the same as pausing the replay :D
    Thanks for the great mod!
    Regards,
    Mythenmetz


    • Developer
    • 818 forum posts
    User1

    in response to User3114

    #4

    Aug 30 15, 08:42 PM


    Hello,
    Oh, okay. So if implementing a custom key listener is to difficult, it is not that bad - Because flying around with 0.1 speed is nearly the same as pausing the replay :D
    Thanks for the great mod!
    Regards,
    Mythenmetz

    It's not that implementing a custom key listener is difficult, the problem is that we'd have to disable all Minecraft input tracking and move the identical code to be executed more frequently.