OhMyGuus / BetterCrewlink-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Downloads GPL-3.0 License Support BetterCrewLink Support BetterCrewLink Discord Server Contributors


Logo

BetterCrewLink Mobile is here!

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 (offical crewlink)


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 project 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 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.

Installation

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 have a PC and want to download the PC version of BetterCrewLink (without being the Bluestacks) go to category Windows.

Setup Instructions

Android

  • Open the app.
  • Ensure there is one person in the lobby with "Mobile Host" enabled on their PC (they must use BetterCrewLink).
  • 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!

iOS

An iOS version is still being developed and will be released soon, but you can use in the meantime the web 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 -g @ionic/cli

Setup

  1. Clone the repo
git clone https://github.com/OhMyGuus/BetterCrewlink-mobile.git
cd BetterCrewlink-mobile
  1. Install packages and sync
npm install 
ionic capacitor sync
  1. Run the project
ionic serve

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

Contributors

Contributors

A big thank you to all those people who contributed and still contribute to this project to stay alive, thank you for being part of this BetterCrewLink community!

License

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

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 53.7%Language:Java 21.9%Language:SCSS 12.1%Language:HTML 10.7%Language:JavaScript 1.5%