Smertig / among-us-replay-mod

Replay mod for Among Us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT Latest Release GitHub Actions

Among Us Replay Mod

This repository contains source code of Replay Mod for Among Us PC version. This mod allows you to record every played game round and automatically save it. All the recorded rounds can be later replayed using Among Us Replayer.

Game version Mod version
v2020.6.9s 0.6.0 - 0.6.5
v2020.9.22s 0.5.0 - 0.6.5
v2020.10.8i 0.6.0 - 0.6.5
v2020.10.22s 0.6.2 - 0.6.5
v2020.11.4s 0.6.3 - 0.6.5
v2020.11.17s 0.6.4 - 0.6.5
v2020.12.9s 0.6.5 - 0.6.5
v2021.3.5s 0.7.0
v2021.4.12s 0.7.1
v2022.3.29s 0.8.0 - 0.8.1
v2022.4.19e 0.8.1
v2022.6.21s ≥0.8.2
v2022.7.12s ≥0.9.0

Usage

Recording game

  • Download among-us-replay-mod.zip from latest release page
  • Unpack it
  • Run game
  • Run injector.exe

⚠️ You should run injector.exe on every game restart.

All the replays can be later found for Steam at /Steam/steamapps/common/Among Us/replay and
for Epic Games at /Epic Games/AmongUs/replay

Replaying game

Replay Demo

Youtube

Development

⚠️ This section is only for developers, you don't need all this stuff if you just want to use mod.

How To Build

Requirements:

  • Windows
  • C++20 compiler (tested on MSVC 16.7.5)
  • CMake 3.17
# 0. Clone repo *with submodules*
git clone --recursive https://github.com/Smertig/among-us-replay-mod
cd among-us-replay-mod

# 1. Create build directory
mkdir build
cd build

# 2. Configure CMake project
cmake .. -DCMAKE_BUILD_TYPE=Release -A Win32

# 3. Build project (both mod and injector)
cmake --build . --config Release

# 4. Check out build artifacts at 'among-us-replay-mod/build/Release' directory

License

  • MIT

References

About

Replay mod for Among Us

License:MIT License


Languages

Language:C++ 98.2%Language:CMake 1.8%