diff --git a/_oak_mods/SnappyMovement.md b/_oak_mods/SnappyMovement.md new file mode 100644 index 0000000..89004a0 --- /dev/null +++ b/_oak_mods/SnappyMovement.md @@ -0,0 +1,11 @@ +--- +pyproject_url: https://raw.githubusercontent.com/Last1SiN/SnappyMovement/refs/heads/main/pyproject.toml +--- + +SnappyMovement makes Borderlands 3 ground movement more responsive by reducing acceleration ramp-up time and stopping inertia without increasing the game's normal movement speed. It changes only the local player's MaxAcceleration and BrakingDecelerationWalking, while leaving MaxWalkSpeed, MaxSprintSpeed, and GroundFriction untouched. + +## Credits + +- **Development:** Sol / GPT-5.6 Sol +- **Design, testing & QA:** Last1SiN +- **BL3 PythonSDK / Oak Mod Manager:** created by [apple1417](https://github.com/apple1417), with contributions from the [BL-SDK](https://github.com/bl-sdk) project and contributors.