Skip to content

vb-03/BetterCrewLink

 
 

Repository files navigation


BetterCrewLink Logo
Logo made by SirBuvex

BetterCrewLink a CrewLink fork with extra features & better support

Free, open, Among Us proximity voice chat.
Report Bug · Request Feature · Installation Instructions

Donate to BetterCrewLink
(all donations will be used for the apple developer license and extra servers)
Donate to ottomated (official CrewLink)


GitHub Downloads GitHub Downloads Latest Release GitHub Latest Release GitHub Latest Release Date GPL-3.0 License GitHub Actions Build BetterCrewLink Voice Server Status BetterCrewLink Voice Server Uptime Support BetterCrewLink (PayPal) Support BetterCrewLink (Ko-fi) Discord Server GitHub Contributors Translations


Notes

  • This is an unofficial fork of CrewLink, for any problem, question, issue or suggestion you have with BetterCrewLink talk to us on our Discord, or GitHub or message me on Discord (ThaGuus#2140) do not report any problems to the official Discord or GitHub of CrewLink as they will not support you.

  • To get the most of BetterCrewLink use the Voice Server: https://bettercrewl.ink

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. Spatial audio ensures that you can only hear people close to you.

Extra features/bug fixes in this fork

- OBS Browsersource Overlay.
- Hear People in Vision Only.
- Walls Block Audio. 
- Volume Sliders.
- It doesn't break when someone leaves/disconnects.
- It works on any network even with UPnP disabled. (Strict NAT)
- More fun settings like hearing through cameras, impostor radio.
- You can actually disable the overlay.
- 32bit support, Windows 7 support.
- You can change the volume of alive players after you died.
- You can set BetterCrewLink to topmost.
- Settings actually sync between players and not half.
- CPU usage is lower than original CrewLink.
- You can actually press the mute key/deafen key while clicked on BetterCrewLink.
- Your mouse doesn't start to lag because of the buggy input hook.
- Changing the speaker setting does actually something unlike original CrewLink where it is always using the default output.
- Compatible with CrewLink 2.0 
- Microphone Echo Cancellation.
- Microphone Eoise Suppression.
- More overlay positions and you can set the overlay to the top/bottom and you can set it so it shows everyone even when they aren't talking.
- You can set the lobby up so only death people can talk. (normal lobbies but then with death talk)
- Support for new versions of Among Us. (v2021.3.31.3 and v2021.4.1)
- Support for Custom Colors. (mods that add more colors)
- Support for Linux.
- Support for Mobile.

If I missed something you can join in Discord server, or in GitHub or DM me on Discord (ThaGuus#2140) it so I can add it

Supported Plataforms

Plataform Supported
Steam
itch.io
Microsoft Store
Play Store
App Store
Beta

Installation

Windows

Download the latest version from releases and run the BetterCrewLink-Setup-X.X.X.exe file. You may get antivirus warnings, because this program hooks into the Among Us process to read game data.

GitHub Latest Release

Setup Video

Linux

To install & run it on Linux run the following commands:

wget "https://mirror.bettercrewl.ink/pc/latest/BetterCrewlink-Linux.AppImage"
chmod +x BetterCrewlink-Linux.AppImage
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
./BetterCrewlink-Linux.AppImage

The Linux version is thanks to the following contributors:

Android & Chromebook

Go to category Installation in BetterCrewlink-mobile to see how to install the Android/Chromebook version. (requires a PC player)

BetterCrewLink on Play Store

Play Store Latest Version

iOS & macOS

Go to category Installation in BetterCrewlink-mobile to see how to install the iOS/macOS version. (requires a PC player)

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.

Server code is located at OhMyGuus/BetterCrewLink-server. Please use a local server for development purposes.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

npm install yarn -g

Setup

  1. Clone the repo
git clone https://github.com/OhMyGuus/BetterCrewLink.git
cd BetterCrewLink
  1. Install NPM packages
yarn install
  1. Run the project
yarn dev

Contributing

Contributors

Any contributions you make are greatly appreciated.

Needed Git for Contributing.

  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.

Contributors

Translating

Crowdin

BetterCrewLink now officially supports other languages, that is, you can use BetterCrewLink without any problem of not understanding a part in English, but with that we need help with translations because nobody is born knowing everything languages.

Any translations you make are greatly appreciated.

There are two methods.

In Crowdin
  1. Go to Crowdin Page.
  2. Search for the name of your language you want to translate.
  3. Click on it and start translating.
In GitHub
  1. Fork the Project.
  2. Create your Translation Branch.
  3. Go to static -> locales -> en -> translation.json and Download this file.
  4. Open the translation.json with your text editor of preference.
  5. Edit the file but not edit this parts like: "gamehostonly", "inlobbyonly", just translate the text.
  6. Create a folder with the acronym of your language that you translated with translation.json inside the folder.
  7. Throw everything to your fork.
  8. Open a Pull Request.

Translators

A big thank you to all those people who translated and still translate this project to stay alive, thank you so much for being part of this BetterCrewLink community!


Credits & Resources

Donate

If you like the BetterCrewLink and want to help it to stay alive and with new features, bug fixes, support for other platforms, pay for servers, donate money for the project, of course if you want and can, this is an optional choice, we currently support PayPal and Ko-fi, choose the best donate option for you and click on the image below:

Support BetterCrewLink (PayPal) Support BetterCrewLink (Ko-fi)

Any donations you make are greatly appreciated.

Bugs & Suggestions

If you found any bugs, have an idea for a new feature, join our Discord server or make a issue in GitHub.

Questions

If you found any question, see the Wiki, but if the answer to your question is not on the Wiki, join our Discord and ask in #✋bettercrewlink-help, do not ask your question in GitHub Issues, we want to keep GitHub Issues a place to report bugs and suggestions, without any question.

Discord Server

License

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

About

Free, open, Among Us Proximity Chat

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.9%
  • CSS 2.1%