BPTimer Companion App v0.1.8
Changes
- Added prefetch for mobs instead of hard coded values
(can now dynamically add/remove new mobs like snow nappo without whole app update) - Fixed libpcap link for linux binary
Installation Options
Windows
Full Installation (Recommended)
Download and run BPTimer-Desktop-Setup-0.1.8.exe for a complete installation.
- ✅ Includes Npcap installation (if not already installed)
Portable Version
Download bptimer-desktop-x86_64-pc-windows-msvc.exe for a portable version.
⚠️ Npcap must be installed separately - Download from npcap.com- No installation required - just run the .exe
- Settings are saved to AppData
Linux
Download bptimer-desktop-x86_64-unknown-linux-gnu for Linux.
- Make executable:
chmod +x bptimer-desktop-x86_64-unknown-linux-gnu - To capture packets without running as root, set capabilities:
sudo setcap cap_net_raw,cap_net_admin=eip bptimer-desktop-x86_64-unknown-linux-gnu
- Run with
./bptimer-desktop-x86_64-unknown-linux-gnu - Requires libpcap (usually pre-installed on most Linux distributions)