All Projects → ottomated → Crewlink

ottomated / Crewlink

Licence: gpl-3.0
Free, open, Among Us Proximity Chat

Programming Languages

typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to Crewlink

CrowdedSheriff
BepInEx mod adding custom Sheriff role in the "Among Us" game
Stars: ✭ 15 (-99.53%)
Mutual labels:  among-us, amongus
AmongUsTryhard
Among us mod that fixes some game breaking bugs when tryharding among us. As well as some useful settings
Stars: ✭ 18 (-99.44%)
Mutual labels:  among-us, amongus
among-us-replayer
Replayer for Among Us
Stars: ✭ 32 (-99%)
Mutual labels:  among-us, amongus
nodepolus2
NodePolus is a JavaScript library containing multiple implementations of the Among Us network protocol.
Stars: ✭ 295 (-90.82%)
Mutual labels:  among-us, amongus
CheepsAmongUsMods
This repo will contain modifications for the game Among Us using BepInEx
Stars: ✭ 42 (-98.69%)
Mutual labels:  among-us, amongus
Among-Us-Dumpy-Gif-Maker
A tool to make dumpy among us GIFS
Stars: ✭ 537 (-83.29%)
Mutual labels:  among-us, amongus
amongus-protocol
An implementation of the Among Us protocol in typescript.
Stars: ✭ 56 (-98.26%)
Mutual labels:  among-us, amongus
Among-Us-Love-Couple-Mod
Among Us Love Couple Mod
Stars: ✭ 45 (-98.6%)
Mutual labels:  among-us, amongus
CustomServersClient
In-game client for custom servers for Among Us
Stars: ✭ 77 (-97.6%)
Mutual labels:  among-us
Among-Us-Director
Set of tools and a Discord bot to help you control people talking during Among Us games.
Stars: ✭ 21 (-99.35%)
Mutual labels:  among-us
ModManager
Among Us Mod Manager
Stars: ✭ 44 (-98.63%)
Mutual labels:  amongus
impostorCord
A discord bot plugin for Impostor
Stars: ✭ 18 (-99.44%)
Mutual labels:  among-us
AllOfUsBot
A simple plugin that lets you change the map, your color, name, and if you're using the All of Us Mod or Crowded Mod, player limit and impostor limit
Stars: ✭ 26 (-99.19%)
Mutual labels:  among-us
among-us-replay-mod
Replay mod for Among Us
Stars: ✭ 48 (-98.51%)
Mutual labels:  among-us
Impostor
Impostor - An open source reimplementation of the Among Us Server
Stars: ✭ 2,060 (-35.89%)
Mutual labels:  among-us

GPL-3.0 License Appveyor Build


Logo

CrewLink

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)

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.

Installation

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.

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 ottomated/CrewLink-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/ottomated/CrewLink.git
cd CrewLink
  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].