Releases: boxden/AlwaysRun
Releases · boxden/AlwaysRun
v3.1
v3.0
What's Changed
- Always Run has been moved from the "Server" section to the "User" section
- Removed all global variables to prevent conflicts with other addons
- Automatically detects run (
+speed) and walk (+walk) key bindings, even if they were reassigned - Added per-gamemode profiles (each gamemode now has its own config; e.g. DarkRP and Sandbox use separate settings)
- Added the ability to bind a key to toggle auto-run (default key:
CAPSLOCK) - Added a "Custom Toggle Key" checkbox (disabled by default)
- Prevents assigning keys that are already in use
- Added a toggle sound for auto-run
- Added a "Disable Toggle Sound" checkbox (enabled by default)
- Settings file (
always_run_settings) now uses theweb_prefix (web_always_run_settings) - Updated descriptions for all functions
- Added a link to the GitHub repository
Full Changelog: v2.0.0...v3.0
v2.0.0
v2.0.0 - Release (12 May 2025)
- Added the ability to toggle Always Run via a checkbox in the
Utilities -> Servermenu. - Implemented persistent settings using a file (
always_run_settings.txt) to save the player's preference between sessions. - Added support for temporarily walking by holding
ALTorSHIFTwhile Always Run is enabled. - Integrated localization support for the following languages:
- English
- Russian
- French
- German
- Spanish
- Chinese (Simplified and Traditional)
- Korean
- Japanese
- Polish
- Portuguese
- Turkish
- Danish
- Dutch
- Norwegian
- Finnish
- Swedish
- Czech
- Hungarian
- Italian
- Ukrainian
- Thai
- Ensured compatibility with Garry's Mod's settings menu.
- Optimized the code for readability and maintainability.