vsmodtemplate/ModTemplate/Properties/launchSettings.json
2023-08-01 14:38:00 +02:00

16 lines
No EOL
540 B
JSON

{
"profiles": {
"Client": {
"commandName": "Executable",
"executablePath": "$(VINTAGE_STORY)/Vintagestory.exe",
"commandLineArgs": "--tracelog --addModPath $(ProjectDir)/bin/$(Configuration)/Mods",
"workingDirectory": "$(VINTAGE_STORY)"
},
"Server": {
"commandName": "Executable",
"executablePath": "$(VINTAGE_STORY)/VintagestoryServer.exe",
"commandLineArgs": "--tracelog --addModPath $(ProjectDir)/bin/$(Configuration)/Mods",
"workingDirectory": "$(VINTAGE_STORY)"
}
}
}