Skip to content

Releases: Apoxied/Halo-3-MCC-DLL-Editor

H3 DLL Editor

28 Jan 16:08
Compare
Choose a tag to compare

.) I have it searching for the array of bytes, versus the offset, which has been able to successfully find pretty much all options on older seasons. It should be able to withstand future MCC updates without completely breaking. Most of the options, if not all, should stay intact.

.) Simply click on an option to apply it to your loaded dll.

.) It can detect if you have certain modifications already applied upon opening, which will automatically check the boxes.

.) You can deselect boxes to restore the original values.

.) "Clean DLL" button that deselects all options and restores your dll.

.) I also have it auto detecting which version of the game the dll belongs to and will disable the options not available for previous updates.

.) Detects if MCC is open, and will prevent you from opening the dll.

.) I have it handling the messages to the user at the top. Each message lasts 3 seconds long and disappears, letting the user know if the button worked or not. If there's an error, I have it displaying the error where the problematic array is located so I can fix things more easily.

.) I also added a feature that disallows the user from opening a file that's not named "halo3.dll" to prevent people from accidentally changing different dlls.

.) Added a hyperlink to my discord username that allows the user to copy it upon clicking, to make contacting me even easier.

. Added offset information next to the options.

.) included a "notes" button that takes you to a mega folder that includes the notes I used.

.) Organized the main.py a tad more and cleaned it up a little bit, still a lot of work to do.