Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.5 KB

README.md

File metadata and controls

59 lines (39 loc) · 2.5 KB




Realtime Damage Meter tool for Lost Ark

small


Requirements

When installing Npcap for Windows:

  • You must tick the case Install Npcap in WinPcap API-compatible Mode
  • If you don't want to run loa-details as administrator every time, you should NOT TICK the case Restrict Npcap driver's access to Administrators only

npcap-install

User Instructions

  • Make you that you have installed the requirements
  • Download latest release installer here
  • Follow the installation instructions
  • Start loa-details and start logging !

Dev

  • Clone with git clone --recurse-submodules https://github.com/lost-ark-dev/loa-details
  • Install dependencies with npm install
  • You can run loa-details in dev mode with the command npm run dev
  • You can build a release-ready binary with the command npm run build. Output will be located in ./dist/electron directory.

Credits

This repository is a clone of the original interface from @karaeren. It has been modified to work as a standalone program, without the need of any 3rd party logger.

The packet sniffing part has been made from scratch by @Herysia and @Mathicha, however, we can't help but thank @Shalzuth for his work on LostArkLogger.