0 of 0

File information

Last updated

Original upload

Created by

Saigofu

Uploaded by

Sai

Virus scan

Safe to use

24 comments

  1. jaxpark0906
    jaxpark0906
    • supporter
    • 0 kudos
    Truly magnificent, sir!!
    1. Sai
      Sai
      • premium
      • 30 kudos
      Thank you!
  2. epaqu
    epaqu
    • member
    • 0 kudos
    After installing this mod my characters stay bloody & dirty. I've tried using soap, casting create water, throwing water bottles, and long resting. None works. I uninstalled this mod and still cleaning's blocked.
    1. epaqu
      epaqu
      • member
      • 0 kudos
      Dying and getting resurrected doesn't work either.
    2. Phohovar
      Phohovar
      • member
      • 1 kudos
      Thou walkest unwashest.
      Have noth you foundst no soapststs in your travelst?
      Cleanliness is no domain of mine, but I know the mortal kind valuests it a lots.
    3. Sai
      Sai
      • premium
      • 30 kudos
      Even after removing the mod, you can't clean your character, means something is messing around with it that is not related to this mod. I tried this mod with almost 500 other mods, and the mod is working. So, my best guess here is that you have some mod incompatibilities.
    4. epaqu
      epaqu
      • member
      • 0 kudos
      soap does nothing. I've tried everything. water, long resting, revive, withers' revive, changing looks with the magic mirror, etc.
      I've also tried installing other clean mods ("no more dirt & blood", "less blood and dirt", automatic clean toggle from EasyCheat with MCM) and none of them worked. I even unpacked this mod, changed all values back to default, repacked it and nothing's changed.
      I hate seeing blood so it's driving me crazy...
    5. Sai
      Sai
      • premium
      • 30 kudos
      You basically just told me that the issue is your game/save. Does this also happen when trying out a new save ?
    6. epaqu
      epaqu
      • member
      • 0 kudos
      Yes. I've deleted this mod, checked if all other mods were on, and re-started a game. After the nautiloid, my character was bloody. I went to camp, saved, and clicked long rest, and the blood was gone.
      Next, I re-installed this mod, loaded the last save and clicked long rest again. Blood stays.
    7. epaqu
      epaqu
      • member
      • 0 kudos
      FYI, the blood stays only in clothing.
    8. Sai
      Sai
      • premium
      • 30 kudos
      smh
      Just tried the mod again, currently in a coop session with this collection, and everything is working fine.
    9. epaqu
      epaqu
      • member
      • 0 kudos
      I deleted all mods, installed this mod only.
      Survived the nautiloid, went to camp, took a long rest, clothing was bloodied and it stays forever.
      It's this mod.
    10. epaqu
      epaqu
      • member
      • 0 kudos
      Or it's interfering with native mods.
      I have

      • BG3 Texture Upscale Project (BG3TUP)
      • Vivid Landscapes - Fire and Ashes
      • Vivid Landscapes - Water - 2k-4k-Best Performance
      • Vivid Landscapes - HD Ground and Terrain Textures 1k - 2k - Best Choice
      • Vivid Landscapes - Roads - 1k-2k-4k-Best Performance.
      • A (Somewhat) Cuter Shadowheart
      • Younger Jaheira
      • Younger Body Jaheira
      • ThePurpleTie1's - Minthara
      • Native Camera Tweaks
      • WASD Character Movement
      But I'm pretty sure they have no interaction with this mod at all. They mostly just change mesh.


      In your mod, 

      • key "SplatterDistanceThreshold","0"
      • key "SplatterDirtPerDistance","0"
      • key "SplatterBloodPerDistance","0"
      • key "SplatterBloodPerAttack","0"
      • key "SplatterMaxBloodLimit","0"
      • key "SplatterMaxDirtLimit","0"
      • key "SplatterSweatDelta","0"
      I think some of them simply can't be a 0.

      I tried unpacking and repacking your mod with default values, and started a new game as well. There's no problem with the values back to normal.

      On Margerard's "No More Dirt and Blood",


        • All the values that have "Dirt" and "Blood" can be safely zero'd out if your goal is to stay clean, as those measure how much filth you accumulate per distance walked and battles fought
        • Likewise if you want to increase how fast you get filthy or if you only want to turn off one or the other, you can test out whatever numbers you want

        • I leave the "SplatterDistanceThreshold" because it only determines the distance walked to accumulate anything, and if the rest is zero'd out there's nothing to accumulate to begin with, but you can edit it if say, you want to take one step and be completely filthy

        • I also leave the "SplatterSweatDelta" alone at this point as it controls for sweat/wetness, but if you want to get rid of that as well you can also zero this out
    11. Sai
      Sai
      • premium
      • 30 kudos
      Actually, they can. But, I didn't even knew there was a mod that removed dirtiness already lmao
      Anyway, if there is something wrong with my mod, what could be wrong is that I set the code differently from the game, this is how it is on the mod.:
      key "SplatterDistanceThreshold","0"
      key "SplatterDirtPerDistance","0"
      key "SplatterBloodPerDistance","0"
      key "SplatterBloodPerAttack","0"
      key "SplatterMaxBloodLimit","0"
      key "SplatterMaxDirtLimit","0"
      key "SplatterSweatDelta","0"
      And it probably should be like.:
      key "SplatterDistanceThreshold","0"

      key "SplatterDirtPerDistance","0"

      key "SplatterBloodPerDistance","0"

      key "SplatterBloodPerAttack","0"

      key "SplatterMaxBloodLimit","0"

      key "SplatterMaxDirtLimit","0"

      key "SplatterSweatDelta","0"
      Like how the game Data is structured.
    12. epaqu
      epaqu
      • member
      • 0 kudos
      The default values are:

      • key "SplatterDistanceThreshold","120"
      • key "SplatterDirtPerDistance","0.1"
      • key "SplatterBloodPerDistance","0.2"
      • key "SplatterBloodPerAttack","0.1"
      • key "SplatterMaxBloodLimit","1"
      • key "SplatterMaxDirtLimit","0.9"
      • key "SplatterSweatDelta","0.1"


      And I just tested with multiple re-packed versions of your mod. Can confirm that SplatterDistanceThreshold should never be 0.
    13. Sai
      Sai
      • premium
      • 30 kudos
      Try the updated version and see if it works better for you. Thanks for all the feedback n' help tho.
    14. epaqu
      epaqu
      • member
      • 0 kudos
      Works fine with a new game.
      But it seems saved games with previous version stay that way for whatever reason. I guess I'll just have to start a new game...

      Thank you for your patience.
    15. Sai
      Sai
      • premium
      • 30 kudos
      Did you try to clean your character ? If so, it still doesn't work ?
      Also, thank you for all the help you have given me.
    16. PavedParadise
      PavedParadise
      • premium
      • 0 kudos
      thanks for making this thread epaqu. My issue is that my equipment stays dirty no matter what I do. Faces, hair and bodies are fine. But armor or clothes just do not clean. I downloaded this mod on the 5th of May (most recent update), so the update made might have fixed faces, hair and bodies from getting bloody and dirty, but now armor and clothes are stuck. Tried uninstalling, reinstalling. Even tried using another mod that should work on the same lines of code, but no. nothing is working. 

      time to give in and make a new game :(
    17. Sai
      Sai
      • premium
      • 30 kudos
      So, it doesn't work on current saves ?
      Have you tried to wash up after installing this mod ?
  3. Kikyo99
    Kikyo99
    • premium
    • 79 kudos
    Thank you for this picture edit of Lae'zel, it made my day LMFAO XD

    blessed be
    1. Sai
      Sai
      • premium
      • 30 kudos
      Cheers :D
  4. BeatlesFan02
    BeatlesFan02
    • member
    • 2 kudos
    The smiling Githyanki picture is cursed.
    1. Sai
      Sai
      • premium
      • 30 kudos
      hahaha