Skip to content

Zeldruck/Albion-Online-ZQRadar

Repository files navigation

Discord GitHub last commit (branch) GitHub issues GitHub Repo stars

ko-fi

❓ What is ZQRadar?

ZQRadar is a radar type tool for the game Albion Online.
Albion ZQRadar provides a real-time map, helping players detect other players, creatures, resources and more, nearby.

🎯 Features

  • No injections, less risk of banning
  • Display a lot of information about other players (health, items, mounted or not, ...)
  • Display customizable resources (select tiers and enchantments for each)
  • Display customizable living resources (select tiers and enchantments for each)
  • Display customizable enemies
  • Display mist beasts
  • Display chests (types)
  • Display mist portals (solo/duo, enchantments)
  • Display dungeons (solo/duo, enchantments)
  • Display background map on radar

And much more to come!
Join the Discord to look at the to-do list and be informed when a new version is released.

🔰 How to run (Windows)

  1. Download Node.js v18.18.2:
  1. Download Npcap:
  1. Download the the latest release
  1. Open the file _RUN.bat and wait for the line:
Please select one of the adapter that you use to connect to the internet:
  1. ******
  2. ******
  3. ******

input the number here:
  1. Choose the right adapter and enter the number.
  2. You can now access the radar features by going to http://localhost:5001 in your browser.

👨‍💻 For the devs (Windows)

  1. Download Node.js v18.18.2:
  1. Download Npcap:
  1. Download Python 3.10.2:
  1. Download Windows Build Tools:
  • Windows Build Tools
  • And select Desktop development with C++ (the first one normally), and install
  1. Download the source code of the latest release
  1. Run the following line:
npm install
  1. Run the following line:
node app.js
  1. You should see this:
Please select one of the adapter that you use to connect to the internet:
  1. ******
  2. ******
  3. ******

input the number here:
  1. Choose the right adapter and enter the number.
  2. You can now access the radar features by going to http://localhost:5001 in your browser.

✨ Image Packs

⚠️(This is not mandatory for the radar to work)⚠️
You can download the Image Packs to enhance the radar.

Packs:

  • Ressource Pack v1.0: Installed by default
  • Items Pack v1.2: Link
  • Animals & Harvestables Pack v0.0: Link
  • Enemies Pack v0.0: Link
  • Maps Pack v0.1: Link


Once downloaded, exitract the folder into Albion-Online-ZQRadar/images/.

Example:
If you have downloaded the Map Pack, you should have Albion-Online-ZQRadar/images/Maps/*.png.

Credits

@Zeldruck
Based on QRadar by @FashionFlora
Use of photon-packet-parser to parse packets.