VRCX
VRCX copied to clipboard
Friendship management tool for VRChat
VRCX
VRCX is an assistant application for VRChat that provides information about and managing friendship. This application uses the unofficial VRChat API (VRCSDK).
VRCX isn't endorsed by VRChat and doesn't reflect the views or opinions of VRChat or anyone officially involved in producing or managing VRChat. VRChat is trademark of VRChat Inc. VRChat © VRChat Inc.
pypy & Natsumi are not responsible for any problems caused by VRCX. Use at your own risk!
How to install VRCX
- Download latest release setup from here.
- Run
VRCX_Setup.exe
.
Is VRCX against VRChat ToS?
TL;DR: no.
VRChat's official stance on usage of the API, as listed in their Discord #faq channel.
Screenshots
Login
Feed
GameLog
UserInfo
World
Favorite
FriendsLog
Moderation
Notification
PlayerList
Settings
Join
NewInstance
Discord Rich Presence
VR Overlay
How to run VRCX on Linux
- Guide made by RinLovesYou
How to build VRCX from source
-
Get source code
- Download latest source code zip or clone repo with
git clone
.
- Download latest source code zip or clone repo with
-
Build .NET
- Install Visual Studio if it's not already installed.
- In Visual Studio "Open Project/Solution" and browse to the Solution file provided inside the downloaded source code.
- Set Configuration to
Release
and Platform tox64
- Restore NuGet packages.
- Build Solution.
-
Build Node.js
- Download and install Node.js.
- Run
build-node.js.cmd
. - Run
make-junction.cmd
.
-
Create release zip