Skip to content

v1.3.2 - Tactical Momentum

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:38
· 4 commits to main since this release
c7b4e3a

This update focuses on making AutoReload a bit more fluid, i.e. eliminating system crashes, fixing mechanical oversights in weapon cycling, and significantly accelerating the reload sequence.

Performance & Stability

  • Tactical Speed Profile: Shaved ~50% off all internal delay timers. Reloading now feels snappy and responsive.
  • Prediction Stability: Migrated all Robusta systems to a frame-synced update loop. This eliminates the "Collection modified" crashes previously experienced during high-latency or high-intensity movement.
  • Hand-Swap Safety: Implemented a new verification layer for hand interactions to prevent assertion failures and client crashes when swapping magazines.

Weapon Logic Improvements

  • Proper Racking Interaction: Completely overhauled the racking sequence. The system now uses "Use-In-Hand" logic to properly cycle the bolt on SMGs and Rifles, ensuring a round is always chambered and the bolt is closed.
  • Smart Cleanup: Enhanced the cleanup logic for one-handed weapons (Pistols/SMGs). The system now rigorously verifies it is in the "off-hand" before storing items, preventing the accidental storage of your primary weapon.
  • Ballistic Grace Period: Refined the detection for ammo-box and internal-magazine loading to reduce downtime between shells.