Baldur's Gate 3
0 of 0

File information

Last updated

Original upload

Created by

GabeCamomescro

Uploaded by

GabeCamomescro

Virus scan

Safe to use

Tags for this mod

7 comments

  1. GabeCamomescro
    GabeCamomescro
    • premium
    • 17 kudos
    Locked
    Sticky
    Notes:

    - If you want to completely block all child-model swapping, use the CHILD_TAG tag.
    - If you only want to block child models in camp, use the IN_CAMP tag.

    Example: IF(Tagged('IN_CAMP')):DoAThingHere
    Or: IF(Tagged('CHILD_TAG')):SpawnCodeForABossMobHere
    Or: IF(not Tagged('CHILD_TAG')):UseSpellHere
  2. lostsoulman
    lostsoulman
    • premium
    • 146 kudos
    Hi GabeCamomescro

    Thanks for protecting the children!

    The children are our future...
  3. Hatusuhari
    Hatusuhari
    • premium
    • 0 kudos
    I am going to ask as not informed what this means PREVENT child model-swapping. Can I get better info?  
    1. TymIoo
      TymIoo
      • member
      • 0 kudos
      I suppose it's to prevent users from being able to use mods that allow model swapping like Transform into companions and NPCs - Ring of Metamorph, to swap to a child model and do some disgusting stuff with it? But I'm not quite sure bc I don't think any available mods at the moments allow to swap character model with a child model
    2. GabeCamomescro
      GabeCamomescro
      • premium
      • 17 kudos
      https://www.nexusmods.com/baldursgate3/mods/6520

      allows swapping with literally any NPC model in the game using SE, and others are using the underlying functionality of this mod as well. Hardcoded mods may not allow swapping, but it does exist.

      As far as the point of the mod, it allows authors to look for a tag I added that SHOULD be present on all child models so they can use IF statements or conditions like I listed to prevent it. It's not a massive issue at the moment, but some are sensitive to the topic and a friend asked for help so... here it is. May as well make it available for others.
  4. Alphie9
    Alphie9
    • member
    • 17 kudos
    I was wondering about this, thank you!!
    1. GabeCamomescro
      GabeCamomescro
      • premium
      • 17 kudos
      Let me know how it works out. Haven't tested it myself, TBH. Made this on a whim.