Launch parameters & VRCX.json - vrcx-team/VRCX GitHub Wiki
VRCX Launch parameters
--debug
launch Chromium DevTools with VRCX.
--config="C:\VRCX"
set a custom path for VRCX's config and database.
--proxy-server="127.0.0.1:8080"
set a HTTP/SOCKS proxy server for VRCX to use.
VRCX Protocol/Launch Commands
vrcx://user/usr_id
open VRCX user dialog.
vrcx://avatar/avtr_id
open VRCX avatar dialog.
vrcx://switchavatar/avtr_id
ask user to switch avatar.
vrcx://group/grp_id
open VRCX group dialog.
vrcx://world/wrld_id
open VRCX world dialog.
vrcx://world/wrld_id:12345
open VRCX world dialog with instance.
vrcx://world/https://vrch.at/0gmbxjpj
open VRCX world dialog with unlocked instance.
vrcx://import/avatar/avtr_id,avtr_id...
open VRCX avatar favorites import dialog.
vrcx://import/world/wrld_id,wrld_id...
open VRCX world favorites import dialog.
vrcx://import/friend/usr_id,usr_id...
open VRCX friend favorites import dialog.
vrcx://addavatardb/https://website/vrcx_search.php
open VRCX remote avatar database provider dialog.
VRCX.json
VRCX_DatabaseLocation
set a custom path for SQLite database, e.g. C:\\VRCX.sqlite3
- NOTE when moving your
VRCX.sqlite3
database be sure to move VRCX.sqlite3-shm
and VRCX.sqlite3-wal
as well, if they exist.
- NOTE be sure to replace every backslash in the path with 2 backslashes to insure the JSON is valid.
VRCX_ProxyServer
set a HTTP/SOCKS proxy server for VRCX to use, e.g. 127.0.0.1:8080
VRCX Linux
--no-install
disable moving AppImage to ~/Applications
--x11
use x11 instead of Wayland.