All Projects → Smertig → among-us-replay-mod

Smertig / among-us-replay-mod

Licence: MIT license
Replay mod for Among Us

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to among-us-replay-mod

among-us-replayer
Replayer for Among Us
Stars: ✭ 32 (-33.33%)
Mutual labels:  modding, replay, replayer, among-us
Among-Us-Love-Couple-Mod
Among Us Love Couple Mod
Stars: ✭ 45 (-6.25%)
Mutual labels:  mod, among-us, among-us-mods
LoS-Mod Files X
Mod Files for the Xbox 360 version of Sonic '06 mod; Legacy of Solaris.
Stars: ✭ 22 (-54.17%)
Mutual labels:  modding, mod
SMLHelper
A complete Subnautica and Subnautica: Below Zero modding library for the popular QModManager framework.
Stars: ✭ 36 (-25%)
Mutual labels:  modding, mod
MPPatch
Patch for Civilization V to allow modded multiplayer. Currently under development.
Stars: ✭ 31 (-35.42%)
Mutual labels:  modding, mod
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (-31.25%)
Mutual labels:  modding, mod
factorio-example-mod
Lightweight modular example mod with various features and compatibilities
Stars: ✭ 15 (-68.75%)
Mutual labels:  modding, mod
Thunderstore
Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.gg/UWpWhjZken
Stars: ✭ 45 (-6.25%)
Mutual labels:  modding, mod
ME3TweaksModManager
Mod Manager for Mass Effect Original Trilogy and Mass Effect Legendary Edition
Stars: ✭ 83 (+72.92%)
Mutual labels:  modding, mod
Linkermod
Enhancements for Black Ops' modtools
Stars: ✭ 63 (+31.25%)
Mutual labels:  modding, mod
Modio Unity
Unity Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 53 (+10.42%)
Mutual labels:  modding, mod
Qmodmanager
Config based patch management for Subnautica and Subnautica: Below Zero
Stars: ✭ 78 (+62.5%)
Mutual labels:  modding, mod
Anno1800 Mod Loader
The one and only mod loader for Anno 1800, supports loading of unpacked RDA files, XML merging and Python mods.
Stars: ✭ 161 (+235.42%)
Mutual labels:  modding, mod
Showoff-NVSE
An NVSE plugin that adds functions and some engine-level tweaks.
Stars: ✭ 32 (-33.33%)
Mutual labels:  modding, mod
Resource-Pack
The official repository for Faithful 32x for Minecraft: Dungeons
Stars: ✭ 16 (-66.67%)
Mutual labels:  modding, mod
XLShredLoader
A collection of mods for Skater XL that use the Unity Mod Manager (reworked from the XLShredMenu mod)
Stars: ✭ 33 (-31.25%)
Mutual labels:  modding, mod
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+35.42%)
Mutual labels:  modding, mod
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (+56.25%)
Mutual labels:  modding, mod
Tremor
Tremor mod, for tModLoader Terraria
Stars: ✭ 26 (-45.83%)
Mutual labels:  modding, mod
Nyan
Modding API with a typesafe hierarchical key-value database with inheritance and dynamic patching 😺
Stars: ✭ 141 (+193.75%)
Mutual labels:  modding, mod

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

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].