Updated for Mafia III Definitive edition.#11
Open
Evasion3356 wants to merge 2 commits intoMartinJK:masterfrom
Open
Updated for Mafia III Definitive edition.#11Evasion3356 wants to merge 2 commits intoMartinJK:masterfrom
Evasion3356 wants to merge 2 commits intoMartinJK:masterfrom
Conversation
added 2 commits
May 9, 2025 12:15
Redesigned M3ScriptHook project to compile as a DXGI hijacked DLL instead of an injected binary. Removed M3ScriptHookLauncher since it's no longer needed. Updated logger to include timestamps. Updated CreateKeyBind and DestroyKeyBind to include useful information in the log other than the function was called. Removed main_menu_dev replacement as it doesn't work in the definitive edition.
Fixed logPointer not returning after failure scenario leading to a crash.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redesigned M3ScriptHook project to compile as a DXGI hijacked DLL instead of an injected binary.
Removed M3ScriptHookLauncher since it's no longer needed.
Updated logger to include timestamps.
Updated CreateKeyBind and DestroyKeyBind to include useful information in the log other than the function was called.
Removed main_menu_dev replacement as it doesn't work in the definitive edition.
Updated logPointer to use a relative offset rather than the absolute ASLR address which is worthless for debugging.
Closes #7
Closes #9
Closes #10