- Navigate to the releases section to download the installer
AFMDataClientSetup_v_x.x.x.x.exe
. - The application will automatically update to the latest version when available.
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. All the data is uploaded to The Albion Online Data Project! Albion Free Market does not host prices databases.
This software was developed by the Albion Free Market developer, JP codecraft.
ATTENTION: this is a beta release. Use it at your own risk.
ATTENTION²: if you use this client, uninstall the official AODP one. Otherwise you'll upload everything twice.
🧰 Collects ingame market data and uploads to The Albion Online Data Project's server
📬 Collects market mail data and shows it to you, so you can get the prices you paid for / sold items
🪙 Collect all your instant buy and sell trades and stores them so you can check prices later
📡 Able to capture market data from loadout's quick buy screen, besides the usual market screens and gold screen
🚀 Launch on startup
📌 Sits on tray
🔄 Automatic, silent updates
⚙️ Settable parallelism for PoW solving and uploads
🤌 Doesn't require admin permission to run (installing NpCap still requires, thought)
- Navigate to the releases section to download the installer
AFMDataClientSetup_v_x.x.x.x.exe
. - The application will automatically update to the latest version when available.
# Create a temporary directory
TEMP_DIR=$(mktemp -d)
# Fetch the latest release download URL
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/JPCodeCraft/AlbionDataAvalonia/releases/latest | jq -r '.assets[] | select(.name == "AFMDataClient_Linux64_Installer.sh") | .browser_download_url')
# Download the file to the temporary directory
curl -L -o $TEMP_DIR/AFMDataClient_Linux64_Installer.sh $DOWNLOAD_URL
# Convert Windows line endings to Unix line endings
sed -i 's/\r$//' $TEMP_DIR/AFMDataClient_Linux64_Installer.sh
# Make the file executable
chmod +x $TEMP_DIR/AFMDataClient_Linux64_Installer.sh
# Run the installer
$TEMP_DIR/AFMDataClient_Linux64_Installer.sh
# Create a temporary directory
TEMP_DIR=$(mktemp -d)
# Fetch the latest release download URL
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/JPCodeCraft/AlbionDataAvalonia/releases/latest | jq -r '.assets[] | select(.name == "AFMDataClient_Linux64_Uninstaller.sh") | .browser_download_url')
# Download the file to the temporary directory
curl -L -o $TEMP_DIR/AFMDataClient_Linux64_Uninstaller.sh $DOWNLOAD_URL
# Convert Windows line endings to Unix line endings
sed -i 's/\r$//' $TEMP_DIR/AFMDataClient_Linux64_Uninstaller.sh
# Make the file executable
chmod +x $TEMP_DIR/AFMDataClient_Linux64_Uninstaller.sh
# Run the uninstaller
$TEMP_DIR/AFMDataClient_Linux64_Uninstaller.sh
- Download the
AFMDataClient_Linux64_Installer.sh
installer script from the releases section. This script will download the application, set the necessary capabilities, and configure it to launch at startup. The application file will be saved in the~/AFMDataClient
directory. - To uninstall the application, download and run the
AFMDataClient_Linux64_Uninstaller.sh
script. This will reverse all changes made by the installer script. - Automatic updates are not currently available for Linux. To update the application, simply run the installer script again. This will download and install the latest version.
- Before running the scripts you might need to do:
sed -i 's/\r$//' AFMDataClient_Linux64_Uninstaller.sh
andchmod +x AFMDataClient_Linux64_Installer.sh
.
Just change the Packets redirection method
to Legacy - NDIS
and it should work. This setting is under TOOLS
in yout ExitLag app.
Check out the download statistics for this project here