I will not make that available but you are free to make modifications for personal use. You can make the wings invisible like this:
1. Download BG3 Modder's Multitool, you will need it to unpack and pack the mod. Just download the latest zip from the releases and extract the archive anywhere you want to keep it.
2. Download this mod and extract the archive. It should give you a .pak file
3. Launch Modder's Multitool then drag and drop the .pak into Modder's Multitool (in the blue square) to unpack it
4. Find where Modder's Multitool unpacked the mod and navigate to LynCloakPack1 > Public > LynCloakPack1 > Content > Assets > Characters >[PAK]_Meshes_and_Materials and open the file LynCloakPack1_meshes_msk.lsf.lsx with a text editor. A code editor like Notepad++ or Vscode is highly recommended for this, to have better visibility with colored text.
5. The Pixie wings use the material with this ID: 1d63af8b-4ab8-4c46-a54b-61ac7d23980f so we will replace it with the invisible material ID: Do a search and replace in the file: Ctrl+H on your keyboard and replace this: 1d63af8b-4ab8-4c46-a54b-61ac7d23980f
with this: 5d2950ae-9688-4b40-a3bf-f67f0dff462e in all instances.
8. Save the file and close it.
9. Open Modder's Multitool
10. Drag and drop the whole LynCloakPack1 folder into the big blue square in BG3 Modder’s Multitool. Congrats, you’ve packed the mod! A zip file should have been created.
11. Drag and drop the newly created zip file into BG3 Mod Manager and install like any other mod. Don't forget to save the load order!
I will not do it but I can quickly explain how to do it yourself: follow the pinned tutorial to unpack and repack the mod. What you have to actually change in the code is: Navigate to LynCloakPack1 > Public > LynCloakPack1 > Stats > Generated > Data and open the file LynCloakPack1_Armor_MSK.txt In there you can change the lines called data "Slot" "Cloak" to for camp clothes: data "Slot" "VanityBody" for camp shoes: data "Slot" "VanityBoots" for underwear: data "Slot" "Underwear" That's it then you can save and repack the mod and you're good to go.
The absolute best cloak mod on the Nexus! They are stunning and fit so many outfits!
I've been searching around and was wondering if the flowing "wings" part of the Crow cloak could be made invisible while maintaining the gorgeous fur shawl? (My female berserker doesn't want to have an easily grappled cape)
The cloaks are absolutely gorgeous. Excellent work. But is it just me, or are these a bit FPS-heavy? Whenever I wear them, my FPS decrease by a certain remarkable amount (still playable of course).
Yes the cloth physics and the high number of feathers in some cases eat up a lot of computer resources and might impact game performance on certain PCs. Unfortunately I can't do much about it.
No worries, I understand! Just wanted to confirm if it was just my PC or something general :) My game remains completely playable it's just that I'm completely mad when it comes to FPS monitoring... Still, an excellent piece of mod that greatly enhances fashion!
Seriously, This is not only great job, but a great support as well. Helping people to change your mods, giving extremely precise instructions and how-tos and then pinning those threads... You are going the extra mile and I can't love your work more for that.
105 comments
Any way to get the pixie one but without the wings ? :D I just love that kind of lowered hood
1. Download BG3 Modder's Multitool, you will need it to unpack and pack the mod. Just download the latest zip from the releases and extract the archive anywhere you want to keep it.
2. Download this mod and extract the archive. It should give you a .pak file
3. Launch Modder's Multitool then drag and drop the .pak into Modder's Multitool (in the blue square) to unpack it
4. Find where Modder's Multitool unpacked the mod and navigate to LynCloakPack1 > Public > LynCloakPack1 > Content > Assets > Characters >[PAK]_Meshes_and_Materials
and open the file LynCloakPack1_meshes_msk.lsf.lsx with a text editor.
A code editor like Notepad++ or Vscode is highly recommended for this, to have better visibility with colored text.
5. The Pixie wings use the material with this ID: 1d63af8b-4ab8-4c46-a54b-61ac7d23980f so we will replace it with the invisible material ID:
Do a search and replace in the file: Ctrl+H on your keyboard and replace this:
1d63af8b-4ab8-4c46-a54b-61ac7d23980f
with this:
5d2950ae-9688-4b40-a3bf-f67f0dff462e
in all instances.
8. Save the file and close it.
9. Open Modder's Multitool
10. Drag and drop the whole LynCloakPack1 folder into the big blue square in BG3 Modder’s Multitool. Congrats, you’ve packed the mod! A zip file should have been created.
11. Drag and drop the newly created zip file into BG3 Mod Manager and install like any other mod. Don't forget to save the load order!
What you have to actually change in the code is:
Navigate to LynCloakPack1 > Public > LynCloakPack1 > Stats > Generated > Data and open the file LynCloakPack1_Armor_MSK.txt
In there you can change the lines called data "Slot" "Cloak" to
for camp clothes: data "Slot" "VanityBody"
for camp shoes: data "Slot" "VanityBoots"
for underwear: data "Slot" "Underwear"
That's it then you can save and repack the mod and you're good to go.
I've been searching around and was wondering if the flowing "wings" part of the Crow cloak could be made invisible while maintaining the gorgeous fur shawl? (My female berserker doesn't want to have an easily grappled cape)
edit:
They do indeed work! :)