Free, open, Among Us proximity voice chat.
Report Bug
·
Request Feature
DONATE TO BETTERCREWLINK
(all donations will be used for the apple developer license and extra servers)
Donate to ottomated (offical crewlink)
Notes:
- For issues with this fork u can message me on discord (ThaGuus#2140) and I will do my best to resolve it.
- To get the most of BetterCrewLink use the voice server
http://bettercrewl.ink:6523
This project implements proximity voice chat for mobile users in Among Us. As long as there is a PC user with 'Mobile Host' enabled in your lobby, you will be able to hear people near you.
Download the latest version from releases and run the Bettercrewlink-v-X-X-X-a.apk
file on your phone. You may have to allow chrome to install apps on your phone.
You can also use the web version in your browser here.
If you can, you should use a private server by deploying this repository.
- Open the app
- Ensure there is one person in the lobby with "Mobile Host" enabled on their pc (they must use Better Crew Link)
- Fill in the required information (make sure you have a unique name in your lobby)
- Hit the connect button
- If you are waiting on the connecting screen for a while you may want to check that all the information is correct and the is a pc user with 'Mobile Host' enabled in the lobby
- All done!
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.
This is an example of how to list things you need to use the software and how to install them.
- node.js
- Ionic
npm install -g @ionic/cli
- Cordova
npm install -g ionic cordova
- Clone the repo
git clone https://github.com/OhMyGuus/better-crewlink-mobile.git
cd better-crewlink-mobile
- Install Ionic packages
npm install @ionic/angular@latest --save
ionic cordova plugin add cordova-plugin-appcenter-analytics
npm install @ionic-native/app-center-analytics
- Run the project
ionic serve
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