-{
+{
"Server": {
"PublicIp": "127.0.0.1",
"PublicPort": 22023,
},
"AntiCheat": {
"Enabled": true,
- "BanIpFromGame": true
+ "BanIpFromGame": true,
+ "AllowCheatingHosts": "Never",
+ "EnableGameFlowChecks": true,
+ "EnableMustBeHostChecks": true,
+ "EnableColorLimitChecks": true,
+ "EnableNameLimitChecks": true,
+ "EnableOwnershipChecks": true,
+ "EnableRoleChecks": true,
+ "EnableTargetChecks": true,
+ "ForbidProtocolExtensions": true
+ },
+ "Timeout": {
+ "SpawnTimeout": 2500,
+ "ConnectionTimeout": 2500
+ },
+ "Compatibility": {
+ "AllowFutureGameVersions": false,
+ "AllowHostAuthority": false,
+ "AllowVersionMixing": false
+ },
+ "Debug": {
+ "GameRecorderEnabled": true,
+ "GameRecorderPath": ""
}
}
+++ /dev/null
-{
- "Server": {
- "PublicIp": "127.0.0.1",
- "PublicPort": 22023,
- "ListenIp": "0.0.0.0",
- "ListenPort": 22023
- },
- "HttpServer": {
- "Enabled": true,
- "ListenIp": "0.0.0.0",
- "ListenPort": 22023
- },
- "AntiCheat": {
- "Enabled": true,
- "BanIpFromGame": true,
- "AllowCheatingHosts": "Never",
- "EnableGameFlowChecks": true,
- "EnableMustBeHostChecks": true,
- "EnableColorLimitChecks": true,
- "EnableNameLimitChecks": true,
- "EnableOwnershipChecks": true,
- "EnableRoleChecks": true,
- "EnableTargetChecks": true,
- "ForbidProtocolExtensions": true
- },
- "Timeout": {
- "SpawnTimeout": 2500,
- "ConnectionTimeout": 2500
- },
- "Compatibility": {
- "AllowFutureGameVersions": false,
- "AllowHostAuthority": false,
- "AllowVersionMixing": false
- },
- "Debug": {
- "GameRecorderEnabled": true,
- "GameRecorderPath": ""
- }
-}