2nd try:

On MacOs

I've copied the .pak file to the path: "/Users/XXXXX/Documents/Larian Studios/Baldur's Gate 3/Mods"

Then I edited the modsettings.lsx file located in the path: "/Users/XXXXX/Documents/Larian Studios/Baldur's Gate 3/PlayerProfiles/Public"

This results in the game crashing after starting and trying to load an existing game or starting a new one

Any input how to get this running ?


Here's the .json file provided with the mod
{"Mods":[{"Author":"Maximuuus","Name":"VisibleShields","Folder":"VisibleShields","Version":null,"Description":"VisibleShields","UUID":"1f998319-583c-4563-9856-202c1afaf555","Created":"2023-06-02T16:19:25.0870266+02:00","Dependencies":[],"Group":"b1c318d8-bb47-41ad-b1f7-3c8741770625"}],"MD5":"c46ed072e811cf3e5d2a184893b4dbe2"}


Here's the modsettings.lsx, where I inserted the info from the .json file

<?xml version="1.0" encoding="UTF-8"?>
<save>
<version major="4" minor="0" revision="9" build="300"/>
<region id="ModuleSettings">
<node id="root">
<children>
<node id="ModOrder">
<children>
<node id="Module">
<attribute id="UUID" value="991c9c7a-fb80-40cb-8f0d-b92d4e80e9b1" type="FixedString" />
</node>
<node id="Module">
<attribute id="UUID" value="1f998319-583c-4563-9856-202c1afaf555" type="FixedString" />
</node>
</children>
</node>
<node id="Mods">
<children>
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSString" value="Gustav"/>
<attribute id="MD5" type="LSString" value=""/>
<attribute id="Name" type="LSString" value="Gustav"/>
<attribute id="UUID" type="FixedString" value="991c9c7a-fb80-40cb-8f0d-b92d4e80e9b1"/>
<attribute id="Version64" type="int64" value="36028797018963968"/>
</node>
<node id="ModuleShortDesc">
<attribute id="Folder" type="LSString" value="VisibleShields"/>
<attribute id="MD5" type="LSString" value="c46ed072e811cf3e5d2a184893b4dbe2"/>
<attribute id="Name" type="LSString" value="VisibleShields"/>
<attribute id="UUID" type="FixedString" value="1f998319-583c-4563-9856-202c1afaf555"/>
<attribute id="Version64" type="int64" value=""/>
</node>
</children>
</node>
</children>
</node>
</region>
</save>