Skip to content

Commit 2908d4a

Browse files
committed
Removing references to run-gui.bat in the README.
1 parent d8b3815 commit 2908d4a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,24 @@ Example/template of a Rocket League bot implemented in C#
88
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:
99
- Select "Add Python to PATH"
1010
- 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+
1116

1217
### Using Visual Studio
1318
1. Install Visual Studio 2015 or newer. It should come with .NET Framework 4.6.1 or newer.
1419
1. Open CSharpBot\Bot.sln in Visual Studio.
1520
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.
1822

1923
### Using Rider
2024
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.
2125
1. Open CSharpBot\Bot.sln in Rider.
2226
1. In Rider, click the "Run Default" button, which should compile and run the bot. Leave it running.
2327
- 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.
2629

2730
## Upgrades
2831

0 commit comments

Comments
 (0)