-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config to allow resolution change at user discretion
- Add INIReader for config file - Fix project settings for detour path
- Loading branch information
Showing
11 changed files
with
535 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
# MapleEzorsia | ||
|
||
|
||
This DLL modifies addresses in a v83 MapleStory client to change the game window and canvas resolution.\ | ||
Some in-game component boundaries are also modified to scale with the custom resolution. | ||
|
||
This DLL modifies addresses in a v83 MapleStory client to change the game window and canvas resolution. | ||
Some in-game component boundaries are also modified to scale with the custom resolution. | ||
This code can only be compiled on the x86 platform. | ||
|
||
--- | ||
### Default config.ini | ||
The default `config.ini` file isn't included or generated but is optional. | ||
Simply make a file called `config.ini` in your game folder (where the .dll is) and the program will try to use it. | ||
``` | ||
[general] | ||
width=1280 | ||
height=720 | ||
``` | ||
|
||
### How to use | ||
In your v83 MapleStory directory, | ||
1. Rename file `nmconew.dll` to `nmconew2.dll` | ||
2. insert [this DLL file](https://github.com/izarooni/MapleEzorsia/releases/latest) in that directory | ||
3. Run your client! | ||
In your v83 MapleStory directory, | ||
1. Rename file `nmconew.dll` to `nmconew2.dll` | ||
2. insert [this DLL file](https://github.com/izarooni/MapleEzorsia/releases/latest) in that directory | ||
3. Run your client! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.