Files
ResoniteImGuiLib/ResoniteImGuiLib/Properties/launchSettings.json
T
2024-09-02 14:58:59 +02:00

10 lines
374 B
JSON

{
"profiles": {
"Launch Resonite": {
"commandName": "Executable",
"executablePath": "$(GamePath)Resonite.exe",
"commandLineArgs": "-DataPath \"D:\\YDMS\\Resonite Data\" -CachePath \"D:\\YDMS\\Resonite Cache\" -Screen -Invisible -LoadAssembly \"Libraries/ResoniteModLoader.dll\" -DoNotAutoLoadHome",
"workingDirectory": "$(GamePath)"
}
}
}