You are viewing a potentially older version of this package. View all versions.
Niro-Dash-1.0.0 icon

Dash

A simple mod that lets you do a dash when double-tapping!

Date uploaded 2 years ago
Version 1.0.0
Download link Niro-Dash-1.0.0.zip
Downloads 245
Dependency string Niro-Dash-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Rune580-LethalCompany_InputUtils-0.7.4 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.4

README

A simple mod that lets you dash when double-tapping.

Configuration

     Option             |                           Description                                                     | Possible values                        | Default |

--------------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------- | ------- | StaminaCost | Stamina cost for one dash. | 0 - 1 | 0.15 | Cooldown | Cooldown in seconds. | 0 - 2 | 0.75 | Precision | Time in which a key of the double-tap has to follow to the previous one. Higher = Easier. | 0.1 (fast) - 0.5 (easy) | 0.2 | Power | The power of a dash. | 1 (very light) - 100 (yeet) | 15 | Speed | The duration / speed of the dash. | 0.1 - 1 | 0.4 |

Planned features

  • Controller support

Got more ideas?

Send me a message on discord

  • niro1996

CHANGELOG

1.1.1

  • Removed "Cooldown" config option limitation

1.1.0

  • Added UseDashKey config to use a single key for dashing. Rejoining the lobby is required after changing
  • Added DashKeyKeyboard & DashKeyGamepad. Requires a restart after being set

1.0.3

  • Fixed bug where settings werent loaded correctly

1.0.2

  • Added Enabled / SizeFrom / SizeTo config options

1.0.1

  • Updated github repo link

1.0.0

  • First version