A simple tool to launch both LaunchPad and your Packet Collector.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
EverQuest 2 Opener
This program simply LaunchPad and the packet collector.
This program does NOT ship the packet collector. You must have access prior to using this program.
Why?
Easier to use with Steam + Proton.
Usage
compile with cargo build --target x86_64-pc-windows-gnu
or download latest release.
Rename the built exe to LaunchPad.exe
(already done in release).
Rename the real LaunchPad.exe
to LaunchPad-real.exe
Ensure your Packet Collector is in PacketCollector/PacketCollector.exe
Make the fake LaunchPad.exe
immutable so it doesn't get overwritten! chattr +i LaunchPad.exe
That's it!