Skip to content

Commit

Permalink
Adapt to diverse localizations in the game client
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 15, 2020
1 parent 1a06431 commit 52c4f4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Expand Up @@ -29,6 +29,8 @@ Also, this bot does not undock, so we need to undock our ship manually for the b
As soon as we undock, the bot will start to send mouse clicks to the game client to initiate warp and jump maneuvers.

The bot only works when the UI language is set to English. The bot reads the text in menu entries to decide where to click, and it only knows the English translations.

Alright, I think that is all there is to know about the basic autopilot bot. If you have questions about this bot or are searching for other bots, don't hesitate to ask on the [BotEngine forum](https://forum.botengine.org/).

(This guide is based on the more general guide at [/guide/how-to-run-a-bot.md](./../how-to-run-a-bot.md))
@@ -1,7 +1,11 @@
{- EVE Online Warp-to-0 auto-pilot version 2020-04-12 🐰
{- EVE Online Warp-to-0 auto-pilot version 2020-04-15
This bot makes your travels faster and safer by directly warping to gates/stations. It follows the route set in the in-game autopilot and uses the context menu to initiate jump and dock commands.
Before starting the bot, set the in-game autopilot route and make sure the autopilot is expanded, so that the route is visible.
Make sure you are undocked before starting the bot because the bot does not undock.
Before starting the bot, set up as follows:
+ Set the UI language to English.
+ Set the in-game autopilot route.
+ Make sure the autopilot info panel is expanded, so that the route is visible.
+ Undock before starting the bot because the bot does not undock.
-}
{-
bot-catalog-tags:eve-online,auto-pilot,travel
Expand Down

0 comments on commit 52c4f4f

Please sign in to comment.