Skip to content

JPCodeCraft/AlbionDataAvalonia

Repository files navigation

Albion Free Market Data Client

Release Downloads

An alternative client for The Albion Online Data Project that provides the same functionality as the official client, but with a user-friendly graphical interface and easy-to-use settings.

Note: Data is mostly uploaded to The Albion Online Data Project, except when the user explicitly chooses not to.

Beta Release: This software is in beta. Use at your own risk.

Important: If you use this client, uninstall the official AODP client to avoid uploading data twice.

Free and Open Source: This software is completely free, open source (check license) and is not tied to the usage of Albion Free Market website. The data uploaded via this software to AODP can be seen in any Albion Online fansite that consumes AODP and even on your own sheets.

Main Interface

🚀 Features

Feature Description
🧰 Market Data Collection Captures in-game market data and uploads to AODP servers
📬 Market Mail Tracking Collects and displays your market mail data for price tracking
🪙 Trade History Stores instant buy/sell trades for later reference
📡 Enhanced Capture Captures data from loadout's quick buy screen, market screens, and gold screen
🚀 Launch on Startup Automatically starts with your system
📌 System Tray Runs quietly in system tray for minimal interference
🔄 Auto-Updates Silent, automatic updates
⚙️ Configurable Settings Adjustable parallelism for AODP's PoW solving and uploads
🤌 User-Friendly No admin permissions required (except for NpCap installation)
🌐 Free and Open Source This software is free to use and is open source

📥 Installation

Windows

  1. Navigate to the releases section to download the latest installer (AFMDataClientSetup_v_x.x.x.x.exe)
  2. Run the installer and follow the on-screen instructions
  3. After installation, the application will run minimized in the system tray
  4. Click the tray icon to open the user interface
  5. The application will automatically update when new versions are available

Uninstallation

Use the regular Windows Uninstall a program feature to remove the application.

Linux

Option 1: One-line Installer

curl -s https://api.github.com/repos/JPCodeCraft/AlbionDataAvalonia/releases/latest | jq -r '.assets[] | select(.name == "AFMDataClient_Linux64_Installer.sh") | .browser_download_url' | xargs curl -L -o installer.sh && sed -i 's/\r$//' installer.sh && chmod +x installer.sh && ./installer.sh && rm installer.sh

Option 2: Manual Installation

  1. Download AFMDataClient_Linux64_Installer.sh from releases
  2. Fix line endings: sed -i 's/\r$//' AFMDataClient_Linux64_Installer.sh
  3. Make executable: chmod +x AFMDataClient_Linux64_Installer.sh
  4. Run the installer: ./AFMDataClient_Linux64_Installer.sh

Uninstallation

curl -s https://api.github.com/repos/JPCodeCraft/AlbionDataAvalonia/releases/latest | jq -r '.assets[] | select(.name == "AFMDataClient_Linux64_Uninstaller.sh") | .browser_download_url' | xargs curl -L -o uninstaller.sh && sed -i 's/\r$//' uninstaller.sh && chmod +x uninstaller.sh && ./uninstaller.sh && rm uninstaller.sh

Note: Linux version does not support automatic updates. Run the installer again to update. Note: Linux installation and software had very limited testing. Feel free to contribute to the repository if you can.

MacOS

AFM Data Client should be able to run on MacOS, but users have reported issues. Feel free to contribute to the repository if you can.

💻 System Requirements

  • Basically, anything that can run Albion Online will run this application

📊 Features Showcase

User Trades

User Trades

Settings

Settings

❓ FAQ

Is this allowed by the Albion Online developers?

"Our position is quite simple. As long as you just look and analyze we are ok with it. The moment you modify or manipulate something or somehow interfere with our services we will react (e.g. perma-ban, take legal action, whatever)."

— MadDave, Technical Lead at Sandbox Interactive for Albion Online, 2017 (source)

This application:

  • ✅ Does NOT modify the game client
  • ✅ Does NOT inject code into memory
  • ✅ Does NOT track player positions
  • ✅ Does NOT display overlays on the game
  • 🛜 Does passively capture network packets to collect market data

How do I make it work with ExitLag?

Change the Packets redirection method to Legacy - NDIS in your ExitLag app under the TOOLS section:

ExitLag Settings

🔗 Related Projects

👨‍💻 Credits

This software was developed by JP CodeCraft, the developer behind Albion Free Market.

📊 Download Statistics

View detailed download statistics here.