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.
among-us-replayer.zip
from latest release pageamong-us-replayer.exe
All the replays can be found at /Steam/steamapps/common/Among Us/replay
folder.
Requirements:
## 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`