This method will not work on any kind of VPN
-
Download and install pcap
- Windows: Npcap Installer (Ensure
Install Npcap in WinPcap API-compatible mode
is ticked) - Linux: Figure it out, lol. The package should be called libpcap
- Macos: Use brew https://formulae.brew.sh/formula/libpcap
- Windows: Npcap Installer (Ensure
-
Note for WiFi users:
- Windows: During Npcap installation, ensure
Support raw 802.11 traffic (and monitor mode) for wireless adapters
is ticked. - Linux and Macos: Make sure you enable monitor mode for your wireless adapter.
- Windows: During Npcap installation, ensure
-
Download the latest release:
-
Launch the game to the point where.
- HSR: The train is right before going into hyper speed
- Genshin: Right before entering the door
-
Execute the exporter (You might need to do this as admin/root) and wait for it to say
Device <i> ready~!
. -
Go into hyperspeed/Enter the door and it should copy the export to your clipboard.
-
Paste it here.
For linux users, you need to set the CAP_NET_RAW
capability
sudo setcap CAP_NET_RAW=+ep target/release/stardb-exporter
Thank you @IceDynamix for providing the building blocks for this with their reliquary project!
Thank you @hashblen for creating protocol parsers that don't need any further updates (auto-reliquary and auto-artifactarium)!
Thank you @emmachase for providing support wherever she can!