Jump to content

Recommended Posts

7 hours ago, 0xAF said:

using cheats cause CTD

at least


rtbp.command "setSpringK breasts 300.0"

 

I did a full rebuild and now commands are working again. I think the last build was using some outdated object files. Anyway, looks like it's working now and I've already uploaded the new version. Download "RTBP Preview v0.3-p3 2020-11-02.zip".

6 hours ago, khyan69 said:

It’s not really immersive that female butt jiggles everywhere but not the males’s butts during gameplay. 

That's on my to-do list. I'm working on getting everything running solid before I try to add more features.

5 hours ago, Yoxgg04 said:

Certain cc tops on my males jiggle too :( 

I also cant use reshade with this because that too has a d39 file.

Reshade compatibility is also on my to-do list.  

3 hours ago, cminnow said:

Latest version works well! Still the reset every 30 seconds or so.

I'll play around this evening and see if I can get to the bottom of this.

Link to comment
6 hours ago, Yoxgg04 said:

Certain cc tops on my males jiggle too :( 

I also cant use reshade with this because that too has a d39 file.

You'll have to use Vulkan for Reshade instead of Direct3d9 (D3D9.dll).

I learned about this from the user Uhiyhiyhiy

 

***Just in case things go wrong Copy your original D3D9.dll file to your desktop***

 

1. First make sure that you updated the drivers on your Video Card and that your Video Card is capable of running Vulkan DXVK.

2. Run Reshade setup, choose "Enable/disable Reshade in Vulkan globally"

3. When asked "Which rendering API does The Sims 4 use?" Choose Vulkan

4. Download the latest DXVK release from their github -> https://github.com/doitsujin/dxvk/releases click on dxvk-1.7.2.tar.gz for download 

5. Extract it fully, you should have a "x32" folder, a "x64" folder and a "setup_dxvk.sh" file

6. In the x64 folder, rename the "d3d9.dll" file to "d3d9_2.dll"

7. Copy and paste the "d3d9_2.dll" and the "dxgi.dll" files from the x64 folder to your \Game\Bin folder

8. Install the d3d9.dll file for RTBP in your \Game\Bin folder

9. To remove Vulkan DXVK, delete "d3d9_2.dll", "dxgi.dll" and the .dxvk-cache file. 

10. To remove RTBP, Paste your original D3D9.dll file back to your \game\bin folder

 

DXVK will stutter at first (building cache) but it should smooth out fairly quickly.

Link to comment
10 hours ago, 0xAF said:

yep

 

so, now when sim lay down breast no more deform by gravity?

too bad, this was cool feature!

setSpringK only force them down in any sim position...

Oh, I see what you mean! I didn't realize that was happening. This change was definitely unintentional. I'll work on fixing it.

Link to comment
17 hours ago, 0xAF said:

yep

 

so, now when sim lay down breast no more deform by gravity?

too bad, this was cool feature!

setSpringK only force them down in any sim position...

Ok, I think I fixed this. The breasts and butt should now bounce up and in world space, regardless of the orientation of the sim.

 

Re-download and reinstall the preview release to test. The file is named "RTBP Preview v0.3-p3 2020-11-03.zip".

Link to comment
1 hour ago, MerpyDerpy said:

is it ok for you to provide us with the best setting used for realistic bounce and swing because this is the best mod ever sadly tho my chars boobs and butts swings all over the place, lol but never the less its amazing mod

This is what I've been using. If you want more bounce, increase the mass:

[rtbp.general]
startCommandServer=true
enableBreastPhysics=true
enableButtPhysics=true

[rtbp.leftBreast]
mass=2.0
damping=5.0
springK=300.0
maxLength=0.6
power=1

[rtbp.rightBreast]
mass=2.0
damping=5.0
springK=300.0
maxLength=0.6
power=1

[rtbp.leftButt]
mass=1.0
damping=5.0
springK=200.0
maxLength=0.5
power=1

[rtbp.rightButt]
mass=1.0
damping=5.0
springK=200.0
maxLength=0.5
power=1

 

Link to comment
On 11/2/2020 at 3:54 PM, alexlll said:

Is it possible to add more chest movement when walking, descent and ascent by stairs ?

you can use WalkingBounce.package from Bouncing Sims Boobies mod

it can be perfectly combined with this hook

Link to comment
6 hours ago, alexlll said:

is the stone age

yes, but the wheel is also from Stone Age, and it still worked good ?

 

here is my preset if someone interesting

Spoiler

[rtbp.general]
startCommandServer=true
enableBreastPhysics=true
enableButtPhysics=true

[rtbp.leftBreast]
mass=5.0
damping=30.0
springK=2000.0
maxLength=0.2
power=1

[rtbp.rightBreast]
mass=5.0
damping=30.0
springK=2000.0
maxLength=0.2
power=1

[rtbp.leftButt]
mass=3.0
damping=35.0
springK=1500.0
maxLength=0.1
power=1

[rtbp.rightButt]
mass=3.0
damping=35.0
springK=1500.0
maxLength=0.1
power=1

 

 

Link to comment
1 hour ago, 0xAF said:

да, но колесо тоже из каменного века, и все равно хорошо работало ?

 

вот мой пресет если кому интересно

  Показать скрытое содержимое


[rtbp.general]
startCommandServer=true
enableBreastPhysics=true
enableButtPhysics=true

[rtbp.leftBreast]
mass=5.0
damping=30.0
springK=2000.0
maxLength=0.2
power=1

[rtbp.rightBreast]
mass=5.0
damping=30.0
springK=2000.0
maxLength=0.2
power=1

[rtbp.leftButt]
mass=3.0
damping=35.0
springK=1500.0
maxLength=0.1
power=1

[rtbp.rightButt]
mass=3.0
damping=35.0
springK=1500.0
maxLength=0.1
power=1

 

 

Your cart has wooden wheels on one side and carbon wheels on the other. :)

Link to comment
On 11/2/2020 at 3:54 AM, alexlll said:

Is it possible to add more chest movement when walking, descent and ascent by stairs ?

I'm working on it. The problem is that I haven't been able to determine the model matrix so I can simulate in full world space.

 

Currently, everything is calculated relative to the sim. The physics simulators react to the sim moving their body, but not to their actual movement in the world. For example, when a sim is going down some stairs, the simulators know that the sim is moving their legs, arms, and torso, but it doesn't know that the sim is actually moving downward in the world.

 

This is a high-priority task on my to-do list.

Link to comment
11 hours ago, simuser4 said:

What's the difference between This mod and Bouncing Boob mod?

last one have premade animations, this one is generate animations in real-time

so BBmod don't have animated boobs all the time, only where author is made it (and quality of them is very variable...)

but walking animation is pretty well done there

Link to comment
14 hours ago, 0xAF said:

yes, but the wheel is also from Stone Age, and it still worked good ?

 

here is my preset if someone interesting

  Hide contents


[rtbp.general]
startCommandServer=true
enableBreastPhysics=true
enableButtPhysics=true

[rtbp.leftBreast]
mass=5.0
damping=30.0
springK=2000.0
maxLength=0.2
power=1

[rtbp.rightBreast]
mass=5.0
damping=30.0
springK=2000.0
maxLength=0.2
power=1

[rtbp.leftButt]
mass=3.0
damping=35.0
springK=1500.0
maxLength=0.1
power=1

[rtbp.rightButt]
mass=3.0
damping=35.0
springK=1500.0
maxLength=0.1
power=1

 

 

I'll give it a try.

 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   1 member

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use