-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathExampleBot.cfg
More file actions
29 lines (21 loc) · 760 Bytes
/
ExampleBot.cfg
File metadata and controls
29 lines (21 loc) · 760 Bytes
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
[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.
#!!!Make sure it matches whatever you rename ExampleBot.py to!!!
python_file = ./ExampleBot.py
# Name of the bot in-game
name = ExampleBot
maximum_tick_rate_preference = 120
[Details]
# These values are optional but useful metadata for helper programs
# Name of the bot's creator/developer
developer = You and GooseFairy#6680
# Short description of the bot
description = What an atba looks like with Gosling Utils
# Fun fact about the bot
fun_fact = You're reading a fun fact!
# Link to github repository
github = https://github.com/ddthj/GoslingUtils
# Programming language
language = Python