Skip to content

Instantly share code, notes, and snippets.

@LaughingLeader
Last active September 7, 2023 08:12
Show Gist options
  • Save LaughingLeader/62f7acf173907064a574446eb76195c3 to your computer and use it in GitHub Desktop.
Save LaughingLeader/62f7acf173907064a574446eb76195c3 to your computer and use it in GitHub Desktop.
Origin multiplayer limit override for Divinity: Original Sin 2: Definitive Edition. Right click Raw -> Save Link As, then place this file at "Divinity Original Sin 2\DefEd\Data\Mods\DivinityOrigins_1301db3d-1f54-4e98-9be5-5094030916e4\meta.lsx". Make the folders as needed. The "NumPlayers" value is the player limit.
<?xml version="1.0" encoding="UTF-8" ?>
<save>
<header version="2" />
<version major="3" minor="6" revision="2" build="0" />
<region id="Config">
<node id="root">
<children>
<node id="Dependencies">
<children>
<node id="ModuleShortDesc">
<attribute id="Folder" value="Shared_DOS" type="30" />
<attribute id="MD5" value="51f45a5233f4b8a45b8a8ab71eccbc30" type="23" />
<attribute id="Name" value="Shared_DOS" type="22" />
<attribute id="UUID" value="eedf7638-36ff-4f26-a50a-076b87d53ba0" type="22" />
<attribute id="Version" value="268435456" type="4" />
</node>
</children>
</node>
<node id="ModuleInfo">
<attribute id="Author" value="Larian Studios" type="30" />
<attribute id="CharacterCreationLevelName" value="SYS_Character_Creation_A" type="22" />
<attribute id="Description" value="" type="30" />
<attribute id="Folder" value="DivinityOrigins_1301db3d-1f54-4e98-9be5-5094030916e4" type="30" />
<attribute id="GMTemplate" value="" type="22" />
<attribute id="LobbyLevelName" value="ARENA_Menu" type="22" />
<attribute id="MD5" value="73d13f95607b70c953cc32e56d62b7d7" type="23" />
<attribute id="MenuLevelName" value="ORI_Menuscreen_A" type="22" />
<attribute id="Name" value="Divinity: Original Sin 2" type="22" />
<attribute id="NumPlayers" value="10" type="1" />
<attribute id="PhotoBooth" value="SYS_NPC_Portrait_A" type="22" />
<attribute id="StartupLevelName" value="SYS_Character_Creation_A" type="22" />
<attribute id="Tags" value="" type="30" />
<attribute id="Type" value="Adventure" type="22" />
<attribute id="UUID" value="1301db3d-1f54-4e98-9be5-5094030916e4" type="22" />
<attribute id="Version" value="373234071" type="4" />
<children>
<node id="PublishVersion">
<attribute id="Version" value="905969667" type="4" />
</node>
<node id="Scripts">
<children>
<node id="Script">
<attribute id="UUID" value="d989bfea-1194-4b5a-a667-93bec60c58a1" type="22" />
<children>
<node id="Parameters">
<children>
<node id="Parameter">
<attribute id="MapKey" value="HardcoreOnly" type="22" />
<attribute id="Type" value="1" type="4" />
<attribute id="Value" value="0" type="23" />
</node>
</children>
</node>
</children>
</node>
<node id="Script">
<attribute id="UUID" value="43ed2c9c-bfcd-4dcf-b874-b69013edc472" type="22" />
<children>
<node id="Parameters">
<children>
<node id="Parameter">
<attribute id="MapKey" value="HardcoreOnly" type="22" />
<attribute id="Type" value="1" type="4" />
<attribute id="Value" value="0" type="23" />
</node>
</children>
</node>
</children>
</node>
<node id="Script">
<attribute id="UUID" value="323a3ad4-bf8c-47f5-8ca6-df26a8ed8369" type="22" />
<children>
<node id="Parameters">
<children>
<node id="Parameter">
<attribute id="MapKey" value="HardcoreOnly" type="22" />
<attribute id="Type" value="1" type="4" />
<attribute id="Value" value="0" type="23" />
</node>
</children>
</node>
</children>
</node>
<node id="Script">
<attribute id="UUID" value="c7038442-5edc-47a5-8e58-64ff14982d21" type="22" />
<children>
<node id="Parameters">
<children>
<node id="Parameter">
<attribute id="MapKey" value="HardcoreOnly" type="22" />
<attribute id="Type" value="1" type="4" />
<attribute id="Value" value="0" type="23" />
</node>
</children>
</node>
</children>
</node>
<node id="Script">
<attribute id="UUID" value="df0d5edf-2c85-4699-ae5b-ba85fd8b8f54" type="22" />
<children>
<node id="Parameters">
<children>
<node id="Parameter">
<attribute id="MapKey" value="HardcoreOnly" type="22" />
<attribute id="Type" value="1" type="4" />
<attribute id="Value" value="0" type="23" />
</node>
</children>
</node>
</children>
</node>
</children>
</node>
<node id="TargetModes">
<children>
<node id="Target">
<attribute id="Object" value="Story" type="22" />
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</region>
</save>
@EntLord1234
Copy link

I am having difficulty playing with 6 players

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment