Created
August 6, 2023 20:58
-
-
Save amlweems/5d5d449946624a253f8192433e409560 to your computer and use it in GitHub Desktop.
Baldur's Gate 3: Multiplayer Party Size (v4.1.1.3624901)
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
<?xml version="1.0" encoding="utf-8"?> | |
<CheatTable CheatEngineTableVersion="45"> | |
<CheatEntries> | |
<CheatEntry> | |
<ID>348</ID> | |
<Description>"Mod Party Size"</Description> | |
<VariableType>Auto Assembler Script</VariableType> | |
<AssemblerScript>[ENABLE] | |
// Number of Slots in multiplayer Lobby | |
"bg3.exe"+8202B9: | |
cmp bl,05 | |
// player slots on Session screen | |
"bg3.exe"+24F5285: | |
cmp ebp,05 | |
// sets max party size in GustavDev structure | |
"bg3.exe"+2371A47: | |
mov byte ptr [rbx+38],05 | |
[DISABLE] | |
</AssemblerScript> | |
</CheatEntry> | |
</CheatEntries> | |
</CheatTable> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment