A simple tool to launch both LaunchPad and your Packet Collector.
Go to file
Paul Black 26fbc89a43 Update README.md 2023-12-22 03:15:02 +00:00
src Inital commit 2023-12-21 20:02:49 -07:00
.gitignore Inital commit 2023-12-21 20:02:49 -07:00
Cargo.lock Inital commit 2023-12-21 20:02:49 -07:00
Cargo.toml Inital commit 2023-12-21 20:02:49 -07:00
README.md Update README.md 2023-12-22 03:15:02 +00:00

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!