Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisbison authored Mar 1, 2021
1 parent 7bc60fa commit 4a02f38
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Binary file added NightVisionCamera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Night Vision Camera
A BepInEx mod that switches the surveillance cameras to night vision when the lights are out in Among Us.

![nightvisioncamera infographic](./NightVisionCamera.png)

# What does the mod add?

When the lights are off in Among Us, all surveillance cameras will switch to night vision.
In the night vision camera all players and dead bodies look the same.

# Dependency

Install [vc_redist](https://aka.ms/vs/16/release/vc_redist.x86.exe)


# Installation

1) Download the latest release from the [releases](https://github.com/Eisbison/AmongUsNightVisionCamera/releases) tab.
2) Drag the files from the zip into your Among Us game folder
3) Run the game

If you're already using other BepInEx mods, just add the files NightVisionCamera-2020.12.9s.dll and Essentials-2020.12.9s.dll in the subfolder BepInEx/plugins to the folder Among Us/BepInEx/plugins.

# Resources
https://github.com/NuclearPowered/Reactor The framework the mod uses.
https://github.com/BepInEx For hooking game functions.
https://github.com/DorCoMaNdO/Reactor-Essentials For creating custom game options easily.

0 comments on commit 4a02f38

Please sign in to comment.