Skip to content

Commit 2216e90

Browse files
authored
Update README.md
1 parent 1da8a14 commit 2216e90

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ Example of a Rocket League bot implemented in C#
77
1. Make sure you've installed [Python 3.6 64 bit](https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.exe). During installation:
88
- Select "Add Python to PATH"
99
- Make sure pip is included in the installation
10-
2. Install Visual Studio 2015 or newer. It should come with .NET Framework 4.6.1 or newer.
10+
2. Install Visual Studio 2017 or newer. It should come with .NET Framework 4.6.1 or newer.
1111
3. Open RLBotCSharpExample\RLBotCSharpExample.sln in Visual Studio.
1212
4. In Visual Studio, click the "Start" button, which should compile and run the bot. Leave it running.
13-
5. Open Rocket League
14-
6. Double click on run-gui.bat
15-
7. Click the 'Run' button
13+
5. Double click on run-gui.bat
14+
6. Click the 'Run' button. Rocket League should open automatically!
1615

1716
### Notes
1817

@@ -47,4 +46,4 @@ your bot will work right in the next tournament! To upgrade:
4746

4847
The C# bot executable is a server that listens for Python clients.
4948
When `CSharpPythonAgent/CSharpPythonAgent.py` is started by the RLBot framework, it connects to the C# bot server and tells it its info.
50-
Then the C# bot server controls the bot through the `RLBot_Core_Interface` DLL.
49+
Then the C# bot server controls the bot through the `RLBot_Core_Interface` DLL.

0 commit comments

Comments
 (0)