Skip to content

DispatchCommit/DispatchLink

 
 

Repository files navigation

GPL-3.0 License Appveyor Build

Logo

DispatchLink - Among Us Proximity Chat

A custom fork of CrewLink
More settings - Vision matches hearing range - Improved UI

A Free to use, open source, Among Us proximity mod voice chat. .
Report Bug · Request Feature · INSTALLATION INSTRUCTIONS

Table of Contents

About The Project

This project implements proximity voice chat in Among Us. Everyone in an Among Us lobby with this program running will be able to communicate over voice in-game, with no third-party programs required. 3D Spatial audio ensures that you can only hear people close to you.

Installation

Download the latest version from releases and run the DispatchLink-Setup-X.X.X.exe file.

⚠ NOTICE ⚠

You may get antivirus warnings, because this program hooks into the Among Us process to read game data.

Setup Instructions (click)

Setup Video

Development

You only need to follow the below instructions if you are trying to modify this software. Otherwise, please download the latest version from the github releases.

Prerequisites

You must have Python, Node.js, and Yarn installed

npm install yarn -g

Setup

  1. Clone the repo
git clone https://github.com/DispatchCommit/dispatchlink.git
cd CrewLink
  1. Install NPM packages with yarn
yarn install
  1. Copy iohook binaries
mkdir -p node_modules\iohook\builds\electron-v80-win32-x64\build\Release\
cp iohook\iohook.node node_modules\iohook\builds\electron-v80-win32-x64\build\Release\
cp iohook\uiohook.dll node_modules\iohook\builds\electron-v80-win32-x64\build\Release\
  1. Run the project
yarn dev
  1. (optionally) Build & publish the project
yarn publish

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Voice Server Development

Please use a local server for development purposes. Server code is located at ottomated/CrewLink-server.
If you can, you should use a private server by deploying this repository.

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

About

Free, open, Among Us Proximity Chat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.8%
  • CSS 6.2%