You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,24 @@ Example/template of a Rocket League bot implemented in C#
8
8
Make sure you've installed [Python 3.7 64 bit](https://www.python.org/ftp/python/3.7.3/python-3.7.3-amd64.exe) or newer. During installation:
9
9
- Select "Add Python to PATH"
10
10
- Make sure pip is included in the installation
11
+
12
+
Set up RLBotGUI
13
+
1. Follow instructions at https://youtu.be/lPkID_IH88U for instructions.
14
+
1. Use Add -> Load folder in RLBotGUI on the current directory. This bot should appear in the list.
15
+
11
16
12
17
### Using Visual Studio
13
18
1. Install Visual Studio 2015 or newer. It should come with .NET Framework 4.6.1 or newer.
14
19
1. Open CSharpBot\Bot.sln in Visual Studio.
15
20
1. In Visual Studio, click the "Start" button,
16
-
1. Double click on run-gui.bat.
17
-
1. Click the "Run" button. Rocket League should open automatically!
21
+
1. In RLBotGUI, put the bot on a team and start the match.
18
22
19
23
### Using Rider
20
24
1. Install Rider. If you do not have Visual Studio installed alongside Rider, follow [this article](https://rider-support.jetbrains.com/hc/en-us/articles/207288089-Using-Rider-under-Windows-without-Visual-Studio-prerequisites) to set up Rider.
21
25
1. Open CSharpBot\Bot.sln in Rider.
22
26
1. In Rider, click the "Run Default" button, which should compile and run the bot. Leave it running.
23
27
- The first time you click it, you may be given a dialog to set up the configuration. Click the "Run" button in the dialog to continue.
24
-
1. Double click on run-gui.bat.
25
-
1. Click the "Run" button. Rocket League should open automatically!
28
+
1. In RLBotGUI, put the bot on a team and start the match.
0 commit comments