-
Notifications
You must be signed in to change notification settings - Fork 0
/
bot.cfg
30 lines (22 loc) · 772 Bytes
/
bot.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[Locations]
# Path to loadout config. Can use relative path from here.
looks_config = ./appearance.cfg
# Path to python file. Can use relative path from here.
python_file = ./bot.py
# Name of the bot in-game
name = ExampleAerialBot
# The maximum number of ticks per second that your bot wishes to receive.
maximum_tick_rate_preference = 120
[Details]
# These values are optional but useful metadata for helper programs
# Name of the bot's creator/developer
developer = The RLBot community
# Short description of the bot
description = This is a multi-line description
of the official python example bot
# Fun fact about the bot
fun_fact =
# Link to github repository
github = https://github.com/RLBot/RLBotPythonExample
# Programming language
language = python