About This File
The mod adds three levels of blushing based on arousal. It is based on SexAttributes parameters. This works with both 1K and 2K face textures.
REQUIREMENTS
AAF Things
Sex Attributes
PROBLEMS
I have the feeling that the textures are being applied just a tiny bit lower than they should be.I have the feeling that the textures are being applied just a tiny bit lower than they should be.
FOR MODDERS
If you want to use blush for your own purposes.. Just pass the headpart you need from esp to the script.
To apply the overlay, use the command
akActor.ChangeHeadPart(YOUR VARIABLE)
To remove, use the command
akActor.ChangeHeadPart(YOUR VATIABLE, True, True)
Don't ask how it works. I looked up these functions in another mod (Satisfactory Facial Piercings)
In addition, within the ESP file, you can find a keyword to block my mod's scripts and a global variable to track the blush level.
What's New in Version 1.1.0
Released
- Improved overlay positioning.
- Added a custom event for modders.
- Fixed (I hope) the issue with the mouth closing during a blowjob.
- Made the flush fade gradually after orgasm.