超级玩家
 
- 贡献度
- 10
- 金元
- 6049
- 积分
- 645
- 精华
- 0
- 注册时间
- 2012-7-16
|
-----------------------------------------------
--Natural Bodies of Oblivion (NBO) with Bodymorph V0.4A--
--Created by Krasue--
-----------------------------------------------
-----------
Description
-----------
Natural Bodies of Oblivion (NBO) began as a simple body replacer, intending to provide a new and enhanced nude female body. It has since evolved into a flexible morphing framework that allows the user to fully customize female characters in Oblivion Remastered. With NBO's Body Morpher extension, players can adjust body shapes and physics not only for the player character but for NPCs as well - all in-game, in real-time.
The Body
The "Natural" in NBO refers to this new body model that was designed with more natural curves in mind. This does not overhaul the shape of the female body but instead attempts to enhance it with extra curves and fully rigged anatomical elements. The mesh is a custom one, based on the vanilla model, and has extra mesh density around the chest and crotch areas.
Custom Expanded Skeleton
A new additional skeleton that sits alongside the old humanoid one (not a replacer) that adds bones for physics, morphing and future animation frameworks.
Body Morpher
If the shape of the default body is not to your liking, you can jump into the body morpher at any time in game using a keybind (default: ,). You can tweak the overall look of the body or go into specific detail in certain areas. You can also adjust the physics values to reduce or increase the intensity of jiggle physics. Every change you make gets saved to a JSON file, meaning these changes persist across game sessions and also get loaded for NPCs.
Optimization
The body has been completely lodded for all its variants and the textures use vanilla texture compression settings, hopefully preserving the same level of optimization as the vanilla game. The newly added bones for the morphing system, however, may introduce a slight performance hit.
------------
Requirements
------------
UE4SS - Required for the Body Morpher
If you want to simply replace the body mesh using NBO's default shape, then you can download the light version of the mod which does not include body morphing functionality.
------------
Installation
------------
-Install UE4SS if you haven't already (Do not install the Signatures optional file)
-Launch the game once - without obse_loader.exe if you use OBSE.
-Extract the zip file to your Oblivion Remastered root directory (where the game's .exe is located).
-(Optional) If using the light version of the mod, step 3 is the only step you'll need to follow.
---------------------
Keybind Configuration
---------------------
To change the Body Morpher's activation key, navigate to:
"Oblivion Remastered/OblivionRemastered/Binaries/Win64/ue4ss/Mods/NaturalBodyMorph"
Open config.json and look for "Keybind - Open Body Morph UI". Here you can set the "Key" value to whatever you want and also set up a modifier key so that opening the menu requires a combination. Here's an example for "Shift+B":
"Keybind - Open Body Morph UI":{
"Key":"B",
"ModifierKeys":["SHIFT"]
},
Special characters such as commas, periods and plus signs require a specific name to be used. For example, a comma is "OEM_COMMA". To find a full list of valid keys, navigate to: "Oblivion Remastered\OblivionRemastered\Binaries\Win64\ue4ss\Mods\Keybinds\Scripts" in the "main.lua" script file.
--------------
Uninstallation
--------------
-Delete the folder: "OblivionRemastered/Binaries/Win64/ue4ss/Mods/NaturalBodyMorph"
-Remove the three NaturalBodyMorph files from: "OblivionRemastered/Content/Paks/LogicMods"
-Delete 0_NaturalBodies from: "OblivionRemastered/Content/Paks/~mods"
To uninstall the underwear version of the mod, simply go to the "~mods/NaturalBodies" directory and delete all files named "NaturalBodies_BUnderwear_P".
-------------
Compatibility
-------------
Compatible:
-Vanilla overlay mods (such as Realistic Skin)
-Face texture or head replacer mods (So long as they don't introduce seams on the vanilla mesh)
Not Compatible:
-Any female body replacers that aren't NBO
-Vanilla-Based Male body replacers (Use Natural Male Bodies)
-Body retextures that replace the texture files for female character bodies
-Non-NBO armors. This includes vanilla armors. There are some replacers but you'll have to search for them.
------------
Known Issues
------------
-Mod is in Beta: This mod is a work in progress. Bugs, crashes and other problems may appear. Basic troubleshooting is expected (check your mod list, UE4SS install etc.)
-No time freeze in Body Morpher: Enemies can still attack so make sure to only activate it when you know you're safe. Dialogue will kick you out.
-Clipping is expected: Armor support is limited and any armors without the new bones, will look odd when morphing the body. This also currently applies to vanilla.
-Steam version only tested: Gamepass will mostly likely work, but it’s untested and unsupported. The steps to install might be different.
-Neck seams: For the most part, neck seams have been reduced but as I didn't want to edit face textures for this mod, some seams are unavoidable for now.
-UI lockup bug: Pressing the Body Morpher before fade-in may cause your cursor to not appear, resulting in being locked in the Body Morph menu. Use the console (¬, ' or /) to bring up the cursor and click “Accept”.
-Argonian tail seam: Untextured section may show when certain sliders are active.
-Jagged weighting: Some belly/waist areas suffer from bone influence limits. This can be fixed but is finicky and time consuming.
------------------------
To Do / Planned Features
------------------------
As mentioned, this mod is in beta and so there's still plenty to do. My current priorities after this release are:
-Create a system to allow the reduction of jiggle on certain armors.
-Add support for separate bodies for different races.
-Armor/Cloth fitting morphs for cleavage, squish and more (Will need to hear from Armor Creators on what is desired).
-Add support for vanilla armor/clothing (Pretty big task...)
-Improved skin weights - this always seems to be a thing sadly.
-Modder documentation to either edit/improve the body or adding a new entire body to the Body Morpher system.
---
FAQ
---
Q: What versions of the mod are available?
There are two different main files:
-NaturalBodies-Light: This is the body replacer without any of the Body Morphing functionalty or the custom skeleton (use this if experiencing crashes).
-NaturalBodies-Full: This is the full mod, Body Morpher included. Requires UE4SS.
-(Optional) NaturalBodies-Underwear: This adds the vanilla underwear back onto the body meshes. (not compatible with the light version)
Q: Will you make a male version?
Yes: https://www.nexusmods.com/oblivionremastered/mods/3696
Q: This mod isn't compatible with an armor I use!
Indeed, that's expected. Most existing armor mods won't work out of the box with NBO's skeleton and Morphs. It will either be up to the original mod creator or someone else to make it compatible. The steps actually quite simple:
Reshape the mesh to fit the body.
Weight the shaping bones to the cuirass (greaves and so on should use the vanilla bones).
Q: Will Body Morpher work with other body mods?
No, not without extra setup. However, I plan to eventually release documentation and tools for others to implement their own morphing-compatible bodies using the Body Morpher system.Q: Can I use this without UE4SS?
Yes - use the Light version. The Body Morpher requires UE4SS for Lua scripting.
Q: There’s too much/little jiggle. Can I change that?
Yes - jiggle strength can be adjusted directly in the Body Morpher UI.
Q: Why make a light version?
Because this mod was originally just a body replacer. I was tempted to release this mod separately to the Body Morpher but realized that it would probably lead to confusion and people attempting to use the Body Morpher with unsupported bodies.
Q: The Body Morpher UI won't open!
You've definitely messed up somewhere with your installation. Make sure you're not manually placing files where they don't belong (Like putting Logic Mods in ~mods) and make sure that your UE4SS installation is set up correctly.
Q: Sliders won't show up!
You need to be playing a female character for sliders to show up, even if you only plan to use this for NPCs.
|
|