Update configs

Map pool
Turn time
New client config
This commit is contained in:
Zhenёq 2023-01-10 17:18:54 +03:00
parent c0a7229e39
commit 45dd5429eb
2 changed files with 37 additions and 4 deletions

View file

@ -1,7 +1,13 @@
{
"DirectoryServerAddress": "127.0.0.1:6050",
"EnableLogging": true,
"MinConsoleLogLevel": "Everything",
"MinFileLogLevel": "Everything",
"DevMode": false,
"AutoLaunchTutorial": false,
"DirectoryServerAddress": "127.0.0.1:6050",
"PlatformConfig": {
"AllowFakeTickets": true
}
"AllowRequestTickets": true
},
"PlatformUserName": "username",
"PlatformPassword": "password"
}

View file

@ -4,6 +4,30 @@
{
"Map": "Skyway_Deathmatch",
"IsActive": true
},
{
"Map": "CargoShip_Deathmatch",
"IsActive": true
},
{
"Map": "Casino01_Deathmatch",
"IsActive": true
},
{
"Map": "EvosLab_Deathmatch",
"IsActive": true
},
{
"Map": "Oblivion_Deathmatch",
"IsActive": true
},
{
"Map": "Reactor_Deathmatch",
"IsActive": true
},
{
"Map": "RobotFactory_Deathmatch",
"IsActive": true
}
],
"TeamAPlayers": 1,
@ -33,5 +57,8 @@
"Mods": [
"AllowPlayingLockedCharacters",
"HumansHaveFirstSlots"
]
],
"GameOverrides": {
"TurnTimeSpan": "00:00:20"
}
}