You are viewing a potentially older version of this package.
View all versions.
KnifeFix
Improves Knife's hitbox and damage timings.
Date uploaded | 10 months ago |
Version | 1.1.0 |
Download link | Dinorush-KnifeFix-1.1.0.zip |
Downloads | 1209 |
Dependency string | Dinorush-KnifeFix-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
KnifeFix
Improves Knife's hitbox and damage timings by overriding some fields in its animation datablock. Uses a plugin to modify data blocks to be compatible with modded rundowns.
Specifically, the changes are:
- General: Makes the hitbox thinner and longer.
- Attack sphere: 0.25 -> 0.15
- Attack length: 1.75 -> 2.0
- Light Attack: Hits targets you look at directly sooner and shortens miss recovery time but lengthens hit recovery time.
- Direct hit time: 0.167s -> 0.1167s
- Miss combo time: 0.5s -> 0.4667s
- Hit combo time: 0.3s -> 0.333s
- Charge Attack: Hits targets you look at directly sooner and delays the hitbox slightly to prevent hitting walls but lengthens hit recovery time.
- Direct hit time: 0.167s -> 0.1s
- (Right) Damage start time: 0s -> 0.08s
- (Left) Damage start time: 0s -> 0.067s
- Hit combo time: 0.3s -> 0.333s
Patch Notes
v1.1.0
- Fixed attack length not being modified
v1.0.0
- Initial Release
CHANGELOG
v1.3.0
- Added partial compatibility with MeleeSwingCustomization. As long as MWC is used as a QoL plugin, it maintains compatibility. Specifically, compatibility breaks if knife attack speed is modified or MWC files are modified while the game is running.
v1.2.1
- Fixed a rare edge case where attack sphere/length could be increased/decreased more than intended.
v1.2.0
- Improved compatibility with MTFO hot reloads and partial data
v1.1.0
- Fixed attack length not being modified
v1.0.0
- Initial Release