Modding Resources - Baldur's Gate 3 Wiki (2024)

CommunityGuidesModding

Modding guides

Blender Export Settings

Coding An Item

Compatibility Framework

Creating a custom cloth collider

Creating and Exporting Meshes in Blender

Creating Armor Mods

Creating Item Icons

Creating meta.lsx

Creating mods

Creating Outfit Textures

Editing a Character Creation Preset

Editing Equipment.txt

Hair Mod File Setup

Hair Mod Mesh Setup

Hotloading

How To Find A Virtual Texture

Installing mods

Localization

Packaging mods

Texture formatting

Unpacking and converting files

Working with LSX files

Modding resources

Armor/Clothing Texture Maps

Body Models

Custom polymorph

Dependencies

Face and body textures

Fixing bone errors

Fixing neck seams

Fixing UV errors

Getting Started with BG3 Modding

Hair Meshes

Head Models

Mod troubleshooting

Modding class icons

NPC Head Models

Tiefling Horn Models

Non-VT Shaders

Race UUID

Sample Templates

Texture formatting

Tools

TreasureTables References

Tutorials

VertexColorMaskSlots

Working with LSX files

Having trouble with your installed mods? See our Mod Troubleshooting page.

  • Script Extender (bg3se) by Norbyte
    • Latest Version Found here
    • Can be installed manually or by using BG3MM: Tools → Download & Install the Script Extender
    • Updates itself when starting the game
  • BG3 Mod Manager (BG3MM) by LaughingLeader

Contents

  • 1 Baldur's Gate 3 Mod Manager
  • 2 Manually
    • 2.1 Mod Order
      • 2.1.1 Example Modsettings File
  • 3 Vortex

Baldur's Gate 3 Mod Manager[edit | edit source]

Before doing any of these steps, please ensure that you have downloaded the 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.

  1. 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.
  2. Open the zip file. This is quite simple, all you need is a folder unarchiving software such as 7zip. Double-click the zip file and open it with the software. The zip file usually contains an info.json JSON file, README text document, and the actual mod itself which will be a .pak file.
  3. 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:\Users\<yourusername>\AppData\Local\Larian Studios\Baldur's Gate 3\Mods. Please note that the \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.
  4. Go back to the window of the zip file, and drag the mod's .pak file into the "Mods" folder for BG3.
  5. 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.
  6. Click and drag all the mods to the left side of the screen. Please note that load order can be crucial for some mods, so make sure to put mods that other mods are dependent on above them in the load order. Once you have dragged all the mods you would like to use to the left side of the screen, make sure to save your load order by clicking the save button beside the "Mod Order" label.
  7. Export your order to the game by clicking the first icon beside the word "Export" at the top bar.

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


For mods that aren't .pak files, you will need to follow any instructions the mod author has posted. Usually, mods that replace base game files need to be placed in the downloaded files, usually in Program Files(x86) then the app you used to download the game, then in Baldurs Gate 3\Data or bin. Be sure to follow the mod author's instructions.

Manually[edit | edit source]

  1. Download the mod(s).
  2. Unzip into the Mods folder using a program like 7zip.
  3. If the mod comes with its modsettings code in the description or pinned in the Posts section use that.
    1. Add the mod to the modsettings.lsx file located in PlayerProfiles/Public.
    2. Save and exit.
  4. If no code is provided you'll have to make it yourself. This is easy.
    1. Open Larian Studios/Baldur's Gate 3/PlayerProfiles/Public/modsettings.lsx.
    2. Copy and paste the GustavDev entry below itself. From <node id="ModuleShortDesc"> to the closing </node>.
    3. Change Name, Folder, and UUID to match the info.json that should have come with the mod you are currently installing.
    4. Save and exit.
  5. Repeat either 3 or 4 as needed for each mod you want to install.
  6. 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.


If the mod you are installing doesn't come with an info.json, ask the mod author nicely to either provide one or supply the code for manual installation.

Mod Order[edit | edit source]

Some mods have load order requirements. In the example below, the section with <node id="ModOrder"> 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.
Gustav should always be the first item loaded in this file, as it's the whole game.
The mod order you need depends on what the descriptions of each mod you have downloaded states. Please carefully read the description, comments, and bugs sections of any mod you download.

