You are viewing a potentially older version of this package.
View all versions.
BurstActionBuffer
Stores actions attempted during bursts and performs them afterwards.
| Date uploaded | a month ago |
| Version | 1.1.0 |
| Download link | Dinorush-BurstActionBuffer-1.1.0.zip |
| Downloads | 313 |
| Dependency string | Dinorush-BurstActionBuffer-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_GTFO
BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.
Preferred version: 3.2.1README
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.
Additionally, allows the player to perform evades during bursts like other weapons.
Supports storing 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.1
- Actually applied v1.1.0 changes (uploaded the wrong dll version, oops).
v1.1.0
- Added the ability to evade during a burst.
- Fixed buffered actions occasionally failing to apply.
v1.0.0
- Initial Release