Editing Modding:Installing mods

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 6: Line 6:
*Script Extender (bg3se) by Norbyte
*Script Extender (bg3se) by Norbyte
**[https://github.com/Norbyte/bg3se/releases/tag/updater-20231028 Latest Version Found here]
**[https://github.com/Norbyte/bg3se/releases/tag/updater-20231028 Latest Version Found here]
** Can be installed manually or by using BG3MM: Tools Download & Install the Script Extender
** Can be installed manually or by using BG3MM: Tools -> Download & Install the Script Extender
** Updates itself when starting the game
** Updates itself when starting the game
*BG3 Mod Manager (BG3MM) by LaughingLeader
*BG3 Mod Manager (BG3MM) by LaughingLeader
Line 13: Line 13:
Before doing any of these steps, please ensure that you have downloaded the [https://github.com/LaughingLeader/BG3ModManager/releases Baldur's Gate 3 Mod Manager] (simply scroll down to the Setup instructions and click on the highlighted "Grab the latest release."). Please note that as of Patch 9 in EA, your profile within the mod manager must be set to "Public" to use the mod manager properly. This option will be at the top left of the mod manager.
Before doing any of these steps, please ensure that you have downloaded the [https://github.com/LaughingLeader/BG3ModManager/releases Baldur's Gate 3 Mod Manager] (simply scroll down to the Setup instructions and click on the highlighted "Grab the latest release."). Please note that as of Patch 9 in EA, your profile within the mod manager must be set to "Public" to use the mod manager properly. This option will be at the top left of the mod manager.
# Find the mod you would like to download and download the file. This is usually a zip file. When downloading mods from Nexus Mods, make sure to select "Manual Download" to have the file downloaded to your computer.
# Find the mod you would like to download and download the file. This is usually a zip file. When downloading mods from Nexus Mods, make sure to select "Manual Download" to have the file downloaded to your computer.
# Open the zip file. This is quite simple, all you need is a folder unarchiving software such as [https://7-zip.org 7zip]. Double-click the zip file and open it with the software. The zip file usually contains an {{c|info.json}} JSON file, {{c|README}} text document, and the actual mod itself which will be a {{c|.pak}} file.  
# Open the zip file. This is quite simple, all you need is a folder unarchiving software such as [https://7-zip.org 7zip]. Double click the zip file and open it with the software. The zip file usually contains an {{c|info.json}} JSON file, {{c|README}} text document, and the actual mod itself which will be a {{c|.pak}} file.  
# In another window, open your file explorer and go to the mod folder for Baldur's Gate 3. The mod folder will be located at a location generally named {{c|C:\Users\<yourusername>\AppData\Local\Larian Studios\Baldur's Gate 3\Mods}}. Please note that the {{c|\AppData\}} folder is hidden by default. To be able to easily access it as well as other hidden folders, click "View" at the top left of the file explorer and check mark the "Hidden Items." box.
# In another window, open your file explorer and go to the mod folder for Baldur's Gate 3. The mod folder will be located at a location generally named {{c|C:\Users\<yourusername>\AppData\Local\Larian Studios\Baldur's Gate 3\Mods}} . Please note that the {{c|\AppData\}} folder is hidden by default. To be able to easily access it as well as other hidden folders, click "View" at the top left of the file explorer and check mark the "Hidden Items." box.
# Go back to the window of the zip file, and drag the mod's {{c|.pak}} file into the "Mods" folder for BG3.
# Go back to the window of the zip file, and drag the mod's {{c|.pak}} file into the "Mods" folder for BG3.
# Open the BG3 Mod Manager. The mod you just dragged into the Mods folder should appear on the right of the screen. If it does not, try clicking Refresh above it. The Patch 3 Mod Fixer is an exception, and does not appear in the mod manager nor does it need to be activated. Repeat steps 1-4 for all the mods you want.
# Open the BG3 Mod Manager. The mod you just dragged into the Mods folder should appear on the right of the screen. If it does not, try clicking Refresh above it. The Patch 3 Mod Fixer is an exception, and does not appear in the mod manager nor does it need to be activated. Repeat steps 1-4 for all the mods you want.
Line 21: Line 21:
BONUS STEP FOR DIRECTX 11 USERS: You will need to enable DirectX 11 mode for the mods to work if you are using that version of the game. Simply click "Settings" in the top most bar, click on "Open Preferences", tick "Enable DirectX 11 Mode" then click on "Save" at the bottom.  
BONUS STEP FOR DIRECTX 11 USERS: You will need to enable DirectX 11 mode for the mods to work if you are using that version of the game. Simply click "Settings" in the top most bar, click on "Open Preferences", tick "Enable DirectX 11 Mode" then click on "Save" at the bottom.  
<br>
<br>
Launching the game: You will need to launch the game through the mod manager for most of the mods to work properly. At the top bar, beside "Shortcuts", there are a few icons; a file icon that will automatically open the Mods folder mentioned in step 3, an icon that opens the workshop folder, an icon that opens the logs, and the BG3 icon. Click on the BG3 icon to launch the game. The launcher should open, and you should be able to simply press play and enjoy your mods. Note that some mods need you to turn off the sending of analytical data to Larian, which you can do at the launcher by simply going into settings at the bottom left.
Launching the game: You will need to launch the game through the mod manager for most of the mods to work properly. At the top bar, beside "Shortcuts", there are a few icons; a file icon that will automatically open the Mods folder mentioned in step 3, an icon that opens the workshop folder, an icon that opens the logs, and the BG3 icon. Click on the BG3 icon to launch the game. The launcher should open and you should be able to simply press play and enjoy your mods. Note that some mods need you to turn off the sending of analytical data to Larian, which you can do at the launcher by simply going into settings at the bottom left.




Line 40: Line 40:
# 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.
# 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>
<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 installation.  
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 ===
Some mods have load order requirements. In the example below, the section with <code><node id="ModOrder"></code> determines what order your mods are loaded in. BG3MM and Vortex do this automatically, but if you're on Mac or Linux it's very important to set this up correctly if you have lots of mods installed.
Some mods have load order requirements. In the example below, the section with <code><node id="ModOrder"></code> determines what order your mods are loaded in. BG3MM and Vortex do this automatically, but if you're on Mac or Linux it's very important to set this up correctly if you have lots of mods installed.
Line 94: Line 94:
This section requires instructions.
This section requires instructions.


However, most mods do not recommend using Vortex over BG3MM, as it has been known to cause issues.
However most mods do not recommend you use Vortex over BG3MM, as it is has been known to cause issues.
[[Category:Modding guides]]
[[Category:Modding guides]]
Please note that all contributions to Baldur's Gate 3 Wiki are considered to be released under the CC BY-NC-SA license, except when noted otherwise (see BG3Wiki:Copyrights for details). If you do not want your writing to be edited and redistributed at will, do not submit it here. Per our Content Rules, you are promising that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)