File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ Example of a Rocket League bot implemented in C#
771 . 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.
11113 . Open RLBotCSharpExample\RLBotCSharpExample.sln in Visual Studio.
12124 . 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
4847The C# bot executable is a server that listens for Python clients.
4948When ` 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.
You can’t perform that action at this time.
0 commit comments