- Requires running Among Us via Steam, version
2020.12.9
.- Other Steam versions could work, but version detection is not implemented. See
src/main/hook.ts
- The offsets for the itch.io versions have not yet been documented?
- Other Steam versions could work, but version detection is not implemented. See
- Uses my fork of
memoryjs
which implements just enough of the API for CrewLink.- Can't detect if the process quits. If Among Us restarts, restart CrewLink.
- Doesn't launch Among Us, so there's no parent process relationship;
ptrace
security gets in the way - Please report issues on this fork's issue tracker
wget "https://github.com/zbanks/CrewLink/releases/download/v1.2.1/CrewLink-1.2.1.AppImage"
chmod +x CrewLink-1.2.1.AppImage
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
./CrewLink-1.2.1.AppImage
Tested/developed on Ubuntu 16.04.6 LTS
git clone https://github.com/zbanks/CrewLink
cd CrewLink
yarn install
# Disable ptrace scope security, so we can read the process memory
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
# Launch CrewLink (Among Us should be already running)
yarn dev
Free, open, Among Us proximity voice chat.
Report Bug
·
Request Feature
·
INSTALLATION INSTRUCTIONS
DONATE TO THE PROJECT (all donations will be used for server costs or paying for college)
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. Spatial audio ensures that you can only hear people close to you.
Download the latest version from releases and run the CrewLink-Setup-X.X.X.exe
file. You may get antivirus warnings, because this program hooks into the Among Us process to read game data.
If you can, you should use a private server by deploying this repository.
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.
Server code is located at ottomated/CrewLink-server. Please use a local server for development purposes.
This is an example of how to list things you need to use the software and how to install them.
npm install yarn -g
- Clone the repo
git clone https://github.com/ottomated/CrewLink.git
cd CrewLink
- Install NPM packages
yarn install
- Run the project
yarn dev
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.