/la-dpsmeter

dpsmeter with remote packet sniffing that provides a web overlay for lostark

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Lostark DPS Meter

A fork of https://github.com/karaeren/LostArkLogger with the capability to remote log packets via winpcap for docker.

Image

Zero risk made possible with tabfloater.

Setup

We call the pc where you run the game the main computer and the pc where you run the dps meter the remote computer. Both computers have to be in the same network.

It's possible but not recommended to run the dps meter on the main computer.

First step: Setup docker

You have to install docker on the remote computer.

For instructions on how to install docker, check the docker desktop.

Second step: Setup rpcapd

You need to install npcap on your main computer.

Make sure to have the option Install Npcap in WinPcap API-compatible Mode checked.

After that, you have to install rpcapd.

if your windows is blocked for install unsigned software, you have to disable it.

Set-ExecutionPolicy Unrestricted

Then you can install rpcapd with the following command:

You can use the following script to install it.

This script install rpcapd as a service. You can check the service in your services.msc or with the following command:

Get-Service rpcapd

Third step: Configure and run the container

Run docker-compose to build the container.

docker-compose up -d --build

Fourth step: Access the overlay

You can access the overlay by opening the following url in your browser:

http://<remote-computer-ip>:1338

Support & Troubleshooting

We have a discord server where you can ask questions or report bugs.

WARNING

This is not endorsed by Smilegate or AGS. Usage of this tool isn't defined by Smilegate or AGS. I do not save your personal identifiable data. Having said that, the .pcap generated can potentially contain sensitive information ( specifically, a one-time use token)

Archive

You can find the old installation instructions here.