From 1e8519869fae76d544e9a8ea4e3a82eafe1c3bfe Mon Sep 17 00:00:00 2001 From: galister <3123227-galister@users.noreply.gitlab.com> Date: Thu, 4 Apr 2024 03:53:06 +0000 Subject: [PATCH] feat: add VRCX --- content/docs/vrchat/vrcx.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/docs/vrchat/vrcx.md diff --git a/content/docs/vrchat/vrcx.md b/content/docs/vrchat/vrcx.md new file mode 100644 index 0000000..b533c17 --- /dev/null +++ b/content/docs/vrchat/vrcx.md @@ -0,0 +1,21 @@ +--- +weight: 800 +title: VRCX +--- + +# VRCX +- [VRCX GitHub Repository](https://github.com/vrcx-team/VRCX) + +VRCX is a tool for managing your VRChat friendships, as well as the + +# Installer Script + +[vrcx-linux-installer](https://github.com/galister/vrcx-linux-installer) is a convenience script that will install and configure VRCX for you. + +# Manual Installation + +- Grab the latest .zip from here: [VRCX Official Releases](https://github.com/vrcx-team/VRCX/releases) +- Use a new or existing Wine prefix of Wine 9.2 or later. Recommend using a non-proton Wine build. +- `winetricks corefonts` +- Symlink your `drive_c/users/steamuser/AppData/LocalLow/VRChat/VRChat` folder from the VRChat Wine prefix to the VRCX Wine prefix +- Run `VRCX.exe` via Wine. \ No newline at end of file