Skip to content

Commit

Permalink
Adjusted HS2/AI sphere radius to match older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thojmr committed Jan 23, 2022
1 parent 4bc2423 commit 80d6659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ internal float GetSphereRadius(float wasitToRibDist, float wasitWidth)
#if KK
return 0.13f;
#else
return 1.5f;
return 1.3f;
#endif
}

Expand Down
4 changes: 2 additions & 2 deletions PregnancyPlus/PregnancyPlus.Core/tools/BellyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BellyInfo
#if KK
public float WaistThick = 0.045f;
#else
public float WaistThick = 0.5f;
public float WaistThick = 0.45f;
#endif

//Well, with the BindPose changes, I've almost completely removed the need for these scalers. yey
Expand Down Expand Up @@ -47,7 +47,7 @@ public float ZLimit
#if KK
public float BellyToBreastDist = 0.182f;
#else
public float BellyToBreastDist = 1.69f;
public float BellyToBreastDist = 1.82f;
#endif

//From char belly button to breast distance
Expand Down

0 comments on commit 80d6659

Please sign in to comment.