JavaScript is required to use Bungie.net

Service Alert
Destiny 2 will be temporarily offline today for scheduled maintenance. Click here to view latest Destiny Server and Update Status.

Destiny 2

Discuss all things Destiny 2.
Edited by Shifty: 8/4/2025 7:26:24 PM
3

Sprint Issue

I’m making this post because I know I’m not the only one who’s noticed this — and I want to bring some attention to it. This isn’t the usual sprint bug where sprint cancels. This is when your sprint still works, but your Guardian is running slower than normal sprint speed, and it feels completely off — like you’re being weighed down for no reason. 🎮 What It Feels Like: - You press sprint, and your character does sprint… - But you're moving way slower than you should. - It feels like your Guardian is stuck in mud, or like your sprint speed is capped. - Happens randomly after sliding, dodging, weapon swaps, or even just respawning. - Can sometimes be fixed by jumping, emoting, or unscoping. 🧠 Bungie: Please fix this Your sprint system is bugged. Speed isn’t applying correctly. Check your state machine and sprint multipliers. Reapply full sprint speed if it's broken. Let us move at full speed again. That’s it.

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by Bore: 8/4/2025 7:31:25 PM
    [quote]I’m making this post because I know I’m not the only one who’s noticed this — and I want to bring some attention to it. This isn’t the usual sprint bug where sprint cancels. This is when your sprint still works, but your Guardian is running slower than normal sprint speed, and it feels completely off — like you’re being weighed down for no reason. 🎮 What It Feels Like: - You press sprint, and your character does sprint… - But you're moving way slower than you should. - It feels like your Guardian is stuck in mud, or like your sprint speed is capped. - Happens randomly after sliding, dodging, weapon swaps, or even just respawning. - Can sometimes be fixed by jumping, emoting, or unscoping. 🧠 Bungie: Please fix this Your sprint system is bugged. Speed isn’t applying correctly. Check your state machine and sprint multipliers. Reapply full sprint speed if it's broken. Let us move at full speed again. That’s it.[/quote] Why are you using AI to write forum posts lmao Also I saw the original version too [quote]Dear bungie... Enjoy the code to fix the void sprint issue... // Fix: Ensure Sprint State Resets Properly // Called every tick or on player input void UpdateMovementState(Player& player, Input& input) { if (player.isInAnimationState(SLIDE) || player.isInAnimationState(MELEE)) { // Defer sprint until animation ends player.queueSprint = input.isKeyPressed(SPRINT_KEY); return; } if (input.isKeyPressed(SPRINT_KEY) && player.canSprint()) { player.setMovementState(SPRINTING); } else if (player.queueSprint && player.animationStateFinished()) { // Re-enter sprint if it was queued and now possible player.setMovementState(SPRINTING); player.queueSprint = false; } else if (!input.isKeyPressed(SPRINT_KEY)) { player.setMovementState(WALKING); } } // Fix: Auto-reset movement flags on weapon swap / ADS void OnWeaponSwap(Player& player) { player.queueSprint = false; player.resetSprintCooldown(); }[/quote] Everyone hates the sprint bug. They’re fixing it in the next update. Just please don’t post AI generated forums posts about it.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    10 Replies
    • I get this crap at least twice a match in crucible. It's pissing me off.

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    • Also, it’s gradual. You don’t go from full speed to walk immediately. You suddenly lose full speed, and you start jogging for a few minutes. Then you go even slower and start moving at a snails pace. When you reach a snails pace. Your guns also fire more slowly. Wtf. Quite literally there has to be no appropriate testing if something like this gets shipped.

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    You are not allowed to view this content.
    ;
    preload icon
    preload icon
    preload icon