Skip to main content

Settings

Hitbox Fixer is configured through addons/hitboxfixer/hbf.cfg, which sits next to the plugin binary. It holds a single cvar.

Cvar

CvarDefaultDescription
hbf_enabled1Enables the hitbox correction. Set to 0 to turn the plugin off without unloading it from Metamod.

The shipped default config is one line:

hbf_enabled "1"
note

Turning hbf_enabled off restores the engine's original (broken) hitbox behavior. The switch exists mainly so you can A/B the difference on a live server when investigating hit registration complaints — there's no reason to leave it at 0 in normal operation.