Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
/ VRCMods Public archive

⚙️ New features & quality of life improvements for VRChat

License

Notifications You must be signed in to change notification settings

tetra-fox/VRCMods

Repository files navigation

Archival Notice

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.

Mod Directory

Preface

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.

Building Locally

  1. Ensure you have the latest .NET SDK 6
  2. Ensure you have run VRChat with MelonLoader installed at least once (to generate the needed assemblies)
  3. Install VRChatUtilityKit to path/to/VRChat/Mods
  4. Change the first VRChatPath property in Directory.build.props to the path of your VRChat installation.
  5. Build in your favorite IDE or run dotnet build in the repository's directory