Arma 3
Adjustable Walk Speed - Rework
Showing 1-7 of 7 entries
Update: 9 Oct, 2024 @ 5:30am

1.0.6 Release

Fixed:
  • IGUI not updating / showing the currently set speed. (FINALLY, due to the Bohemia releasing the new version this finally works as intended, thanks for the patience. 💖)

Update: 13 Aug, 2024 @ 12:10pm

1.0.5 Release

Fixed:
  • Added 2 missing pistol animations in tactical

Update: 13 Jun, 2024 @ 8:17am

1.0.4 Release (skipped 1.0.3)

Fixed:
  • Fixed a typo that caused the execution of the animation speed to only be shown on the local machine. (It should be synced to everyone now)

Update: 7 May, 2024 @ 10:04am

1.0.2 Release

Fixed:
  • Partly fixed a issue that caused the custom IGUI not being able to show the updated speed value. (Due to this being a bug from Arma that is fixed in the "profiling" & "development" build (and next update) I advice using one of those launchers)
  • Fixed a error code popup from CBA
Cleanup:
  • Removed unused code in the "postInit.sqf" file.

Update: 30 Apr, 2024 @ 12:10pm

1.0.1 Release

Fixed:
  • Fixed a spell issue that caused a option name to be displayed wrong.

Update: 30 Apr, 2024 @ 10:56am

1.0.0 Release

Added:
  • Option to include non raised weapon animations via a button.
    Note: if you don't 2x C then the animation is counted as a "running" animation, meaning that it will not be included in tactical or walking.

  • Function to set the default animation speed.
    Function: [OBJECT, SPEED, TIME] call awsr_core_fnc_setDefaultSpeed;
    Example: [player, 1.2, 60] call awsr_core_fnc_setDefaultSpeed;

Update: 29 Apr, 2024 @ 3:35am

0.9.9 Release

Added:
  • Walk animation group speed (raised weapon only)

  • Tactical animation group speed (raised weapon only)

  • Custom animation group speed (be default empty)

  • Saves & reapplies the set speed for the animation

  • Ace compatible (auto resets your speed to default when you are exaused)

  • Works as client-side only (server can override this)

  • CBA keybinds (keybinds for animation groups & more)

  • CBA options (functionality things like min / max speed)

  • CBA GUI options (settings for speed change display)

  • Custom IGUI (can be resized in the layout tab from Arma)