generated from AriasCreations/vsmodtemplate
Initial commit
This commit is contained in:
commit
c416e6e5e1
17 changed files with 1243 additions and 0 deletions
16
ModTemplate/Properties/launchSettings.json
Normal file
16
ModTemplate/Properties/launchSettings.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue