Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheussampaio/ao-loot-logger
AO Loot Logger logs all loot grabbed by players from loot bags to a local file. The file can be used in AO Loot Logger Viewer.
https://github.com/matheussampaio/ao-loot-logger
albiononline
Last synced: 7 days ago
JSON representation
AO Loot Logger logs all loot grabbed by players from loot bags to a local file. The file can be used in AO Loot Logger Viewer.
- Host: GitHub
- URL: https://github.com/matheussampaio/ao-loot-logger
- Owner: matheussampaio
- License: gpl-3.0
- Created: 2021-06-06T19:15:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T20:10:30.000Z (8 days ago)
- Last Synced: 2024-12-18T21:22:32.426Z (8 days ago)
- Topics: albiononline
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 33
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License
Awesome Lists containing this project
README
[![Download AO Loot Logger](https://img.shields.io/badge/AO%20Loot%20Logger-Download-blue)](https://github.com/matheussampaio/ao-loot-logger/releases/latest)
[![Discord](https://img.shields.io/badge/discord-join-blue)](https://discord.gg/fvNMF2abXr)# Albion Online Loot Logger
With AO Loot Logger you can write all the loot grabbed by other players to a file. With this file, you can use [Loot Logger Viewer](https://matheus.sampaio.us/ao-loot-logger-viewer) to analyze it.
**NOTE:** It does not work with a VPN (i.e. Exit Lag) or playing through Geforce Now.
## Discord
Join the discord server for questions and help: https://discord.gg/fvNMF2abXr
## Funding
You can always [buy me a coffee](https://www.buymeacoffee.com/MatheusSampaio) or [sponsor me](https://github.com/sponsors/matheussampaio). ❤️
## How to Use (Windows)
1. Install [Npcap with WinPcap compatibility](https://nmap.org/npcap).
1. Download the latest AO Loot Logger for Windows: https://github.com/matheussampaio/ao-loot-logger/releases/latest
1. Execute `ao-loot-logger.exe`.
1. The log is written to file in the same folder as the executable (you can see the full path when the AO Loot Logger starts).## How to Use (Linux)
1. Install `libpcap-dev`: `sudo apt-get install libpcap-dev`.
1. Download the latest AO Loot Logger for Linux: https://github.com/matheussampaio/ao-loot-logger/releases/latest
1. Execute `ao-loot-logger`.
1. The log is written to file in the same folder as the executable (you can see the full path when the AO Loot Logger starts).## How to run from the code
1. Install [Nodejs](https://nodejs.org/en) v16.
1. If you're on windows, install [Npcap with WinPcap compatibility](https://nmap.org/npcap)
1. If you're on linux, install `libpcap-dev`: `sudo apt-get install libpcap-dev`.
1. In the project's folder, open a terminal and run `npm install` to install all dependencies.
1. In the project's folder, open a terminal and run `npm start`.## Question?
Start a [discussion](https://github.com/matheussampaio/ao-loot-logger/discussions).
## Found any problem?
Create an [issue](https://github.com/matheussampaio/ao-loot-logger/issues) so we can get it fixed.