-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathPythonAgent.cfg
More file actions
32 lines (24 loc) · 862 Bytes
/
PythonAgent.cfg
File metadata and controls
32 lines (24 loc) · 862 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
30
31
32
[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 = ./PythonAgent.py
# Name of the bot in-game
name = CSharpBot
[Bot Parameters]
# Change to point to your executable location, if necessary.
# This file should appear if you compile in release mode via Visual Studio.
executable_path = ../CSharpBot/Bot/bin/Release/Bot.exe
[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 C# example bot
# Fun fact about the bot
fun_fact =
# Link to GitHub repository
github = https://github.com/RLBot/RLBotCSharpExample
# Programming language
language = C#