Baldur's Gate 3

File information

Last updated

Original upload

Created by

Synyster328

Uploaded by

Synyster328

Virus scan

Safe to use

Tags for this mod

Documentation

Readme

View as plain text

Note
-------------
This mod supports the Mudcrab Merchant mod. To add items from this to the mudcrab's inventory, first install and set up the merchant mod.
Then, look in Treasure.txt for all available entries. Search for what you want to add to the merchant, and copy it at the bottom of the
TreasureTable.txt file. Each entry must be started with new subtable "1,1"

Example: To add Shortsword of First Blood, Doom Axe, and Plate armor, append the following

...
//ADD MOD TREASURE BELOW
new subtable "1,1"
object category "I_MOD_UNI_UND_Duergar_ShortswordOfFirstBlood",1,0,0,0,0,0,0,0
new subtable "1,1"
object category "I_MOD_UNI_DoomAxe",1,0,0,0,0,0,0,0
new subtable "1,1"
object category "I_MOD_ARM_Plate",1,0,0,0,0,0,0,0

Installation
-------------
Move AllItems.pak into Documents\LarianStudios\BaldursGate3\Mods
Edit modsettings.lsx at Documents\LarianStudios\BaldursGate3\PlayerProfiles\{YourProfile}\modsettings.lsx (You can open it with notepad or any text editor)

You must follow this format