You are viewing a potentially older version of this package. View all versions.
Dinorush-BurstActionBuffer-1.0.0 icon

BurstActionBuffer

Stores actions attempted during bursts and performs them afterwards.

Date uploaded 2 weeks ago
Version 1.0.0
Download link Dinorush-BurstActionBuffer-1.0.0.zip
Downloads 47
Dependency string Dinorush-BurstActionBuffer-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.1 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.1

README

Stores actions attempting during bursts, performing them after the burst ends. Normally, these actions are ignored and you have to press the keybinds after the burst ends.

Supports the following actions:

  • Reloading
  • Swapping Weapons
  • Pushing

Has a maximum valid buffer time configurable via config to prevent queued actions being unavoidable on modded, long burst weapons.

CHANGELOG

v1.1.0

  • Added the ability to evade during a burst.
  • Fixed buffered actions occasionally failing to apply.

v1.0.0

  • Initial Release