Example Modsettings File[edit | edit source]

File from Basket Full of Equipment. SFW version (Full Release v1.0.8b).

<?xml version="1.0" encoding="UTF-8"?><save> <version major="4" minor="0" revision="8" build="2" /> <region id="ModuleSettings"> <node id="root"> <children> <node id="ModOrder"> <children> <node id="Module"> <attribute id="UUID" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8" type="FixedString" /> </node> <node id="Module"> <attribute id="UUID" value="b200f917-43ec-45d9-9dff-ac6191d62388" type="FixedString" /> </node> </children> </node> <node id="Mods"> <children> <node id="ModuleShortDesc"> <attribute id="Folder" value="GustavDev" type="LSString" /> <attribute id="MD5" value="41a80562831251b58df743c05a7af21b" type="LSString" /> <attribute id="Name" value="GustavDev" type="LSString" /> <attribute id="UUID" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8" type="FixedString" /> <attribute id="Version64" value="144396877804629717" type="int64" /> </node> <node id="ModuleShortDesc"> <attribute id="Folder" value="BasketEquipmentSFW" type="LSString" /> <attribute id="MD5" value="" type="LSString" /> <attribute id="Name" value="BasketEquipmentSFW" type="LSString" /> <attribute id="UUID" value="b200f917-43ec-45d9-9dff-ac6191d62388" type="FixedString" /> <attribute id="Version64" value="144115196665790673" type="int64" /> </node> </children> </node> </children> </node> </region></save>

Vortex[edit | edit source]

This section requires instructions.

However, most mods do not recommend using Vortex over BG3MM, as it has been known to cause issues.

Retrieved from ""

Modding Resources - Baldur's Gate 3 Wiki (2024)
Top Articles
Frontline - Final Fantasy XIV Online Wiki - FFXIV
Physical Ranged Tier List
Funny Roblox Id Codes 2023
Golden Abyss - Chapter 5 - Lunar_Angel
Www.paystubportal.com/7-11 Login
Joi Databas
DPhil Research - List of thesis titles
Shs Games 1V1 Lol
Evil Dead Rise Showtimes Near Massena Movieplex
Steamy Afternoon With Handsome Fernando
fltimes.com | Finger Lakes Times
Detroit Lions 50 50
18443168434
Newgate Honda
Zürich Stadion Letzigrund detailed interactive seating plan with seat & row numbers | Sitzplan Saalplan with Sitzplatz & Reihen Nummerierung
Grace Caroline Deepfake
978-0137606801
Nwi Arrests Lake County
Justified Official Series Trailer
London Ups Store
Committees Of Correspondence | Encyclopedia.com
Pizza Hut In Dinuba
Jinx Chapter 24: Release Date, Spoilers & Where To Read - OtakuKart
How Much You Should Be Tipping For Beauty Services - American Beauty Institute
Free Online Games on CrazyGames | Play Now!
Sizewise Stat Login
VERHUURD: Barentszstraat 12 in 'S-Gravenhage 2518 XG: Woonhuis.
Jet Ski Rental Conneaut Lake Pa
Unforeseen Drama: The Tower of Terror’s Mysterious Closure at Walt Disney World
Ups Print Store Near Me
C&T Wok Menu - Morrisville, NC Restaurant
How Taraswrld Leaks Exposed the Dark Side of TikTok Fame
University Of Michigan Paging System
Dashboard Unt
Access a Shared Resource | Computing for Arts + Sciences
2023 Ford Bronco Raptor for sale - Dallas, TX - craigslist
Speechwire Login
Gopher Carts Pensacola Beach
Duke University Transcript Request
Lincoln Financial Field, section 110, row 4, home of Philadelphia Eagles, Temple Owls, page 1
Jambus - Definition, Beispiele, Merkmale, Wirkung
Ark Unlock All Skins Command
Craigslist Red Wing Mn
Jail View Sumter
Birmingham City Schools Clever Login
Thotsbook Com
Funkin' on the Heights
Caesars Rewards Loyalty Program Review [Previously Total Rewards]
Vci Classified Paducah
Www Pig11 Net
Ty Glass Sentenced
Latest Posts
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 5327

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.