mlgYun / CustomKeyBinds

Among us mod which allows you to change keybinds from the game menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomKeyBinds

Among us mod that allow you to set custom keybinds for common actions through an ingame menu. (The mod must be launched even after changing the keybinds)

Demo video

Click ^

Technical stuff

This mod is using BepInEx for patching the game at runtime, it DOES NOT modify any game files.

  • Steam 2021.3.31.3s support ONLY (send me Itch obfuscated names if you want it)
  • Code with unobfuscated names is available in 2020.9.9s branch

Installation

  • Download the lastest release.
  • Extract the files into Among us game files (steam/steamapps/common/Among us)
  • This should look like this looklikethis
  • Run the game from steam

Installation side note

If you want to install BepInEx by yourself, please download latest IL2CPP_x86 bleeding edge build from here and then copy the plugin dll into Among us/BepInEx/plugins Then add the files downloaded from here to BepInEx/unhollowed/base

Build

  • Install and run the mod once (or BepInEx alone), on your game target version

  • Edit CustomKeyBinds.csproj ReferencePath to match BepInEx folder (unhollowed & core)

  • Build

  • Copy the dll from the output directory to Among us/BepInEx/plugins

  • /!\ If the version mismatch

Contributing

Unless it's obfuscation related, please commit your changes into v2020.9.9s Branch (which is unobfuscated code).

Licensing

CustomKeyBinds is licensed under the MIT License, Version 2.0. See LICENSE for the full License.

Third-party libraries:

Discord: Herysia#4293

About

Among us mod which allows you to change keybinds from the game menu

License:MIT License


Languages

Language:C# 100.0%