PSO2 Log Tracker V2
A full rewrite of the original Electron-based tracker.
V1 worked but had noticeable performance overhead from running
a browser engine just to display drop counts. V2 is built with
Dear ImGui + DirectX 11 — native C++, minimal resource usage,
runs as a lightweight overlay without impacting game performance.
What's new vs V1
- Native C++ instead of Electron — fraction of the memory and CPU usage
- True transparent overlay mode (click-through, always on top)
- Active boost tracker with countdown timers and group logic
- Session save/load with auto-resume on startup
- Drop goals with progress bar and ETA
- Snap-to-grid window positioning
- Full theme and color customization
- Crash handler with minidump report
How to run
Download PSO2 Log Tracker , place it anywhere, and launch it.
Point the log directory to your PSO2 log folder in Settings → Filters.
Build from source
Requires Visual Studio 2022 with Desktop C++ workload.
Open the .sln, set Release x64, and build.
This tells anyone reading the repo exactly why V2 exists, which also sets expectations — they'll understand it's intentionally lightweight and not just another Electron app wrapper.