-
Notifications
You must be signed in to change notification settings - Fork 34
Getting started
This page will walk you through how to set up your own instance of a pokebot-bizhawk
.
Please follow this guide carefully before asking for help in the #bot-support❓
channel. If you do need help, please provide a clear and concise description of your issues, along with any screenshots and error logs.
First up, you will need to install a few things:
Download and install the latest version of Python (important: during the install, tick Add Python to PATH
)
Download and install Bizhawk prereqs (this includes .NET and other frameworks for Bizhawk to run)
Download and extract Bizhawk (emulator) 2.9 (extract this somewhere you will remember, your GBA save data will saved here so make sure you back it up if you ever upgrade Bizhawk)
Load up and start a supported game (bring you own ROM)
Download the bot here (optionally git clone
this repo) and extract it into a folder (preferably named pokebot-bizhawk
)
Open the pokebot-bizhawk
folder you just extracted and install the required Python modules
⚠ Warning: take caution and inspect .bat
files you've downloaded from the Internet before running!
- Option 1: Run
requirements.bat
to automatically install the required Python modules - Option 2: Open a terminal in the
pokebot-bizhawk
folder and runpython.exe -m pip install -r .\requirements.txt