generated from AriasCreations/vsmodtemplate
Add spawn related commands and data storage system
This commit is contained in:
parent
f2a23552af
commit
0f318a9efa
7 changed files with 211 additions and 9 deletions
|
@ -2,15 +2,15 @@
|
|||
"profiles": {
|
||||
"Client": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "$(VINTAGE_STORY)/Vintagestory.exe",
|
||||
"executablePath": "~/.local/share/vintagestory/Vintagestory",
|
||||
"commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"",
|
||||
"workingDirectory": "$(VINTAGE_STORY)"
|
||||
"workingDirectory": "~/.local/share/vintagestory"
|
||||
},
|
||||
"Server": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "$(VINTAGE_STORY)/VintagestoryServer.exe",
|
||||
"executablePath": "~/.local/share/vintagestory/VintagestoryServer",
|
||||
"commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"",
|
||||
"workingDirectory": "$(VINTAGE_STORY)"
|
||||
"workingDirectory": "~/.local/share/vintagestory"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue