Installing Victor Launcher takes about two minutes. You drop a single DLL into your BepInEx plugins folder, launch the game, and press F7 to confirm everything is working. The steps below walk you through the full process, including what Victor Launcher creates automatically on its first run.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AteasVictor/Victor-Launcher/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, make sure you have:- Among Us installed via Steam or itch.io.
- BepInEx installed and working. If you have not set up BepInEx yet, follow the BepInEx installation guide before continuing. You can verify BepInEx is active by checking that a
BepInEx/folder exists inside your Among Us directory and that the game launches without errors.
Installation steps
Download the latest release
Go to the Victor Launcher GitHub releases page and download the latest release asset. The file is named
AmongUsPlugin.dll.Locate your Among Us folder
Find the root folder of your Among Us installation. If you installed through Steam, the default path is:You can also right-click Among Us in Steam, choose Manage → Browse local files, and Steam will open the folder for you.
Place the DLL in the plugins folder
Copy The full path on a typical Steam installation looks like:Do not place the file in any subfolder inside
AmongUsPlugin.dll into the following path inside your Among Us folder:plugins/ — it must sit directly in the plugins/ directory itself.Launch Among Us
Start Among Us normally. BepInEx will detect
AmongUsPlugin.dll and load Victor Launcher during startup. You do not need to do anything special at the launcher or title screen.Verify the overlay opens
Once you are in the game (the main menu is sufficient), press F7. The Victor Launcher overlay should appear in the center of the screen, showing the title “Victor Launcher” and stat chips for Installed and Ready To Install counts. Press F7 again to close it.If the overlay does not appear, see the Troubleshooting page.
What gets created on first run
The first time Victor Launcher loads, it automatically creates the following folders and files if they do not already exist:| Path | Purpose |
|---|---|
BepInEx/plugins-disabled/ | Holds mods you have disabled but not deleted |
BepInEx/mod-imports/ | Staging area for mods queued for installation |
BepInEx/victor-backups/ | Backup copies created before any destructive operation |
BepInEx/config/victor-launcher-state.json | Persists the launcher’s internal state between sessions |
Victor Launcher cannot disable or uninstall itself while Among Us is running. If you want to remove Victor Launcher, close the game first and then delete
AmongUsPlugin.dll from BepInEx/plugins/.