RBS2020 procedurally changes bodyshapes of females and since Version 0.3 males, by morphing them. Every NPC including those that come with mods will have a unique bodyshape.
Other user's assetsSome assets in this file belong to other authors. You will need to seek permission from these authors before you can use their assets
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
SKSE Team for making it possible Expired for Racemenu (Skee) and his help Ryan-rsm-McKenzie for CommonLibSSE and his help exiledviper meh321 for PapyrusUtil SE Ousnius and Caliente for Caliente's Beautiful Bodies Enhancer Caliente for Bodyslide
Donation Points system
This mod is not opted-in to receive Donation Points
Changelogs
Version 0.321
Fixed freeze bug
Version 0.301
seperated female and male morphs in MCM menu
cleaned up MCM menu
Version 0.33
Address Library for SKSE Plugins is needed
Skip Unique added
Skip Essential added
Player Character will not be morphed
Refactored code
shrinked the breast size a bit. If you want them to be bigger use the breast size multiplier
Version 0.32
Skip Unique added
better NPC parsing (checking voicetypes)
Version 0.31
Rewritten NPC parsing function. Should be more stable and more accurate.
Version 0.24
new NPC parsing function, faster and stable
Version 0.23
Added funtion to get only females. "Females Found" Counter should be correct now.
Check for Racemenu. If its not installed "Morph butten" is missing and there is message that its not installed.
Delete Morphs Button added. If pushed all morphes are gone.
Added some debugging information.
Version 0.21
fixed Morph Button
added Females Found (its a guess, because i have not found a function to be sure its a female that is found)
Version 0.11
Deleted AreYourThere.dll and script
Fixed a problem so now only RBS2020.esp is needed.
Merged two scripts
CTDs should be gone
Version 0.3
ESL-flagged Racemenu should work now
Support of Male Body (SMMB, which is not hosted on Nexus)
Added Morph Key RBS2020
Added check for .tri files for male and female
Added Morphfactor Female and Morphfactor Male Slider
Added Fitness to procedural generating function
Added Musclepower to procedural generating function
something i forgot
Version 0.2
Converted Papyrus Script to C++ SKSE Plugin code. Morphing is done now in one or two seconds!
AreYourThere.dll is not needed anymore.
Added SkyUI MCM menu.
MCM menu: Morph Button to morph the female NPCs. (1-2 seconds).
MCM menu: Seed Offset added. The Seed is used for procedural calculations. If its offset is default (0), females will look different but the same in all different installations. If you change the offset and morph again, new bodyshapes will be generated.
MCM menu: Morphfactor added. 100% (default) normal sizes. Higher values bigger bodysizes in common but mainly on higher weight females.
MCM menu: Breastsize morphfactor. 100% (default) normal sizes (small to big). Higher values bigger in common but mainly for higher weight females
Version 0.1
first alpha
Realistic Body System 2020 (RBS2020)
As it is the first version i publish and its only tested by me, yet, i call it an alpha version.
Why? For us, skyrim is something like a virtual home. From time to time we come back, check some new mods and have again fun for hundreds of hours :). Immersion breaking for me always was that all females and males share the same bodyshape. So i tried to change that in Oblivion with VORP (wow, that was complicated) and then for Skyrim LE with RBS (complicated, too). Now with Racemenu allowing us to use morphs it is much less complicated to change the NPCs Bodyshape. So i had to do it again. There are other ways to do it. But i always want to do it procedural, so i can get surprised by the look of the NPCs
How does it work?
You must have installed Body, Armor and clothes with Morphs enabled, if not there will be no visible change.
Open MCM Menu, click on Morph and thats it. If you want you can change the options click on Morph again.
RBS2020 iterate through all the female and male NPCs and morph their bodyparts. This is calculated by deterministic random function (procedural) provided by a SKSE plugin.
NPCs weight is source for most calculations, muscles and fitness are calculated with the help of Actors(NPC) values.
Morphs will be saved with your savegame.
MCM menu: Morph Button to morph the female NPCs. (1-2 seconds).
MCM menu: Seed Offset added. The Seed is used for procedural calculations. If its offset is default (0), females will look different
but the same in all different installations. If you change the offset and morph again, new bodyshapes will be generated.
MCM menu: Morphfactor added. 100% (default) normal sizes. Higher values bigger bodysizes in common but mainly on higher weight females.
MCM menu: Breastsize morphfactor. 100% (default) normal sizes (small to big). Higher values bigger in common but mainly for higher weight
females
Which depenencies does it have?
* The morphing function is provided by the great Mod Racemenu created by Expired, so that have to be installed.
Run Bodyslide choose body CBBE or CBBE (physics) and preset zeroed sliders, check "Build Morps" and then hit "Batch Build..."
What´s in for the future?
Yeah, that depends ;) I have some ideas, but they are stopped by too low skill with skse plugin programming. ;) I provide the source code, too. So if you want to help, i would be happy if you do so.