You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
28 lines
736 B
JSON
28 lines
736 B
JSON
|
|
{
|
||
|
|
"apps": [
|
||
|
|
{
|
||
|
|
"name": "Cirrus",
|
||
|
|
"executable": "node.exe",
|
||
|
|
"parameters" : "\"..\\..\\WebServers\\SignallingWebServer\\cirrus.js\"",
|
||
|
|
"monitored" : false,
|
||
|
|
"oncrash" : "RestartApp"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "WebRTCProxy",
|
||
|
|
"executable": "../../WebRTCProxy/bin/WebRTCProxy_x64_Debug.exe",
|
||
|
|
"parameters" : "",
|
||
|
|
"monitored" : false,
|
||
|
|
"initial_timeout": 5000,
|
||
|
|
"shutdown_timeout": 5000,
|
||
|
|
"oncrash" : "RestartApp"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "FP_FirstPerson",
|
||
|
|
"executable": "../../../../../Binaries/Win64/UE4Editor.exe",
|
||
|
|
"parameters" : "FP_FirstPerson -game -windowed -PixelStreamingPort=8124 -audiomixer -ResX=1280 -ResY=720 -execcmds=\"stat fps\"",
|
||
|
|
"monitored" : false,
|
||
|
|
"oncrash" : "StopSession"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|