config.json
細かな設定ができるファイル
https://docs.vrchat.com/docs/configuration-file
%LocalAppdata%Low\VRChat\VRChat\config.jsonに設置
code:config.json
{
"cache_directory" : "C:/VRCCache/"
"cache_size": 512,
"cache_expiry_delay": 90,
"camera_res_height": 1440,
"camera_res_width": 2560,
"disableRichPresence": true,
"screenshot_res_height": 1440,
"screenshot_res_width": 2560,
"camera_spout_res_height": 1440,
"camera_spout_res_width": 2560
"picture_output_folder": "C:/VRCPhoto/"
}
キャッシュ関連
cache_directory
キャッシュファイルの保存先
cache_size
キャッシュファイルの最大サイズ
単位はGB
cache_expiry_delay
キャッシュの最大保持期間
単位は日(day)
カメラ関連
camera{_spout}_res_(height/width)
カメラで画質設定をカスタムにしたときに適用される画質
screenshot_res_(height/width)
F12キーでのスクリーンショットの画質
picture_output_folder
スクリーンショットやカメラの保存先
その他
DisableRichPresence
DiscordでVRChatをプレイ中の表示がシンプルになる
Discord Rich Presenceの無効化っぽい