Dinorush-KnifeFix icon

KnifeFix

Improves Knife's hitbox and damage timings.

Last updated 2 months ago
Total downloads 1849
Total rating 0 
Categories Client Mods
Dependency string Dinorush-KnifeFix-1.2.0
Dependants 3 other packages depend on this package

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

KnifeFix

Improves Knife's hitbox and damage timings by overriding some fields in its animations. Uses a plugin to modify values to be compatible with modded rundowns.

Specifically, the changes are:

  • General: Makes the hitbox thinner and the direct hit range longer.
    • Attack sphere: 0.25 -> 0.15
    • Attack length: 1.75 -> 2.0
  • Light Attack: Direct hits occur sooner and miss recovery time is shortened but hit recovery time is lengthened.
    • Direct hit time: 0.167s -> 0.1167s
    • Miss combo time: 0.5s -> 0.4667s
    • Hit combo time: 0.3s -> 0.333s
  • Charge Attack: Direct hits occur sooner and the hitbox is slightly delayed to prevent hitting walls but hit recovery time is lengthened.
    • 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.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