


Grants players speedrunning-tech speeds without performing the techniques by hand.
While you have the dash ability and the Hunter's Crest equipped, sprinting on the ground accelerates you toward dive-dash top speed. Switching to another crest returns sprinting to normal speed.
Before you have the dash ability, running on the ground grants the speed of the neutral-pogo technique. The boost applies only while grounded; in the air you move at normal speed (including normal aerial pogo speed).
The two effects are mutually exclusive: Neutral Pogo Speed applies before dash; dive-dash speed applies after.
The in-game mod menu (and BepInEx/config/fireb0rn.AccessibilityMod.cfg) exposes a single master toggle for the whole mod:
| Section | Key | Default | Meaning |
|---|---|---|---|
General |
Enabled |
true |
Master toggle. Turns the entire mod on or off. |
Per-feature tuning lives in settings.json, generated next to the mod DLL (e.g. BepInEx/plugins/AccessibilityMod/settings.json) on first launch. Edit it with a text editor: changes take effect on the next game launch.
| Setting | Default | Meaning |
|---|---|---|
diveDash.enabled |
true |
Turn the dive-dash speed effect on or off. |
diveDash.speedBoost |
0.23 |
Run speed added per physics step while sprinting. |
neutralPogo.enabled |
true |
Turn the neutral-pogo speed effect on or off. |
neutralPogo.speedBoost |
0.25 |
% multiplier added to ground run speed. |
AccessibilityMod.dll into BepInEx/plugins/.If you have any glitch reports, feature requests, accessibility concerns, or anything else you want to report: use this form.
PolyForm Noncommercial License 1.0.0. Free to use, modify, and share for noncommercial purposes; selling and sublicensing are not permitted. LICENSE information is included in the package.