Modding Resources - bg3.wiki (2024)

Modding Resources - bg3.wiki (1)This page is a modding page, and follows its own rules and standards separate from the rest of the wiki.
bg3.wiki modding
Modding homepage
  • Modding resources
Modding resources - Meshes, Models, Tools, etc.

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

Modding guides

BG3 Mini Tool

Blender Export Settings

Code Snippets

Coding An Item

Compatibility Framework

Creating a custom cloth collider

Creating and Exporting Meshes in Blender

Creating Item Icons

Creating meta.lsx

Creating mods

Editing a Character Creation Preset

Editing Equipment.txt

Hotloading

How To Find A Virtual Texture

Installing mods

Localization

Modding resources

Packaging mods

Texture formatting

Understanding Mod Folder Structure

Unpacking and converting files

Working with LSX files

Hair modding

Creating Custom Hair with Hair Tool

Creating hair merged.lsf with custom texture

Creating Hair Mods

Creating meta.lsx

Custom Hair Highlights

Hair Meshes

Hair Mod File Setup

Hair Mod Mesh Setup

Head modding

Creating meta.lsx

Face and body textures

Fixing neck seams

Head Modding

Head Models

Head Troubleshooting

NPC Head Models

Item modding - Armours, Outfits, Weapons etc.

Armor/Clothing Texture Maps

Coding An Item

Creating and Exporting Meshes in Blender

Creating Armor Mods

Creating Item Icons

Creating meta.lsx

Creating Outfit Textures

Fixing bone errors

How To Find A Virtual Texture

Texture formatting

TreasureTables References

Use Outfit Builder To Refit Outfits

VertexColorMaskSlots

Race/class modding

Creating Race Mods

Editing a Character Creation Preset

  • v
  • t
  • e

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
  • 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 \Users\%USERNAME%\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 \Users\%USERNAME%\AppData\Local\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.

  • v
  • t
  • e

Modding homepage

Modding homepage
  • Modding homepage
Modding resources - Meshes, Models, Tools, etc.

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

Modding guides

BG3 Mini Tool

Blender Export Settings

Code Snippets

Coding An Item

Compatibility Framework

Creating a custom cloth collider

Creating and Exporting Meshes in Blender

Creating Item Icons

Creating meta.lsx

Creating mods

Editing a Character Creation Preset

Editing Equipment.txt

Hotloading

How To Find A Virtual Texture

Installing mods

Localization

Modding resources

Packaging mods

Texture formatting

Understanding Mod Folder Structure

Unpacking and converting files

Working with LSX files

Hair modding

Creating Custom Hair with Hair Tool

Creating hair merged.lsf with custom texture

Creating Hair Mods

Creating meta.lsx

Custom Hair Highlights

Hair Meshes

Hair Mod File Setup

Hair Mod Mesh Setup

Head modding

Creating meta.lsx

Face and body textures

Fixing neck seams

Head Modding

Head Models

Head Troubleshooting

NPC Head Models

Item modding - Armours, Outfits, Weapons etc.

Armor/Clothing Texture Maps

Coding An Item

Creating and Exporting Meshes in Blender

Creating Armor Mods

Creating Item Icons

Creating meta.lsx

Creating Outfit Textures

Fixing bone errors

How To Find A Virtual Texture

Texture formatting

TreasureTables References

Use Outfit Builder To Refit Outfits

VertexColorMaskSlots

Retrieved from ""

Modding Resources - bg3.wiki (2024)
Top Articles
MinuteClinic Services & Treatment | Aetna CVS Health
Who is Just a Few Acres Farm; what are their earnings and net worth? - Biography Tribune
Maxtrack Live
Kmart near me - Perth, WA
Week 2 Defense (DEF) Streamers, Starters & Rankings: 2024 Fantasy Tiers, Rankings
How to know if a financial advisor is good?
Yi Asian Chinese Union
Ribbit Woodbine
Paketshops | PAKET.net
Employeeres Ual
Www.paystubportal.com/7-11 Login
Pollen Count Central Islip
Wordscape 5832
Premier Reward Token Rs3
Puretalkusa.com/Amac
How do I get into solitude sewers Restoring Order? - Gamers Wiki
Mals Crazy Crab
Lonesome Valley Barber
Hdmovie 2
Puss In Boots: The Last Wish Showtimes Near Cinépolis Vista
Bible Gateway passage: Revelation 3 - New Living Translation
Diakimeko Leaks
Qhc Learning
Bjerrum difference plots - Big Chemical Encyclopedia
Greenville Sc Greyhound
South Bend Weather Underground
Craigslist Pennsylvania Poconos
Cable Cove Whale Watching
2015 Kia Soul Serpentine Belt Diagram
Xpanas Indo
Netspend Ssi Deposit Dates For 2022 November
Sacramento Craigslist Cars And Trucks - By Owner
2012 Street Glide Blue Book Value
Metra Schedule Ravinia To Chicago
Dmitri Wartranslated
Raising Canes Franchise Cost
Craigslist Free Manhattan
Cnp Tx Venmo
Unblocked Games Gun Games
Unveiling Gali_gool Leaks: Discoveries And Insights
Top 40 Minecraft mods to enhance your gaming experience
60 Days From May 31
Collision Masters Fairbanks
The Horn Of Plenty Figgerits
Sara Carter Fox News Photos
Boyfriends Extra Chapter 6
bot .com Project by super soph
Paradise leaked: An analysis of offshore data leaks
Suppress Spell Damage Poe
Barback Salary in 2024: Comprehensive Guide | OysterLink
Craigslist Yard Sales In Murrells Inlet
Ravenna Greataxe
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 5513

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.