Code Monkey home page Code Monkey logo

clientimageloader's Introduction

Client Image Loader

Client Image Loader is a DLL that can be injected into a MapleStory client to load from image data files.

What

This will make your MapleStory client load from ".img" files inside a data directory "./Data" instead of ".wz" compressed files at the index.

Why

There are a couple of advantages especially for WZ editors trying to get new content to work in older versions.

  • Eliminate the GFX glitches and memory leaks making the client more stable.
  • Push file updates and patches to your users faster, easier and less bandwidth consuming.
  • Your game installation directory and file structure will look well organized.
  • It's cool and interesting?

How

You need to specify the correct function addresses in "Resman.cpp" for your particular client version. In fact, you should find information in the "functions" directory for the major versions.

So, after you compile this project resulting in a DLL file you need to inject it. Now, there are many ways to inject a DLL to your MapleStory client but this project is already configured with the APIDummy export method.

  1. Download CFF Explorer.
  2. Go to "File > Open" and select your "ijl15.dll" inside your MapleStory directory.
  3. Proceed to "Import Adder" and click "Add" then select the compiled DLL file.
  4. Import the "APIDummy" export that you just added.
  5. Click "Rebuild Import Table" then save the file. Now your client should automatically load with the compiled DLL already injected.

Credits

@buttbeam ~ Everything? Released this.

@Darter ~ This project is based on his AuthHook release.

@Eric ~ I learnt a lot from him.

clientimageloader's People

Contributors

maplemyth avatar bhnet avatar maplesuxballs avatar iloveroblox2011 avatar

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.