Victor Launcher supportsDocumentation 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.
.vsk skin files that let you change the visual appearance of the in-game overlay. Skins are available in version 0.2.3 and newer. Installing one takes less than a minute: drop the file into your plugins folder and restart the game.
What skins customize
A.vsk skin file can change the following parts of the overlay:
- Header — the appearance of the top bar of the overlay panel.
- Button colors — normal, hover, and active (pressed) states for each button color variant: blue, purple, red, green, and slate.
- Primary color — the main accent color used throughout the overlay.
- Secondary color — the supporting accent color for secondary UI elements.
Installing a skin
Obtain a .vsk file
Download a
.vsk skin file from the community or start from the sample skin included in the Victor Launcher 0.2.3 release on GitHub.Place the file in BepInEx/plugins/
Copy the Victor Launcher scans this folder automatically on startup; no additional configuration is needed.
.vsk file into BepInEx/plugins/ — the same folder where AmongUsPlugin.dll lives. Do not place it in a subfolder.Restart Among Us
Close Among Us completely and relaunch it. BepInEx will load Victor Launcher, which picks up the
.vsk file during initialization.Victor Launcher reads only one skin file at a time. If multiple
.vsk files are present in BepInEx/plugins/, the behavior is undefined — one file may be picked arbitrarily, or neither may load correctly. Keep only one .vsk file in the folder at a time.Getting a sample skin
The official sample skin is bundled with the 0.2.3 release of Victor Launcher on GitHub. To find it:- Go to the Victor Launcher Releases page on GitHub.
- Open the v0.2.3 release (or any later release that includes a skin asset).
- Download the sample
.vskfile from the release assets.