Files
sbox-public/engine/Sandbox.Engine/Properties/launchSettings.json

23 lines
646 B
JSON

{
"profiles": {
"Game": {
"commandName": "Executable",
"executablePath": "../game/sbox.exe",
"commandLineArgs": "-dev -noasserts",
"workingDirectory": "../../game/"
},
"Editor": {
"commandName": "Executable",
"executablePath": "../game/sbox-dev.exe",
"workingDirectory": "../../game/",
"nativeDebugging": true
},
"Server": {
"commandName": "Executable",
"executablePath": "../game/sbox-server.exe",
"commandLineArgs": "-noasserts +game facepunch.sandbox facepunch.flatgrass",
"workingDirectory": "../../game/",
"nativeDebugging": true
}
}
}