ItalyToast / Impostor

Impostor - An open source reimplementation of the Among Us Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Impostor

Impostor is one of the first Among Us private servers, written in C#.

The latest version supported is 2020.9.22, both desktop and mobile.

There are no special features at this moment, the goal is aiming to be as close as possible to the real server, for now. In a later stage, making modifications to game logic by modifying GameData packets can be looked at.

Discord server for Impostor

Features

All Among Us features are implemented. It is a full replacement for the official server.

  • Create game
  • Join game
  • Start game
  • Game listing
  • V1 GameCodes (AAAA)
  • V2 GameCodes (AAAAAA)
  • Kick player
  • Ban player
  • Server redirection
  • Multiple master servers

Installation

Client

If you just want to play on a server hosted by someone else, you need to follow these instructions.

  1. Find the latest release.
  2. Download Impostor-Client-win-x64.zip.
  3. Extract the zip.
  4. Run Impostor.Client.exe.
  5. Follow the instructions inside the application.

Client

Server

See the wiki for instructions on how to set it up.

Contributing

If you want to contribute to Impostor, make sure you work on and target the dev branch. That is where the latest changes will be.

License

This software is distributed under the GNU GPLv3 License.

Credits

About

Impostor - An open source reimplementation of the Among Us Server

License:GNU General Public License v3.0


Languages

Language:C# 99.2%Language:Dockerfile 0.8%