We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a026c commit f958b3bCopy full SHA for f958b3b
PythonServer/gamecfg.json
@@ -5,6 +5,7 @@
5
"app/ks/commands"
6
],
7
"allowed_teams": {},
8
+ "allow_duplicate_team_nicknames": true,
9
"offline_mode": true,
10
"": "online configs",
11
"match_id": "0"
@@ -39,9 +40,10 @@
39
40
"game_handler": {
41
"": "base game handler configs",
42
"start_time": "2017-11-08 00:50",
- "start_waiting_time": 3,
43
+ "start_waiting_time": 1,
44
"": "realtime game handler configs",
45
"cycle_duration": 0.5,
46
+ "first_cycle_duration": 3,
47
"max_total_commands": 200,
48
"max_team_commands": 100,
49
"max_agent_commands": 100,
PythonServer/requirements.txt
@@ -1,2 +1,2 @@
1
-chillin-server==2.2.0
+chillin-server==2.3.0
2
koala-serializer==0.8.0
0 commit comments