/VRCX

manage your friendship of VRChat

Primary LanguageC#MIT LicenseMIT

VRCX PyPyDance Companion

**Zuwaii : Added blacklist option to avoid double join-in spam, this will just block that user being in the feed.
This fork is outdated, used as a reference atm. (it still work but certain functions is not working)

image VRCX_BbEHwUC7Hb
image

Zuwaii: Add SQL feed & Gamelog Output to SQL.

When toggled enabled, it will write to a SQLite file in ./log.db on runtime.

image

Use any SQLite db browser to read it back.

image

Requires --enable-sdk-log-levels VRChat launch parameter for logging of user requesting video.

PyPyDance Discord rich presence:

image

In order to use this you need to disable VRChat's built in RPC this can be done wtih { "disableRichPresence": true } inside of %AppData%\..\LocalLow\VRChat\vrchat\config.json

Extra features:

image

Now playing information:

image

Video progress overlay:

image

Comes with nircmd for automatically adjusting Windows volume mixer to normalize volume of videos.

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 is not responsible for any problems caused by VRCX. Use at your own risk!

vrchat api

VRChat's official stance on usage of the API, as listed in their Discord #faq channel.

Special comments about VRChatRPC.DLL

VRChatRPC.DLL is used to login VRChat via your Steam account. (If you press the Steam login button on the login page)

If you don't need to login via Steam, VRChatRPC.DLL will not be used.

In detail, VRChatRPC.DLL accesses the VRChat Process (DLL Injection) and calls the Steam API to obtain the Login Token. This may lead to BAN from VRChat.

No technical measures have been taken on security yet (Of course I can't say there's no risk, but there's no problem), but I don't know what will happen later.

Since it is impossible to login to a 3rdparty account in the usual way, so this is the only way.

It's source code is available at https://github.com/pypy-vrc/VRChatRPC.

Screenshots

2fa 01feed 02gamelog 03search note 09w1 09w2 04fav 05fr 06mo 07no 08op1 08op2 08op3 invite join newin dis noty1 noty2

How to install VRCX

  • Download latest release zip.
  • Extract entire zip archive.
  • Run VRCX.exe.

How to build VRCX from source

  • Get source code

    • Download latest source code zip or clone repo with git clone.
  • 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.
    • 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