Crates.io | hooligan |
lib.rs | hooligan |
version | 1.0.0 |
source | src |
created_at | 2024-06-29 07:06:04.361725 |
updated_at | 2024-06-29 07:06:04.361725 |
description | Manages VRChat LocalPlayerModerations file |
homepage | https://github.com/zkxs/hooligan |
repository | https://github.com/zkxs/hooligan |
max_upload_size | |
id | 1287184 |
size | 65,762 |
Hooligan is a utility that resets manually shown avatars in VRChat before each play session.
<INSTALL_LOCATION>\hooligan.exe %command%
, where <INSTALL_LOCATION>
is where you saved hooligan.exe. For example, if you saved it to C:\Users\Tupper\Downloads\
then you should use
C:\Users\Tupper\Downloads\hooligan.exe %command%
as the Steam launch option.Hooligan will now automatically run as you start VRChat.
I personally use very aggressive performance rank settings to save my FPS, so find it annoying when I manually show someone's avatar and then a year later I run into them again in the least optimized avatar I've ever seen. Hooligan solves this problem by making all manually shown avatars temporary to a single play session.
It just edits your LocalPlayerModerations file to remove all shown avatar entries. This file has a .vrcset extension and contain data on players for whom you've manually shown or hidden their avatar.
When you pass %command%
the Steam launch options for a game, it does NOT run the game command. It instead executes the entire launch options as
a command, and the actual game launch command is substituted in where %command%
is.
So C:\hooligan.exe %command%
will become C:\hooligan.exe C:\Steam\steamapps\common\VRChat\launch.exe
, or in desktop mode C:\hooligan.exe C:\Steam\steamapps\common\VRChat\launch.exe --no-vr
After Hooligan cleans up your LocalPlayerModerations file it will take those launch options and run them to start VRChat.
Note that you can still use Hooligan without this process launching behavior simply by not passing any arguments to it.
VRChat Local Player Moderation Manager is too long, and this is used to unshow hooligans' avatars before they change into something with terrible performance while you're not playing. Also, I like the word "hooligan".
cargo install hooligan
cargo build --release
Copyright 2024
Hooligan is provided under the GPL-3.0 license.