split allowed drop modes for different game modes

This commit is contained in:
Martin Michelsen
2023-12-16 12:00:29 -08:00
parent 81af488e26
commit 367c4e77c1
5 changed files with 131 additions and 48 deletions
+19 -6
View File
@@ -11,12 +11,25 @@
"CatchHandlerExceptions": false,
"PersistentGameIdleTimeout": 1800000000,
"AllowedDropModesV1V2": 0x1F,
"AllowedDropModesV3": 0x1F,
"AllowedDropModesV4": 0x1D,
"DefaultDropModeV1V2": "CLIENT",
"DefaultDropModeV3": "CLIENT",
"DefaultDropModeV4": "SERVER_SHARED",
"AllowedDropModesV1V2Normal": 0x1F,
"AllowedDropModesV1V2Battle": 0x07,
"AllowedDropModesV1V2Challenge": 0x07,
"AllowedDropModesV3Normal": 0x1F,
"AllowedDropModesV3Battle": 0x07,
"AllowedDropModesV3Challenge": 0x07,
"AllowedDropModesV4Normal": 0x1D,
"AllowedDropModesV4Challenge": 0x05,
"AllowedDropModesV4Battle": 0x05,
"DefaultDropModeV1V2Normal": "CLIENT",
"DefaultDropModeV1V2Battle": "CLIENT",
"DefaultDropModeV1V2Challenge": "CLIENT",
"DefaultDropModeV3Normal": "CLIENT",
"DefaultDropModeV3Battle": "CLIENT",
"DefaultDropModeV3Challenge": "CLIENT",
"DefaultDropModeV4Normal": "SERVER_SHARED",
"DefaultDropModeV4Battle": "SERVER_SHARED",
"DefaultDropModeV4Challenge": "SERVER_SHARED",
"LocalAddress": "en0",
"ExternalAddress": "en0",