Skip to content

Instantly share code, notes, and snippets.

@amlweems
Created August 6, 2023 20:58
Show Gist options
  • Save amlweems/5d5d449946624a253f8192433e409560 to your computer and use it in GitHub Desktop.
Save amlweems/5d5d449946624a253f8192433e409560 to your computer and use it in GitHub Desktop.
Baldur's Gate 3: Multiplayer Party Size (v4.1.1.3624901)
<?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