Game mode: Online private
Type of issue: Bug
Server type: PvP
Region: EU
Mods?: No
Edition: Steam
Bug Description:
If you look carefully when creating female character(as you probably do already), when the scale is set higher than the middle(1.0+), the breasts stop scaling in y-axis and starts translating downwards slightly, which makes more realistic deformation. This only happens in character creation and not in game. This causes the unrealistic balloon look which also looks weird in many clothes.
I made a mod that fixes this already, so if devs want more info, send a message.
Steps to Reproduce:
In game:
- Make a new female character.
- Maximize chest size.
- Take a screenshot.
- Start the game.
- Take a screenshot of you character from same angle.
- Compare.
- Make npc with max chest size.
- Take a screenshot.
- Compare with the character creation screenshot.
Dev kit:
- Check AB_CharacterCreation → MakeBreast collapsed graph. This is the math used for the more realistic look.
- Check how CachedBustScale vector is manipulated in AB_human_male and AB_MasterHumanNPC_male. There’s only direct conversion from float to vector.