-
-
Notifications
You must be signed in to change notification settings - Fork 0
インストール
FORNO edited this page Nov 9, 2019
·
7 revisions
- VaNiiMenuのインストール
- RecordVRCWithGeForceExperienceのインストール
- VaNiiMenuのセットアップ
VaNiiMenuを右のURLからダウンロード https://sabowl.sakura.ne.jp/gpsnmeajp/unity/vaniimenu/
好きなディレクトリに展開してください: お勧めのディレクトリはC:\VaNiiMenu
です.
RecordVRCWithGeForceExperienceを右のURLからダウンロード https://github.com/forno/RecordVRCWithGeForceExperience/releases
好きなディレクトリに展開してください: お勧めのディレクトリはC:\RecordVRCWithGeForceExperience
です.
/path/to/VaNiiMenu/config/Launcher.json
を書き換えます.
先ほどのおススメに展開していればC:\VaNiiMenu\config\Launcher.json
になります.
"App1": {
"ApplicationName": "Replay VRC with GeForce",
"FilePath": "recordReplayVRC.bat",
"WorkingDirectory": "C:\\RecordVRCWithGeForceExperience",
"Arguments": "",
"StartupDialogMainText": "Record VRC with GeForce Experience?",
"StartupDialogSubText": "押すごとに過去の映像を録画"
},
"App2": {
"ApplicationName": "Record VRC with GeForce",
"FilePath": "recordVRC.bat",
"WorkingDirectory": "C:\\RecordVRCWithGeForceExperience",
"Arguments": "",
"StartupDialogMainText": "Record VRC with GeForce Experience?",
"StartupDialogSubText": "起動と停止を押すごとに切り替え"
},
に相当する値に書き換えていきます.重要なのは{}の中身だけです. 好きなApp0の中身を上書きしましょう.
私の設定はこうなっています
以上でVaNiiMenuのLaunchにRecordVRCWithGeForceExperienceのソフトウェアが追加されます