Documentation
Readme
View as plain text
Installation
-------------
Move BetterDummy.pak into Documents\LarianStudios\BaldursGate3\Mods
Edit modsettings.lsx at Documents\LarianStudios\BaldursGate3\PlayerProfiles\{YourProfile}\modsettings.lsx (You can open it with notepad or any text editor)
You must follow this format
<?xml version="1.0" encoding="UTF-8"?>
<save>
<version major="4" minor="0" revision="0" build="52" />
<region id="ModuleSettings">
<node id="root">
<children>
<node id="ModOrder">
<children>
<node id="Module">
<attribute id="UUID" type="FixedString" value="9c115c13-0698-49dc-ac44-a90dd7384997" />
</node>
<!--other mods here-->
</children>
</node>
<node id="Mods">
<children>
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSWString" value="Gustav" />
<attribute id="MD5" type="LSString" value="" />
<attribute id="Name" type="FixedString" value="Gustav" />
<attribute id="UUID" type="FixedString" value="991c9c7a-fb80-40cb-8f0d-b92d4e80e9b1" />
<attribute id="Version" type="int32" value="268435456" />
</node>
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSWString" value="BetterDummy" />
<attribute id="MD5" type="LSString" value="" />
<attribute id="Name" type="FixedString" value="BetterDummy" />
<attribute id="UUID" type="FixedString" value="dbfa7c04-6463-438f-b6a2-a5d2d857a4d1" />
<attribute id="Version" type="int32" value="268435456" />
</node>
<!--other mods here-->
</children>
</node>
</children>
</node>
</region>
</save>