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 b6e89c7 commit 474315aCopy full SHA for 474315a
1 file changed
python_example/python_example.cfg
@@ -6,4 +6,22 @@ looks_config = ./appearance.cfg
6
python_file = ./python_example.py
7
8
# Name of the bot in-game
9
-name = PythonExampleBot
+name = PythonExampleBot
10
+
11
+[Details]
12
+# These values are optional but useful metadata for helper programs
13
+# Name of the bot's creator/developer
14
+developer = The RLBot community
15
16
+# Short description of the bot
17
+description = This is a multi-line description
18
+ of the official python example bot
19
20
+# Fun fact about the bot
21
+fun_fact =
22
23
+# Link to github repository
24
+github = https://github.com/RLBot/RLBotPythonExample
25
26
+# Programming language
27
+language = python
0 commit comments