We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a9f52 commit 8f9190bCopy full SHA for 8f9190b
Config/DefaultConfig.json
@@ -5,10 +5,12 @@
5
"D:/UE"
6
],
7
"launch_commands": {
8
- "Server": "\"{executable}\" \"{uproject_path}\" {map_path}?listen -server -log",
9
- "Client": "\"{executable}\" \"{uproject_path}\" {map_path} -game -WINDOWED -ResX=1200 -ResY=800 -log",
+ "DedicatedServer": "\"{executable}\" \"{uproject_path}\" {map_path} -server -log",
+ "P2PServer": "\"{executable}\" \"{uproject_path}\" {map_path}?listen -game -WINDOWED -ResX=1600 -ResY=900 -log",
10
+ "Client": "\"{executable}\" \"{uproject_path}\" 127.0.0.1 -game -WINDOWED -ResX=1200 -ResY=800 -log",
11
"Standalone": "\"{executable}\" \"{uproject_path}\" {map_path} -game -WINDOWED -ResX=1600 -ResY=900 -log"
12
},
13
+
14
"version": "0.0.0.6",
15
"night_mode": true
-}
16
+}
0 commit comments