2.33.6 • Published 3 years ago

bettercrewlink-rhdev v2.33.6

Weekly downloads
8
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

GPL-3.0 License Appveyor Build Donate

  • For issues with this fork you can message me on Discord (ThaGuus#2140) or reporting in GitHub and I will do my best to resolve it.

  • To get the most of BetterCrewLink use the voice server: https://bettercrewl.ink

Table of Contents

Extra features/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.
- You can actually disable the overlay.
- 32bit support, windows 7 support.
- You can change the volume of alive players after u 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 lagg 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 noise 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 version of Among Us (v2021.3.5)
- Support for custom colors (mods that add more colors)
- Support for mobile (BETA)

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

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.

Installation

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.

If you can, you should use a private server by deploying this repository.

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.

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

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

License

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