moddingnoob Posted February 1, 2024 Posted February 1, 2024 Are there any patches (or easy ways to fix stuff myself) that make wearable stuff not count as covering the body? I'm trying to set up a game where females are not allowed to cover breasts or genitals, and nipple rings of all things are getting in the way of that. How do I fix this?
DazDazDaz Posted February 1, 2024 Posted February 1, 2024 3 hours ago, moddingnoob said: Are there any patches (or easy ways to fix stuff myself) that make wearable stuff not count as covering the body? I'm trying to set up a game where females are not allowed to cover breasts or genitals, and nipple rings of all things are getting in the way of that. How do I fix this? Modify the XML tag for your clothing thingDef <countAsClothingForNudist>true</countAsClothingForNudist> to <countAsClothingForNudist>false</countAsClothingForNudist> if tag not present, add it. i know the tag wording is oxymoron. just think of it as countAsClothing
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now