Giter VIP home page Giter VIP logo

redle's Introduction

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)

redle's People

Contributors

helyos96 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

meowboy326

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.