• Hello Guest!

    We have recently updated our Site Policies regarding the use of Non Commercial content within Paid Content posts. Please read the new policy here.

    An offical announcement about this new policy can be read on our Discord.

    ~The VaMHub Moderation Team
  • Hello Guest!

    We posted an announcment regarding upcoming changes to Paid Content submissions.

    Please see this thread for more information.

ZRSX
Reaction score
2,028
Reactions
2,031

Profile posts Latest activity Postings Media Albums Resources About

  • Hey ZRSX!

    Would you consider modifying your awesome hide_character script to allow me to better control the body parts I want to hide so the skin of the vagina/butt/hips low/breasts/nipples can be hidden. This would work much better than any of the other alternatives I've tried to find over the last year.

    With your script I can hide body parts, but I dont have the precise control I need to hide just the butt/breasts/nipples/vag/clit/lower hips/etc to counter the poke through when wearing some clothes - I hope I'm explaining myself ok.

    Bottom line: can I please pay you to slightly modify your script so I can better hide poke through issues I'm having with a lot of tight clothing :)
    ZRSX
    ZRSX
    Hi!

    Well, this is not "my" script. I'm not the original author and I'm not an expert coder. Still, I'm managed to understand the script enough to tweak it a little.

    But I'm afraid it won't do exactly what you're looking for.
    The script can hide different body parts but you cannot control the size of those hidden parts. I guess the parts you can hide are defined in VAM so it won't be possible to be more specific than what is available.
    I mean that you can hide the torso for instance, but it has to be the full torso: you cannot hide the breasts only.

    The list of things you can hide is located in this section of the script:
    C#:
    public static readonly string[] MaterialsToHide = new[]
    {
        "defaultMat",
        "Cornea",
        "Ears",
        "Eyelashes",
        "EyeReflection",
        "Face",
        "Feet",
        "Fingernails",
        "Forearms",
        "Gums",
        "Hands",
        "Head",
        "Hips",
        "InnerMouth",
        "Irises",
        "Lacrimals",
        "Legs",
        "Lips",
        "Neck",
        "Nipples",
        "Nostrils",
        "Pupils",
        "Sclera",
        "Shoulders",
        "Tear",
        "Teeth",
        "Toenails",
        "Tongue",
        "Torso"
    };
    Remove from the list the parts you want to remain visible. You can't go to a finer level.

    As you can see, you can hide the nipples but not the breasts. "defaultMat" is the only one which is not explicit and stands for the genital area.

    Hope that helps a bit!
    C
    cmramlow
    It does help, thank you ZRSX!
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Back
Top Bottom