Helyos96 / Redle

ARPG server software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redle

Redle is a generic ARPG server software.

What works (3.21.0c)

  • Handshaking and setting up the crypto stuff with the game client.
  • Logging in and displaying character list
  • Entering world instance
  • Packet dumping tool
  • Custom launcher tool

No downloads

We do not offer prebuilt binaries.

Building

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.

Windows

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

Linux

meson setup builddir
meson compile -C builddir

Using

  • Add the following DNS redirection to your system:
127.0.0.1 lon01.login.pathofexile.com
  • Launch redle.exe (make sure dsa-private.key is reachable by it)
  • Copy launcher.exe and dsa-public.key to the game's root folder.
  • Launch launcher.exe
  • Select London server (this is tied to lon01.login.pathofexile.com)

About

ARPG server software

License:GNU General Public License v2.0


Languages

Language:C++ 93.8%Language:C 4.0%Language:Assembly 2.2%Language:Meson 0.0%