Redle is a generic ARPG server software.
- Handshaking and setting up the crypto stuff with the game client.
- Logging in and displaying character list
Entering world instancePacket dumping tool- Custom launcher tool
We do not offer prebuilt binaries.
Redle is cross-platform, although only compilation under Windows and Linux (Ubuntu) have been tested. Some tools, like the launcher and packet dumper, are Windows-only.
Redle uses meson
as its meta-build system. By default, it generates ninja build files.
From the command line (open a "x64 Native Tools Command Prompt"):
meson setup builddir
meson compile -C builddir
Or, generate Visual Studio solution files:
meson setup builddir --backend vs
You can then open builddir/redle.sln
meson setup builddir
meson compile -C builddir
- Add the following DNS redirection to your system:
127.0.0.1 lon01.login.pathofexile.com
- Launch
redle.exe
(make suredsa-private.key
is reachable by it) - Copy
launcher.exe
anddsa-public.key
to the game's root folder. - Launch
launcher.exe
- Select London server (this is tied to lon01.login.pathofexile.com)