aboutsummaryrefslogtreecommitdiff
path: root/examples/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config.json')
-rw-r--r--examples/config.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/examples/config.json b/examples/config.json
new file mode 100644
index 0000000..61b0275
--- /dev/null
+++ b/examples/config.json
@@ -0,0 +1,31 @@
+{
+ "bindAddress": "127.0.0.1",
+ "bindPort": 2001,
+ "game": {
+ "crossPlatform": true,
+ "gameProperties": {
+ "VONDisableDirectSpeechUI": false,
+ "VONDisableUI": false,
+ "battlEye": true,
+ "disableThirdPerson": false,
+ "fastValidation": true,
+ "networkViewDistance": 500,
+ "serverMaxViewDistance": 500,
+ "serverMinGrassDistance": 50
+ },
+ "maxPlayers": 50,
+ "mods": [
+ ],
+ "name": "Test test test",
+ "password": "",
+ "passwordAdmin": "",
+ "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
+ "supportedPlatforms": [
+ "PLATFORM_PC",
+ "PLATFORM_XBL"
+ ],
+ "visible": true
+ },
+ "publicAddress": "127.0.0.1",
+ "publicPort": 2001
+} \ No newline at end of file