- Sep 14, 2017
- 841
- 977
Some scene can check what is being covered.Just a suggestion: Right now the clothing system appears to be pretty binary. Either the player is wearing clothes or they are naked. I would suggest making nudity an integer. When the NPC is naked, it is at 100. But each article of clothing has a cover up factor that reduces the nudity level by a certain amount. So underwear would reduce the nudity value by less than a full dress/suit. This system would open up a world of possibilities for scenes to respond to how scandalous an npc is dressed. You could even have separate values for torso, legs and feet. So, for example, a scene could respond to a female walking around topless.
Adding stats to the player in a mod seems fairly trivial, but there may be some work involved in adding a "coverup" value to each clothing item. I haven't quite figured out how to modify the attributes of clothing items yet. Since you are messing around with clothing in the upcoming version anyway, it may be the ideal time to add a mechanic like this to the game.
[!Player.isVisible(Bottom) && !Player.isVisible(Bottom_Under)] Checks to see if you are bottomless.
[!Player.isVisible(Top) && !Player.isVisible(Top_Under) && !Player.isMale()] Checks to see if your female/futa is topless.
But no means to check if it is clothing see through or leave little to the imagination.
Some clothing does have "partial undress" but not sure how it will be applied yet.
I have a "Nudity Matters" mod.
https://f95zone.to/threads/lifeplay-v4-0-beta-4-vinfamy.11321/post-4138623
Original/old mod by Dbcaf
https://f95zone.to/threads/lifeplay-v4-0-beta-4-vinfamy.11321/post-3016638
Last edited: