-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Retrieving Version from the Executable #4
Comments
Its a tricky situation, as most users typically wouldn't have a different version of MapleStory.exe and .wz files in a single folder. I'll check on the speed of acquiring the version number from the client, relative to bruteforce method again. |
My suggestion is to simply remove it. MapleLib, as a library, should be general-purpose and able to open, read, and parse any given WZ file without concern for the directory structure, as each WZ file is standalone and does not depend on any other files. What do you think? |
Yes maybe separate, as only part of HaCreator. |
Oh, I see the problem now. I was only focusing on HaRepacker and overlooked that HaCreator also depends on MapleLib. Here is my suggestion: By doing so, |
Getting MapleStory version from exe IMO is not a good idea.
MapleLib/MapleLib/WzLib/WzFile.cs
Lines 268 to 283 in bc8b456
The text was updated successfully, but these errors were encountered: