Git Product home page Git Product logo

among-us-replay-mod's Introduction

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

among-us-replay-mod's People

Contributors

johannes7k75 avatar smertig 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.