BG3 Transmogrification A Camp clothing galore (v 2.1)
MADE WITH BG3WIP
I've parsed ingame armor for looks and added what I found as cosmetic items.
Hats, cloaks and gloves go into underwear slot, this way they are shown with camp clothing.
Disclaimer
Some people report game breaking bug, where your save crashes at 60% load. I am 90% sure that this mod is not the culprit because I encountered it myself way before I started working on it. Lost 10+ hours of gameplay. My saves were 150Mb+ back then, now when I check them they're 30Mb tops. So it's a fact that Larian retroactively alters saves with patches. And some of us get unlucky.
Now with at least two people reporting this problem and me encountering it again (20+ hours lost) I am not so sure of my innocence. Maybe it is just wrong in Larian eyes to put hats on our asses. Other than that this is a very simple mod adding a few items. Then again, utilizing underwear slot for transmog is the main thing of this mod, it's useless without this feature.
I am going to analyze the last save that loads against the first one that doesn't, but I really doubt I'll sort it out. So more Act 2 for me, at least it's not Act 1.
So USE AT YOUR OWN RISK and SAVE MANUALLY EVERY HOUR OR SO.
People encountering 60% crash can send me their last working and first broken saves for analysis, more data is good.
How to get items
Items should show up at vendors in all acts, so you can just play the game and see what you get.
The best way to get all items at once is by using Pouch of Wonders, which should go somewhere after this mod in load order.
My Baldurs Gate 3\Data\Public\PouchOfWonders\Stats\Generated\TreasureTable.txt is as follows:
`treasure itemtypes "Common","Uncommon","Rare","Epic","Legendary","Divine","Unique"
new treasuretable "POW_TT"
CanMerge 1
new subtable "1,1"
object category "I_BOS_641b1c70cb0e49bcb3d499b49111cd0f",1,0,0,0,0,0,0,0
new subtable "1,1"
object category "I_BOS_41b8949588784563a971339d7114a002",1,0,0,0,0,0,0,0
new subtable "1,1"
object category "I_BOS_87f18c1c84ad4c62b5c304cd8091d982",1,0,0,0,0,0,0,0`
Manual installation
<node id="Module"> <attribute id="UUID" value="c1074e54-7455-4ece-ad06-12a32f93e000" type="FixedString"/> </node>
<node id="ModuleShortDesc"> <attribute id="Folder" value="BG3Transmog" type="LSString"/> <attribute id="MD5" value="" type="LSString"/> <attribute id="Name" value="BG3Transmog" type="LSString"/> <attribute id="UUID" value="c1074e54-7455-4ece-ad06-12a32f93e000" type="FixedString"/> <attribute id="Version64" value="36029301681017806" type="int64"/> </node>
Additional information
This mod was made by typing one command:
node .\sequence.js .\private\bg3transmog.js
Check out BG3WIP for more details! And you can install it even if you don't plan to write mods, because my thoughts on future of bg3 transmog are as follows:
We have two modes - battle and camp. The endgoal is of course to look cool in both.
This mod tacles the camp side, although we can't have gloves, boots, a hat and a suit at the same time.
The logical solution is to merge boots and gloves, but there are 8000+ combinations.
So instead we gonna write something akin to
node bg3 wardrobe:merge DEN_RaidingParty_GoblinCaptain_Gloves MAG_Healer_TempHPOnHeal_Boots
and have the merged looks on boots for example.
Remember, a mod generating tool can generate a mod for anyone! All you have to do is ask your cmd))
And the next step would be to swap battle clothes' looks using same approach.
STAY TUNED!
Follow me on patreon or buy me a cofee if you like)