All Projects → Smertig → among-us-replayer

Smertig / among-us-replayer

Licence: MIT license
Replayer for Among Us

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to among-us-replayer

among-us-replay-mod
Replay mod for Among Us
Stars: ✭ 48 (+50%)
Mutual labels:  modding, replay, replayer, among-us
AmongUsTryhard
Among us mod that fixes some game breaking bugs when tryharding among us. As well as some useful settings
Stars: ✭ 18 (-43.75%)
Mutual labels:  among-us, amongus
Among-Us-Dumpy-Gif-Maker
A tool to make dumpy among us GIFS
Stars: ✭ 537 (+1578.13%)
Mutual labels:  among-us, amongus
nodepolus2
NodePolus is a JavaScript library containing multiple implementations of the Among Us network protocol.
Stars: ✭ 295 (+821.88%)
Mutual labels:  among-us, amongus
Among-Us-Love-Couple-Mod
Among Us Love Couple Mod
Stars: ✭ 45 (+40.63%)
Mutual labels:  among-us, amongus
Crewlink
Free, open, Among Us Proximity Chat
Stars: ✭ 3,213 (+9940.63%)
Mutual labels:  among-us, amongus
CrowdedSheriff
BepInEx mod adding custom Sheriff role in the "Among Us" game
Stars: ✭ 15 (-53.12%)
Mutual labels:  among-us, amongus
amongus-protocol
An implementation of the Among Us protocol in typescript.
Stars: ✭ 56 (+75%)
Mutual labels:  among-us, amongus
CheepsAmongUsMods
This repo will contain modifications for the game Among Us using BepInEx
Stars: ✭ 42 (+31.25%)
Mutual labels:  among-us, amongus
Blender2NieR
Import/Export WMB/WTP/WTA/DAT/DTT/LAY/COL files for NieR:Automata
Stars: ✭ 115 (+259.38%)
Mutual labels:  modding
vanilla-hammers
Introduces 3x3 mining tools for fast digging! Available on 1.14, 1.15, 1.16, and 1.17.
Stars: ✭ 22 (-31.25%)
Mutual labels:  modding
FortniteReplayDecompressor
Read Fortnite replay files
Stars: ✭ 68 (+112.5%)
Mutual labels:  replay
ThunderKit
Mod Project Development Environment for Unity and Unity Games
Stars: ✭ 64 (+100%)
Mutual labels:  modding
ME3TweaksModManager
Mod Manager for Mass Effect Original Trilogy and Mass Effect Legendary Edition
Stars: ✭ 83 (+159.38%)
Mutual labels:  modding
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (+134.38%)
Mutual labels:  modding
MGSV-QAR-Dictionary-Project
A community project to name every file used in Fox Engine game archives.
Stars: ✭ 31 (-3.12%)
Mutual labels:  modding
GzsTool
Fox Engine/MGSV/MGS dat, fpk, fpkd, pftxs and sbp unpacker/repacker
Stars: ✭ 58 (+81.25%)
Mutual labels:  modding
replaykit.py
Python SDK for using Appetizer replaykit
Stars: ✭ 18 (-43.75%)
Mutual labels:  replay
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+103.13%)
Mutual labels:  modding
N-Gage stuff
Some N-Gage stuff for translation and modding
Stars: ✭ 21 (-34.37%)
Mutual labels:  modding

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].