mirror of
https://github.com/Zheneq/EvoS
synced 2026-08-23 18:23:04 -04:00
Update configs
Map pool Turn time New client config
This commit is contained in:
parent
c0a7229e39
commit
45dd5429eb
2 changed files with 37 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue