Skip to content

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

License

Notifications You must be signed in to change notification settings

MapleMyth/ClientImageLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages