Files
Torch/Torch.Server/Properties/launchSettings.json
2022-10-09 17:52:30 +07:00

12 lines
348 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Torch.Server": {
"commandName": "Project",
"commandLineArgs": "--noupdate true --gamepath \"C:\\Program Files (x86)\\Steam\\steamapps\\common\\SpaceEngineersDedicatedServer\"",
"use64Bit": true,
"hotReloadEnabled": false
}
}
}