HeavenClient is a custom, made-from-scratch game client.
--THIS IS A PUBLIC COPY OF THE HEAVENCLIENT PROJECT, SINCE THE ORIGINAL WAS DELETED. I AM IN NO WAY AFFILIATED WITH THE ORIGINAL AUTHORS--
- The client is currently compatible with version 83 servers.
- The client has only been tested with HeavenMS.
- Switch
- Linux
The build can be configured by editing the MapleStory.h file. The following options are available:
- USE_ASIO: Use Asio for networking (additional dependency)
- USE_CRYPTO: Use cryptography when communicating for the server.
- USE_NX: Use NX files instead of WZ files.
- USE_DEBUG: This suppresses the generation of the Settings file
The default settings can be configured by editing the Configuration.h file. These are also generated after a game session in a file called Settings. These can be altered in the same way as Configuration.h, although, these do not persist if you delete the file, unlike Configuration.h.
- Open MapleStory.sln in Visual Studio 2019 CE
- Make sure to use Windows SDK Version: 8.1 and Platform Toolset: v140 (If you don't have these, download them.)
- Press Build > Build Solution or Ctrl + Shift + B
- After a successful build, you can now run the program by pressing Debug > Start Debugging or F5.
- Make sure all NX files are present in the parent folder. To convert WZ files to NX you can use the NoLifeWzToNx project.
- Extract the zip
- Place your WZ files in the files folder
- Run start.bat
- See Required Files for a list of required NX files
All WZ files from the official client are required to be converted Check NxFiles.h for an updated list of required NX files Check Configuration.h for the latest version of WZ files tested
If you experience any kind of in-game glitches, UI rendering issues, or anything else that seems out of the ordinary that other developers are not experiences; Follow these steps in order to hopefully resolve aforementioned issues.
- Clean Solution
- Close Visual Studio
- Delete the following files/folders: .vs, x64, debug.log, MapleStory.aps, Settings
- Open Solution
- Rebuild Solution
The latest build (a3a9500) can be found here: HeavenClient.rar
[[REMOVED DONATION LINK]]
Please remember this is ONLY for the HeavenClient development and will only be used in the support of helping further develop the client. Also please remember to support Nexon as this is not meant to replace anything Nexon offers
Another important note to remember is that HeavenClient is a free open-sourced client developed for personal use. Do NOT pay for any services requested by anyone in regards to this client. It will always remain open and free of charge. There is no intent to publish this code with any payment in mind. If that ever changes, donations and disclaimers for donations will be removed.