Modding:Installing mods: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


== Manually ==
== Manually ==
# Copy your .pak file to the appropriate location.
# Copy the .pak file to the Mods folder.
# Add the mod to the modsettings.lsx file.
# Add the mod to the modsettings.lsx file.
# Set modsettings.lsx to read only. If you do not set this file to read only, the game will overwrite the file and you'll have to make your changes again.
# Set modsettings.lsx to read only. If this isn't done, the game will overwrite the file and changes will have to be made again.
 
=== Mod Order ===
<code></code>
 
=== Mods ===
<code>
                        <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>
</code>


== Vortex ==
== Vortex ==

Revision as of 01:53, 28 July 2023

Baldur's Gate 3 Mod Manager

Manually

  1. Copy the .pak file to the Mods folder.
  2. Add the mod to the modsettings.lsx file.
  3. Set modsettings.lsx to read only. If this isn't done, the game will overwrite the file and changes will have to be made again.

Mod Order

Mods

                       <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>

Vortex