From 26053ccb266c10ddb3ba7311920135b85eac1c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Sat, 3 Feb 2024 09:35:34 +0000 Subject: [PATCH] Expand guidance on developing for EVE Online --- implement/alternate-ui/readme.md | 4 ++-- readme.md | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/implement/alternate-ui/readme.md b/implement/alternate-ui/readme.md index 9d7a3b1..3a99a2d 100644 --- a/implement/alternate-ui/readme.md +++ b/implement/alternate-ui/readme.md @@ -30,8 +30,8 @@ For a guide on the structures in the parsed memory reading, see https://to.botla Developers use the parsing library to make ratting, mining, and mission running bots and intel tools. Following are some links to bots and tools using the parsing library: -+ https://forum.botlab.org/t/list-of-eve-online-bots-for-beginners/629 -+ https://catalog.botlab.org/?q=eve%2Bonline ++ ++ ## Setup diff --git a/readme.md b/readme.md index e8977c1..17b3ac9 100644 --- a/readme.md +++ b/readme.md @@ -66,23 +66,23 @@ The alternate UI also lets you play the game from other devices that cannot run Location of the alternate UI in the repository: [/implement/alternate-ui/](/implement/alternate-ui/) -## Bots +## Bots and Intel Tools -This repository contains few bots if any at all. Below are some links to bots and guides in other repositories. +The Sanderling repository contains no bots. However, developers often integrate the functionality from Sanderling in a bot to see and parse the game clients' user interface. -Guide on developing for EVE Online: https://to.botlab.org/guide/developing-for-eve-online +For a guide on developing complete bots and intel apps for EVE Online (using also Sanderling + image processing), see -And these are some bots using Sanderling: +Following is a selection of popular bots using Sanderling: -+ Warp-To-0 Autopilot: [https://to.botlab.org/guide/app/eve-online-autopilot-bot](https://to.botlab.org/guide/app/eve-online-autopilot-bot) ++ Warp-To-0 Autopilot: -+ Mining asteroids: [https://to.botlab.org/guide/app/eve-online-mining-bot](https://to.botlab.org/guide/app/eve-online-mining-bot) ++ Mining asteroids: -+ Combat anomalies: [https://to.botlab.org/guide/app/eve-online-combat-anomaly-bot](https://to.botlab.org/guide/app/eve-online-combat-anomaly-bot) ++ Combat anomalies: -+ List of EVE Online Bots for Beginners: [https://forum.botlab.org/t/list-of-eve-online-bots-for-beginners/629](https://forum.botlab.org/t/list-of-eve-online-bots-for-beginners/629) ++ List of EVE Online Bots for Beginners: -+ Most up-to-date list of bots and intel-tools: [https://catalog.botlab.org/?q=eve%20online](https://catalog.botlab.org/?q=eve%20online) ++ Up-to-date list of bots and intel-tools: ## Contributing