Skip to content

インストール

FORNO edited this page Nov 9, 2019 · 7 revisions

作業概要

  • VaNiiMenuのインストール
  • RecordVRCWithGeForceExperienceのインストール
  • VaNiiMenuのセットアップ

VaNiiMenuのインストール

VaNiiMenuを右のURLからダウンロード https://sabowl.sakura.ne.jp/gpsnmeajp/unity/vaniimenu/

好きなディレクトリに展開してください: お勧めのディレクトリはC:\VaNiiMenuです.

RecordVRCWithGeForceExperienceのインストール

RecordVRCWithGeForceExperienceを右のURLからダウンロード https://github.com/forno/RecordVRCWithGeForceExperience/releases

好きなディレクトリに展開してください: お勧めのディレクトリはC:\RecordVRCWithGeForceExperienceです.

VaNiiMenuのセットアップ

/path/to/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の中身を上書きしましょう.

私の設定はこうなっています

image

以上でVaNiiMenuのLaunchにRecordVRCWithGeForceExperienceのソフトウェアが追加されます

Clone this wiki locally