mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-08-01 00:08:05 -04:00
23 lines
646 B
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
|
|
}
|
|
}
|
|
} |