FFXI Atlas is a cross-platform Electron app that displays zone maps from Final Fantasy XI and tracks your character's real-time location using Ashita v4. Whether you're navigating the dunes of Valkurm or the depths of Uleguerand Range, FFXI Atlas helps you find your way—just like a personal Navi-map for Vana'diel.
- 🧭 Real-time player position tracking (requires Ashita v4)
- 🌍 Interactive, high-resolution maps for all FFXI zones
- 🔍 Zoom, pan, and coordinate grid overlays
- 🔄 Automatic zone detection (requires Ashita v4)
- 💡 Lightweight communication bridge via UDP/WebSocket
- ⚔️ Designed for adventurers, collectors, and explorers
- Ashita v4 installed and configured
- Node.js (v18 or later recommended)
- FFXI installed via Square Enix or Steam.
- A map pack. Remapster wiki packs 1024 are recommended.
git clone https://github.com/miguelstrife/electron-ffxi-atlas.git
cd electron-ffxi-atlas.git
cd electron-ffxi-atlas
npm install
npm run start
- Place your map pack inside
assets\maps
. Naming should be in snake_case convention.
- Download Ashita v4
- Create a folder named 'ffxiatlas' in your Ashita v4 addon directory, usually
ashita-v4\addons\ffxiatlas\ffxiatlas.lua
- Copy
ffxiatlas.lua
fromscripts\ashita\addon\ffxiatlas.lua
- In your Ashita load script, add
/addon load ffxiatlas
or type it in the chatbox once you character is loaded in FFXI.