Skip to content

amir-tk/Albion-Online-ZQRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Radar Windows and Linux for Albion Online

This is radar for albion online game which allows to show players and their equipments, resources mobs and more...

if you want use items

0.https://www.mediafire.com/file/fa96b300q7ompjb/Items.rar/file

installation text Windows:

  1. download node v18.18.2: https://nodejs.org/download/release/latest-v18.x/node-v18.18.2-x64.msi

  2. download npcap: https://npcap.com/dist/npcap-1.72.exe

go to directory with unpacked github code

  1. download python 3.10.2 from here https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe

  2. download tools npm install --global windows-build-tools

  3. type npm install in cmd

  4. then type in cmd node app.js and go to printed link (by default) http:https://localhost:5001

if everything worked out u should be able to play game with radar now just look

(not must) if you want to build code into exe install python 3.10 and install nasm and type in cmd npm run build

installation text Linux:

sudo su

1.curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash

  1. close terminal now

  2. nvm install 18

  3. nvm use 18

  4. sudo apt-get install libpcap0.8 libpcap0.8-dev

  5. sudo apt install python3.10

  6. sudo apt-get install build-essential

  7. npm install

  8. in directory terminal type node app.js

open http:https://localhost:5001 in browser

used parser https://github.com/0xN0x/photon-packet-parser

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.6%
  • EJS 37.7%
  • CSS 8.7%