mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-01 08:43:01 +05:00
Removed Steam modding protection & rejecting 1.0 saves
Ready for a release, I guess
This commit is contained in:
parent
82fe37b369
commit
b4a0f23726
1 changed files with 7 additions and 0 deletions
|
@ -2523,6 +2523,13 @@ __forceinline void Patch_SA_Steam()
|
|||
Patch<const void*>(0x73822B, &f169);
|
||||
Patch<const void*>(0x738247, &f54);
|
||||
Patch<const void*>(0x73825A, &f43);
|
||||
|
||||
// No IMG size check
|
||||
Nop(0x406CD0, 7);
|
||||
Nop(0x406D00, 7);
|
||||
|
||||
// Unlock 1.0/1.01 saves loading
|
||||
InjectHook(0x5EDFD9, 0x5EE0FA, PATCH_JUMP);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue