A collection of GMS v83 Client Edits which can be loaded through the provided ijl15 proxy. The collection itself builds off of the fundamentals provided in the MapleClientCollection framework by MinimumDelta. The goal is that each DLL loaded provides clear and concise behavior. Opting in or out of functionality is handled through DLL deployment (or lack thereof).
- Clone and Build the repository to produce the proxy and client edit DLLs.
- Backup the original ijl15.dll in the root MapleStory directory. ie. ijl15.dll.bak
- Place the proxy ijl15.dll in the root MapleStory directory.
- Create an "edits" folder in the root MapleStory directory to house your client edits.
- Place (any) DLLs and corresponding INI configurations within the "edits" folder which you would like to apply to the client.
Exactly what you think it is.
Allow the minimize button to be used in the windowed application.
Removes the Ad window on client termination.
Removes restriction on Beginners from joining / creating parties. There may be server-side checks that need to be removed / configured depending on source.
Removes restriction on entering MTS on certain maps.
Removes the display of the MapleStory patcher window on launch.
Redirect IP the game uses for socket connections. Provided configuration produces a "localhost".
- I use CLion with a VisualStudio(2022 x86) Toolchain. Other IDEs are possible.
The proxy and client edits provided in this collection were all made possible through efforts by the following individuals, as well as my RE efforts. If you feel someone is improperly credited, please reach out.
- Hendi - Localhost Workshop - Foundation for minimum client edits to produce a localhost.
- MinimumDelta - MapleClientCollection - A wonderful framework for enabling DLL based client edits.
- izarooni - MapleEzorsia - Foundation for HD client edits.
The code in this repository is under either the AGPL 3.0 license, or a license compatible with the Apache 2 license. See the License Page for more information.