Albion Free Market
Discord Link

Published: Friday, July 19, 2024

Last Update: Thursday, December 19, 2024

Writen by Albion Free Market

ALBION ONLINE DATA PROJECT

What is the Albion Online Data Project?

  • The goal of the project is to collect Albion Online market data and provide it to anyone via a public API.
  • The project stores buy and sell orders data, average prices and amounts, and gold price history.
  • You can go to the project's Discord Server to get in touch with the project's admins or support the project.
  • Albion Free Market and multiple other websites and sheets make use of the project's data to provide its information as well as the backend analysis.

What's the client used for?

  • The data client is used to collect the market information you see in the game.
  • It works by sniffing the network packets sent to the game, parsing the market information and, finally, uploading it to the centralized servers. So it's only capable of uploading information you actually look for in the game (pages of market orders, history charts and gold history).
  • The source code is open, so you can make sure the data that's being uploaded is limited to the market data. No private information is uploaded.

Installation and Usage

  • You can download the client from the project's repository releases page
  • Download the latest version that matches your operational system (if you're on Windows, get albiondata-client-amd64-installer.exe).

AODP Installation

  • Ignore Windows safety warnings by clicking on Run Anyway. They show up because AODP is not a certified publisher. Once again, the code is open source, and you can check how safe the application is yourself.

AODP Installation

  • You need administrator rights to install the client.
  • Follow the on-screen instructions to complete the installation.
  • WinPcap 4.1.3 will also be installed. This is the driver that allows the packet sniffing. Follow instruction to complete its installation.

AODP Installation

  • Make sure to keep the option Automatically start the WinPcap driver at boot time checked, since it's required for the Albion Online Data Project to work.

AODP Installation

  • Once the installation is complete, you can run the client from the start menu or the desktop icon. This is what the client looks like.

AODP Installation

  • The client starts automatically on Windows boot in a minimized state. So, if you need to open the client, you can find it in the system tray, near the watch.

AODP Installation

  • When idle (not uploading), the client is very low weight and won't harm your everyday usage of your computer. So there's no reason to worry about it running when you're not playing the game.
  • Once you get in-game, the client will start uploading market data.

AODP Installation

  • You can close the client by right clicking the system tray button and choosing Quit.

Uninstallation

  • You can uninstall the client and WinPcap just like any other software.

AODP Installation

Encrypted Data

  • If your prices are not updating with the client, it's probable that you have encrypted data, especially if your character is new or if you haven't played much on that character.
  • Both the official AODP data client and the alternative AFM Data Client will tell you that you have encrypted data.
  • When you're encrypted, gold and historical prices are uploaded, but market orders are not.
  • No one knows exactly how to stop getting data encrypted, but it's been noted that older accounts, where players actually play the game, don't have encrypted data. So the best known way to get your data unencrypted is to just play the game.

Alternative AFM Data Client

  • Alternatively, you can use the AFM Data Client.
  • It essentially performs the same functions as the official AODP client but offers a more user-friendly interface and additional features, as detailed in the link above.
  • To download and install, simply follow the instructions on the GitHub Page.
  • If you use this client, uninstall the official AODP one to avoid uploading everything twice.

AFM Data Client