We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b60dde commit 68b67b8Copy full SHA for 68b67b8
python_example/appearance.cfg
@@ -1,6 +1,4 @@
1
[Bot Loadout]
2
-# Name that will be displayed in game
3
-name = PythonExampleBot
4
team_color_id = 27
5
custom_color_id = 75
6
car_id = 23
@@ -16,8 +14,6 @@ trails_id = 0
16
14
goal_explosion_id = 1971
17
15
18
[Bot Loadout Orange]
19
20
21
team_color_id = 1
22
custom_color_id = 1
23
python_example/python_example.cfg
@@ -4,3 +4,6 @@ looks_config = ./appearance.cfg
# Path to python file. Can use relative path from here.
python_file = ./python_example.py
7
+
8
+# Name of the bot in-game
9
+name = PythonExampleBot
0 commit comments