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.
And much more to come! \ Join the Discord to look at the to-do list and be informed when a new version is released.
Please select one of the adapter that you use to connect to the internet:
1. ******
2. ******
3. ******
input the number here:
4. Choose the right adapter and enter the number (do not choose 127.0.0.1).
5. Authenticate yourself with discord.
6. Click on the "Launch radar" button.
7. 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:
- [Node.js v18.18.2 (64-bit)](https://nodejs.org/dist/v18.18.2/node-v18.18.2-x64.msi)
2. Download Npcap:
- [Npcap 1.79](https://npcap.com/dist/npcap-1.79.exe)
3. Download Python 3.10.2:
- [Python 3.10.2 (64-bit)](https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe)
4. Download Windows Build Tools:
- [Windows Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools)
- And select `Desktop development with C++` (the first one normally), and install
5. Download the source code of the latest dev branch
- [Branch](https://github.com/Zeldruck/Albion-Online-ZQRadar/tree/old-radar-dev)
6. Run the following line:
npm install
7. Run the following line:
node app.js
8. You should see this:
Please select one of the adapter that you use to connect to the internet:
input the number here:
9. Choose the right adapter and enter the number.
10. 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](https://github.com/Zeldruck/Albion-Online-ZQRadar/releases/tag/item-pack-v1.1)
- **~~Animals & Harvestables Pack v0.0~~**: [Link](https://github.com/Zeldruck/Albion-Online-ZQRadar/releases/)
- **~~Enemies Pack v0.0~~**: [Link](https://github.com/Zeldruck/Albion-Online-ZQRadar/releases/)
- **Maps Pack v0.1**: [Link](https://github.com/Zeldruck/Albion-Online-ZQRadar/releases/tag/map-pack-v0.1)
\
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](https://github.com/Zeldruck)
\
Based on [QRadar](https://github.com/FashionFlora/Albion-Online-Radar-QRadar) by [@FashionFlora](https://github.com/FashionFlora?)
\
Use of [photon-packet-parser](https://github.com/0xN0x/photon-packet-parser) to parse packets.