enderclem Posted Friday at 09:28 PM Posted Friday at 09:28 PM Hi, everyone, I'm making this post to present my first skyrim modding project: UCBF is a framework and a tool for modders to easily create bulges and under cloth displacement sliders for bodyslide that can then be exported to skyrim. The goal is to automate most of it, the current modder pipeline is: import body to blender, add any 3D mesh (even really high quality ones) and place it where the bulge should appear. then from blender using the plugin export the collider and position data. From this file you can then generate the bulge slider for on any piece of clothing using the pyhon script. It creates a patched bodyslide file + ESP for ingame control and framework discoverability. Check attachement for exemples of ingame + tool results. If you have any questions feel free to ask F.A.Q: Is it available? Not yet I need to finish the in game API and make it easier and more modular (quite a lot of hardcoded values) How does it work? The script create a new geometry patch that is then applied to the cloth piece as a new mesh by sampling the color so no real geometry conflict can happens and it can be disabled easily. 1
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