Skip to content

Smertig/among-us-replayer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
res
 
 
 
 
 
 
 
 
 
 
 
 
 
 

License: MIT Latest Release GitHub Actions

Among Us Replayer

This repository contains source code of Replayer for Among Us PC version. That's a tool for viewing *.aurp files that were captured by Replay Mod.

Usage

Recording game

Replaying game

  • Download among-us-replayer.zip from latest release page
  • Unpack it
  • Run among-us-replayer.exe

All the replays can be found at /Steam/steamapps/common/Among Us/replay folder.

Replay Demo

Youtube

How To Build

Requirements:

  • Windows
  • C++17 compiler (tested on MSVC 16.7.5)
  • CMake 3.17
  • Conan (C++ package manager)
## in repo directory

# 1. Create build dir
mkdir build && cd build

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

# 3. Build project
cmake --build . --config Release --target among-us-replayer

# 4. Success! Your replayer is at `bin/among-us-replayer.exe`

License

  • MIT