-
-
Notifications
You must be signed in to change notification settings - Fork 206
Launch parameters & VRCX.json
Natsumi edited this page Jan 25, 2025
·
4 revisions
-
--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://user/usr_id
open VRCX user dialog. -
vrcx://avatar/avtr_id
open VRCX avatar dialog. -
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_DatabaseLocation
set a custom path for SQLite database, e.g.C:\\VRCX.sqlite3
-
NOTE when moving your
VRCX.sqlite3
database be sure to moveVRCX.sqlite3-shm
andVRCX.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.
-
NOTE when moving your
-
VRCX_ProxyServer
set a HTTP/SOCKS proxy server for VRCX to use, e.g.127.0.0.1:8080
-
--no-install
disable moving AppImage to~/Applications
-
--x11
use x11 instead of Wayland.