Code Monkey home page Code Monkey logo

crewlink's Introduction

CrewLink for Linux

  • Requires running Among Us via Steam, version 2020.12.9.
    • Other Steam versions could work, but version detection is not implemented. See src/main/hook.ts
    • The offsets for the itch.io versions have not yet been documented?
  • Uses my fork of memoryjs which implements just enough of the API for CrewLink.
    • Can't detect if the process quits. If Among Us restarts, restart CrewLink.
  • Doesn't launch Among Us, so there's no parent process relationship; ptrace security gets in the way

Running

wget "https://github.com/zbanks/CrewLink/releases/download/v1.1.6-linux/CrewLink-1.1.6.AppImage"
chmod +x CrewLink-1.1.6.AppImage

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
./CrewLink-1.1.6.AppImage

Notes

Tested/developed on Ubuntu 16.04.6 LTS

Building from source

git clone https://github.com/zbanks/CrewLink
cd CrewLink
yarn install 
cp -r iohook/electron-v80-linux-x64 node_modules/iohook/builds

# Disable ptrace scope security, so we can read the process memory
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope

# Launch CrewLink (Among Us should be already running)
yarn dev


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. Copy iohook binaries
mkdir -p node_modules\iohook\builds\electron-v80-win32-x64\build\Release\
cp iohook\iohook.node node_modules\iohook\builds\electron-v80-win32-x64\build\Release\
cp iohook\uiohook.dll node_modules\iohook\builds\electron-v80-win32-x64\build\Release\
  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.

crewlink's People

Contributors

bleachc avatar getsalty avatar jmahlers avatar kindarconrath avatar kyleawayan avatar marshallofsound avatar micwoj92 avatar neil-lobo avatar oiyouyeahyou avatar orendain avatar ottomated avatar sjoerd108 avatar vladdesv avatar vrnagy avatar zbanks avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.