TabbyCatNinja Posted July 18, 2022 Posted July 18, 2022 (edited) TabbyCatNinja Facials View File Currently experimenting with modelling and textures to accessorize with other clothing mods. Install with your preferred mod manager or copy the zip's Data folder into your Fallout 4 installation folder. Build "TCN CumFace" in BodySlide. Get TabbyCatNinja Facials in game at the Chemlab. Submitter TabbyCatNinja Submitted 07/17/2022 Category Armor & Clothing Requires FusionGirl 1.75, BodySlide TabbyCatNinja Facials-beta.zip Edited July 18, 2022 by TabbyCatNinja added SliderSets 2
vaultbait Posted July 18, 2022 Posted July 18, 2022 Glad to see someone making progress on this idea, since the odds we'll ever get a LooksMenu API for adding/removing face tints seems to be vanishingly small. At least this is something mods can dynamically equip and unequip (doing that during animation scenes and having it persist will require equipping onto both the doppleganger and the ghost, I expect?). Thanks for sharing your hard work on this! 1
janedynamite Posted July 18, 2022 Posted July 18, 2022 I remember the lads from Cum Overlays talking about how it's impossible to AUTO-add facials via LOOKS-MENU and now I'm wondering if there could be a script that equips the "Facial Equipment" on the character faces' post scenes 1
vaultbait Posted July 18, 2022 Posted July 18, 2022 (edited) 31 minutes ago, janedynamite said: I remember the lads from Cum Overlays talking about how it's impossible to AUTO-add facials via LOOKS-MENU and now I'm wondering if there could be a script that equips the "Facial Equipment" on the character faces' post scenes Yes, that's fairly doable. Register for AAF events and call EquipItem(), then start a countdown timer and UnequipItem() when it reaches zero or restart the timer if you get a new animation event. You'd likely want to make sure it's protected equipment from AAF's standpoint so it won't get stripped for animations, though any mods which don't check AAF's protected keywords may end up unequipping it themselves thinking they're stripping clothing off the character. Picking a biped slot which is unlikely to conflict with other things is another challenge; might be able to make that configurable in-game with MCM but then you wouldn't be able to get by with just having the slot baked into the Armor/ArmorAddon records like with normal wearables. Edit: Actually, there's a hacky solution to making the slot configurable... make multiple identical-looking (same mesh/material) armor pieces each of which uses a different slot number, then the configuration is merely telling the script which one of those to use. Edited July 18, 2022 by vaultbait 1
kziitd Posted July 19, 2022 Posted July 19, 2022 There is a problem with your material file. Translucent things will now have noise. In addition, the content that wants to realize the same thing as you is actually under development. 6
TabbyCatNinja Posted July 19, 2022 Author Posted July 19, 2022 26 minutes ago, kziitd said: There is a problem with your material file. Translucent things will now have noise. In addition, the content that wants to realize the same thing as you is actually under development. These are super great!! The noise with the alpha values looks ok with somethings and no so much with others. I'm still trying to learn more about the .bgsm files. I like the scripted stuff @vaultbait said, I'm hoping to play mods with these kinds of effects.
TabbyCatNinja Posted July 19, 2022 Author Posted July 19, 2022 4 hours ago, vaultbait said: Yes, that's fairly doable. Register for AAF events and call EquipItem(), then start a countdown timer and UnequipItem() when it reaches zero or restart the timer if you get a new animation event. You'd likely want to make sure it's protected equipment from AAF's standpoint so it won't get stripped for animations, though any mods which don't check AAF's protected keywords may end up unequipping it themselves thinking they're stripping clothing off the character. Picking a biped slot which is unlikely to conflict with other things is another challenge; might be able to make that configurable in-game with MCM but then you wouldn't be able to get by with just having the slot baked into the Armor/ArmorAddon records like with normal wearables. Edit: Actually, there's a hacky solution to making the slot configurable... make multiple identical-looking (same mesh/material) armor pieces each of which uses a different slot number, then the configuration is merely telling the script which one of those to use. Thanks, this is very useful info. I'm wanting to make stuff to accessorize with other mods. Right now to keep any preferred clothing items on during sex I've been using the "Rogg No-Strip Items" mod.
kziitd Posted July 19, 2022 Posted July 19, 2022 (edited) 15 minutes ago, TabbyCatNinja said: These are super great!! The noise with the alpha values looks ok with somethings and no so much with others. I'm still trying to learn more about the .bgsm files. I like the scripted stuff @vaultbait said, I'm hoping to play mods with these kinds of effects. In fact, this is a new framework that spicydoritos is making. The same function as cum overlay is used for aesthetic processing after AAF animation. The difference is that it calls meshes instead of texture overlay. It has the content of the head as you can see, as well as the content of the body. At present, I am still making some necessary documents of these , which can be used to deform with the dialogue and expressions and presets of the characters. Edited July 19, 2022 by kziitd
RatchetW Posted January 21, 2023 Posted January 21, 2023 On 7/18/2022 at 11:15 PM, kziitd said: In fact, this is a new framework that spicydoritos is making. The same function as cum overlay is used for aesthetic processing after AAF animation. The difference is that it calls meshes instead of texture overlay. It has the content of the head as you can see, as well as the content of the body. At present, I am still making some necessary documents of these , which can be used to deform with the dialogue and expressions and presets of the characters. is this still in development?
spicydoritos Posted January 21, 2023 Posted January 21, 2023 48 minutes ago, RatchetW said: is this still in development? Spoiler 3
RatchetW Posted January 22, 2023 Posted January 22, 2023 21 hours ago, spicydoritos said: Reveal hidden contents hope thats a good sign lol
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