mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo in dedi patch file
This commit is contained in:
parent
853aab9c81
commit
af547c4a5e
@ -5,8 +5,8 @@
|
||||
0x6DA10: "sub rsp, 28h" --> "xor rax, rax; ret"; // CClientState constructor; Removed due to high mem allocation during init (100MiB+). 'CClientState' is useless on dedicated, and all its feature are thereof disabled.
|
||||
|
||||
//---- PATCH2
|
||||
0x236354: "mov edi, 0x2" --> "mov edi, 0x1"; // RPak array contains 2 elements: 1='common_eraly', 2='ui'. Changing size to 1 only loads 'common_early'. 'ui' is not needed for dedi.
|
||||
0x236354: "mov edi, 0x2" --> "mov edi, 0x1"; // RPak array contains 2 elements: 1='common_early', 2='ui'. Changing size to 1 only loads 'common_early'. 'ui' is not needed for dedi.
|
||||
|
||||
//---- PATCH3
|
||||
0x340D07: "mov cs:g_pszMultiplayerUiPakName, rcx" --> "nop" // Prevent 'g_pszMultiplayerUiPakName' from being assigned to string "ui_mp.rpak" (prevents it from loading this pak file).
|
||||
0x340FEA: "mov cs:g_pszMultiplayerUiPakName, rcx" --> "nop"
|
||||
0x340FEA: "mov cs:g_pszMultiplayerUiPakName, rcx" --> "nop"
|
||||
|
Loading…
x
Reference in New Issue
Block a user