This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated structs (still broken) * still crashes in multiplayer matches * disabled cosmetics hooks for now * 'Show Ghosts' in hooks/PlayerControl.cpp::dRenderer_set_enabled hook is nonfunctional * fixed crash * able to play full multiplayer match now * Show Ghosts still broken, cosmetics still disabled * fixed 'Show Ghosts' & multithreading crash * all modifications to event-related collections should use the Replay.replayEventMutex * included comment for future devs to see too * also removed use of MFC static libs, they don't seem to be necessary and i don't have them installed * fixed cosmetics unlocking * shoutout to @cddjr for suggestion on hooking SaveManager::GetPurchase * also removed MFC static libs from all build configs
- Loading branch information
Showing
23 changed files
with
733 additions
and
415 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "pch-il2cpp.h" | ||
#include "_hooks.h" | ||
#include "state.hpp" | ||
#include "game.h" | ||
|
||
bool dSaveManager_GetPurchase(String* itemKey, String* bundleKey, MethodInfo* method) | ||
{ | ||
return true; | ||
} |
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.