diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 01:39:46 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 01:39:46 -0400 |
commit | cf7506e368924df66c221eafe03f719a40729afe (patch) | |
tree | aa007d87a0ff5a48c1c8445ccad918784eafaa69 /examples | |
download | ardsmm-cf7506e368924df66c221eafe03f719a40729afe.tar.gz |
Initial commit
Diffstat (limited to 'examples')
-rw-r--r-- | examples/config.json | 31 | ||||
-rw-r--r-- | examples/mods.txt | 40 |
2 files changed, 71 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 diff --git a/examples/mods.txt b/examples/mods.txt new file mode 100644 index 0000000..faa719b --- /dev/null +++ b/examples/mods.txt @@ -0,0 +1,40 @@ + { + "modId": "60C4C12DAE90727B", + "name": "ACE Medical", + "version": "1.0.3" + }, + { + "modId": "5EB744C5F42E0800", + "name": "ACE Chopping", + "version": "1.1.4" + }, + { + "modId": "5DBD560C5148E1DA", + "name": "ACE Carrying", + "version": "1.0.18" + }, + { + "modId": "5AAAC70D754245DD", + "name": "Server Admin Tools", + "version": "1.0.56" + }, + { + "modId": "606B100247F5C709", + "name": "Bacon Loadout Editor", + "version": "1.0.27" + }, + { + "modId": "60EAEA0389DB3CC2", + "name": "ACE Trenches", + "version": "1.0.0" + }, + { + "modId": "60E573C9B04CC408", + "name": "ACE Backblast", + "version": "1.0.0" + }, + { + "modId": "60C4CE4888FF4621", + "name": "ACE Core", + "version": "1.0.3" + }, |