Skip to content

Commit 474315a

Browse files
NicEastvillagedtracers
authored andcommitted
Added more details in bot configuration file (#14)
* Added more details in bot configuration file. * changed description to be a multi-line example.
1 parent b6e89c7 commit 474315a

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

python_example/python_example.cfg

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,22 @@ looks_config = ./appearance.cfg
66
python_file = ./python_example.py
77

88
# Name of the bot in-game
9-
name = PythonExampleBot
9+
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

Comments
 (0)