227 comments

  1. lokelaniii
    lokelaniii
    • member
    • 186 kudos
    Locked
    Sticky
    please fully read description before asking questions! 

    am aware of some issues with UT atm, high priority to fix
  2. lokelaniii
    lokelaniii
    • member
    • 186 kudos
    Locked
    Sticky
    hi all, ill be fixing the physics in time, im in the middle of one other clothing mod and wanted to add a couple things to this mod before fixing physics. so rest assured i will fix it, im just a little crunched for time atm
  3. magbunnyx
    magbunnyx
    • member
    • 0 kudos
    Is there any hope of possibly getting an update on the Virtuoso's Furs boots? The clipping is really unfortunate on those, mainly because they're the best pair of boots I've seen in BG3 and I wear them with literally every outfit I ever equip in-game. With so many, there are really bad clipping issues where the feet and pants are visible outside of the boots.

    It would be so amazing to get an update to these :).
  4. Juniperfae
    Juniperfae
    • member
    • 1 kudos
    Would you be willing to make a pantsless version of Rainment of the Raven? 
  5. crona171
    crona171
    • member
    • 0 kudos
    If you are still planning on updating this, could I request a version of veridis quo with just the corset, straps and lower neckpiece, no choker/higher neckpiece please.
  6. TorturousKitty
    TorturousKitty
    • member
    • 1 kudos
    I still love these and I'm hoping an update to at least fix the physics is still planned? ❤️
  7. nullQat
    nullQat
    • member
    • 1 kudos
    these clothes are suitable only for photo mode, they have no physics and they tend to clip
  8. provulgar
    provulgar
    • member
    • 0 kudos
    physics are still not working after patch 8,plz fix my sire。。。
  9. vampirehoney
    vampirehoney
    • member
    • 0 kudos
    Does anyone else have an issue dyeing Veridis Quo? Every time I try different colours, they show very uneven and patchy. For context this dye is supposed to be black and silver only, but there's brown patches. After trying the ingame dyes they still do the same thing.

  10. amethystinam
    amethystinam
    • premium
    • 6 kudos
    is an update still planned? ♡
  11. TessaLightwood
    TessaLightwood
    • member
    • 0 kudos
    did the size of the red dress change when used in body 2? I updated today and I swear the waist looks even smaller now, it's bothering me because I haven't played in a while so I'm not sure. Unfortunately I only have screenshot that's turned a bit to the side  (the img is from before the update)
    1. lokelaniii
      lokelaniii
      • member
      • 186 kudos
      yes all bt2 outfits are built on my own custom body that has a smaller waist, the body will be released at a later date
    2. TessaLightwood
      TessaLightwood
      • member
      • 0 kudos
      ahh, ok! I was wondering If I remembered wrong but because I hadn't played in a while I wasn't sure! is there a version with the regular waist or should I go back a few updates?
    3. crona171
      crona171
      • member
      • 0 kudos
      Do you plan on releasing the body mod?  I love the smaller waist on the guys.
  12. YoungAnselm
    YoungAnselm
    • premium
    • 2 kudos
    For those who want to add physics for patch 7, I found out how to do it thanks to this mod.

    1. Download and install BG3 Multitool. This tool lets you unpack and repack .pak files.
    2. Extract lavishlivery.pak from the mod archive and then use the multitool to unpack it.
    3. Go to the unpacked folder in the UnpackedMods folder and go to "lavishlivery\Public\lavishlivery\Content\Assets\Characters\[PAK]_Meshes_and_Materials".
    4. Use notepad to open "lavishliverybt1_meshes_msk.lsf.lsx". I'm assuming editing this file will only add physics to BT1 clothes
    5. In the file, you will see a bunch of sections that start with <node id="Resource"> and ends with a </node>. To my very limited knowledge, I believe each one of these resources points to a clothing item. You will need to add <node id="ClothProxyMapping">
    <children>
    <node id="Object">
    <attribute id="MapKey" type="FixedString" value="EdenDress_EDEN_HF.Skirt.0" />
    </node>
    </children>
    </node>
    To each one of these resources to then add physics. See the mod I linked above for how its supposed to look
    6. Finally repak the mod and install it as usual

    I have not tested this extensively yet, but it seems to have worked for the clothing items I added to code to.
    1. mrbrickyard
      mrbrickyard
      • member
      • 3 kudos
      This worked!  Took a little fiddling around to figure out what I was doing, but i was able to fix my copy! Thanks very much!
    2. A1Elucidator
      A1Elucidator
      • member
      • 1 kudos
      +1 thanks! works here as well ^^ 
    3. Xenoviel
      Xenoviel
      • member
      • 0 kudos
      Thanks for that! works perfectly fine.