Run Bot Local

Can you still run the bot locally? If so what files do you need to download?

Follow these steps:

Following these steps will let you run a custom .bat script to point botengine.exe locally instead of on Gitub.

where botengine.exe >nul 2>nul
if %ErrorLevel% equ 0 (
botengine.exe  run  "[Your own path tree]\bots\eve-online\eve-online-warp-to-0-autopilot"
) else (
@echo I failed to run the app because I did not find the 'botengine.exe' program.
@echo.
@echo Please see https://to.botengine.org/failed-run-did-not-find-botengine-program for a guide on how to install the 'botengine.exe' program so that I can find it.
@start "" https://to.botengine.org/failed-run-did-not-find-botengine-program
)

pause

Direct link to the latest main script zip file: https://github.com/Viir/bots/archive/main.zip

Catalog of different scripts with their GitHub repository if you want to download locally: https://catalog.botengine.org/

This is the main GitHub repository where you can find main scripts and more information/guides: GitHub - Viir/bots: Programming bots to play video games

1 Like

thanks … i have figured that stuff out … but now i get an error when i try to run it … as posted in other post … fails to open the temp file