v83 edits for creating a custom resolution client
This DLL modifies the memory of v83 MapleStory clients to change the experience of the game.
In your v83 MapleStory directory,
nmconew.dll
to nmconew2.dll
The default config.ini
file isn’t included because it’s optional.
The default resolution is 1024x768 if no config is present.
Make a file called config.ini
in your game folder and the program will try to use it.
All settings are optional and can be ommitted (in case you don’t want players knowing/using it).
[general]
width=1280
height=720
discord=false
debug=false
discord
=true/false
Enables to disables discord presencedebug
=true/false
Enables or disables the output consoleThis code can only be compiled on [Release] [x86] configuration
Discord.cpp
: Copy your General Information > Application ID
value to this variable
LPCSTR Discord::m_sApplicationID = "";
Discord.cpp
: Edit the following variables to your liking. Upload images to Rich Presence > Art Assets
. Use the name of those images for your imageKey and imageText values.
rp.largeImageKey = "";
rp.largeImageText = "";
rp.smallImageKey = "";
rp.smallImageText = "";
rp.details = "";
rp.state = "";