With the introduction of EasyAntiCheat in the Security Update, VRChat modding is no longer possible. No further work will be done with these mods and therefore, this repository has been archived.
Modification of the VRChat client is a violation of VRChat's Terms of Service, is not officially supported or endorsed by VRChat, and can result in an account ban. However, if using mods that enhance your user experience and do not harm the experience of others, it is generally safe to say that no bans will be issued, as generally, they are undetectable by other users.
The mods listed here (except AdBlocker) require VRChatUtilityKit. Please be sure to install it before using any of my mods! You can get it here.
- Ensure you have the latest .NET SDK 6
- Ensure you have run VRChat with MelonLoader installed at least once (to generate the needed assemblies)
- Install VRChatUtilityKit to
path/to/VRChat/Mods
- Change the first
VRChatPath
property inDirectory.build.props
to the path of your VRChat installation. - Build in your favorite IDE or run
dotnet build
in the repository's directory