Ad placeholder

Modding:Installing mods: Difference between revisions

Jump to navigation Jump to search
Line 31: Line 31:


== Manually ==
== Manually ==
# Download the mod(s)
# Download the mod(s).
# Unzip the into the [[Modding_the_Game#Paths|Mods folder]] using a program like [https://7-zip.org 7zip]
# Unzip into the [[Modding_the_Game#Paths|Mods folder]] using a program like [https://7-zip.org 7zip].
# Add the mod to the modsettings.lsx file
# If the mod comes with its mod settings code in the description or pinned in the Posts section use that.
# 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
## Add the mod to the <code>modsettings.lsx</code> file located in [[Modding_the_Game#Paths|PlayerProfiles/Public]].
## Save and exit.
# If no code is provided you'll have to make it yourself. This is easy.
## Open <code>Larian Studios/Baldur's Gate 3/PlayerProfiles/Public/modsettings.lsx</code>.
## Copy and paste the Gustav entry below itself. From <code><node id="ModuleShortDesc"></code> to the closing <code></node></code>.
## Change '''Name''', '''Folder''', and '''UUID''' to match the <code>info.json</code> that should have come with the mod you are currently installing.
## Save and exit.
# Repeat either 3 or 4 as needed for each mod you want to install.
# Set <code>modsettings.lsx</code> to read only. If this isn't done, the game will overwrite the file and changes will have to be made again.
<br>
If the mod you are installing doesn't come with an <code>info.json</code>, ask the mod author nicely to either provide one or supply the code for manual install.
=== Mod Order ===
=== Mod Order ===
Mod order instructions here...
Mod order instructions here...

Navigation menu