Jump to content

Real-Time Body Physics (DirectX 11)


Recommended Posts

Posted
3 hours ago, BigTBen said:

RTBP Preview v0.3-p5 2020-12-19 is working for me. Breasts are not flopping all around and the game starts with no problem.

same here. just played for a short while, but saw no problems at all.

Posted

Hey CPVC please also add the current releases you've made on the Patreon so we can get updates on the current status of the project.

That way it comes to our email and incentivizes us to back you and get the latest updates without signing into here. Thanks!

Ā 

Posted
On 12/19/2020 at 9:54 PM, CPVC said:

Sorry for the technical difficulties. I think I may have fixed the latest preview release now. If you encounter any problems, just report them to me and revert to the previous version.

Ā 

Thanks again for helping me out with this mod. From now on I'm going to spend more time testing these preview releases personally.

Ā 

Real-Time Body PhysicsUnavailable

Great Job, CPVC!

-a patreon

Posted
Ā 

its a mode that really looks interesting but also that can break the game as I seeĀ 

I've been using it since the beginning and it's not broken anything.

Posted
Ā 

its a mode that really looks interesting but also that can break the game as I seeĀ 

For the record, the game comes broken when you buy it, IMO.

Posted
7 hours ago, Noia do Rio De Janeiro said:

yo, the movement of the butt in sex animation is asking too much, the right thing would be to ask / research about collision. CPVC image.png.70c08f384ee15540af6bec00318bc8e1.pngcould you explain to us what each one of them does? or at least put it in readme.html

So, mass is how heavy the body part is. How resistant it is to its position changing.

Ā 

Damping is how fast the bouncing stops. Kinda like friction. Higher values make the bouncing stop quicker.

Ā 

The springK constant defines the spring characteristics of the simulation. Basically how elastic the spring is and how it will respond when force acts upon it. Google "Hooke's Law" for more information. Higher values will make the spring act more springy. "For every action, there is an equal and opposite reaction."

Ā 

Max length defines how far the body part is allowed to get away from its intended position. Basically, how far the spring can stretch before it won't stretch anymore.

Ā 

Power is is the multiplier for the force that acts on the simulations at "1.0" the force is unchanged. "2.0" is double, "0.5" is half. I don't recommend playing with this one. I put it in for debugging purposes and will probably remove it in the future.

Ā 

Gravity is the gravity of the simulations, a constant downward force acting on the springs in meters per second. "9.80665" is the gravity of earth. RTBP assumes every sim is 1.7272 meters tall, or 5'8". Higher gravity levels will will make everything sag much more. I wouldn't play with this one either, unless you'd like to pretend your sims live on another planet or if they're training to fight Cell or something.

Ā 


It is possible to give these variables values that put the simulations out of equilibrium. For example, if you set the mass too high, the springK won't be able to overcome the force and your sims' body parts will sink into the floor. If the springK is set too high, the body parts will start bouncing faster and faster and never stop.

Posted
18 hours ago, CPVC said:

So, mass is how heavy the body part is. How resistant it is to its position changing.

Ā 

Damping is how fast the bouncing stops. Kinda like friction. Higher values make the bouncing stop quicker.

Ā 

The springK constant defines the spring characteristics of the simulation. Basically how elastic the spring is and how it will respond when force acts upon it. Google "Hooke's Law" for more information. Higher values will make the spring act more springy. "For every action, there is an equal and opposite reaction."

Ā 

Max length defines how far the body part is allowed to get away from its intended position. Basically, how far the spring can stretch before it won't stretch anymore.

Ā 

Power is is the multiplier for the force that acts on the simulations at "1.0" the force is unchanged. "2.0" is double, "0.5" is half. I don't recommend playing with this one. I put it in for debugging purposes and will probably remove it in the future.

Ā 

Gravity is the gravity of the simulations, a constant downward force acting on the springs in meters per second. "9.80665" is the gravity of earth. RTBP assumes every sim is 1.7272 meters tall, or 5'8". Higher gravity levels will will make everything sag much more. I wouldn't play with this one either, unless you'd like to pretend your sims live on another planet or if they're training to fight Cell or something.

Ā 


It is possible to give these variables values that put the simulations out of equilibrium. For example, if you set the mass too high, the springK won't be able to overcome the force and your sims' body parts will sink into the floor. If the springK is set too high, the body parts will start bouncing faster and faster and never stop.

holy, I'll see if I can make this 'mod' look good in my game, thanks for your time spent explaining it all

Posted
6 hours ago, Noia do Rio De Janeiro said:

holy, I'll see if I can make this 'mod' look good in my game, thanks for your time spent explaining it all

Bear in mind that the simulations aren't perfect at this stage. As far as I can tell, we're still not simulating in true world space. The simulators react to the sims' animations, but not their actual position in the world (that's why you don't see a lot of boob bounce when your sims are going up or down stairs).

Ā 

I've found the model-view-projection matrix (register 206, in case you were wondering), but I have yet to isolate the "model" portion of the matrix, which is what I need to transform the simulations into true world space.

Ā 

I'm working on it, though. This sort of modding requires a lot of experimenting. A lot of throwing stuff at the wall until something sticks.

Ā 

(Sorry about all the jargon.)

Posted
10 hours ago, Kodenu said:

What Is the Airspeed Velocity of an Unladen Swallow?

European or African? The variables are very different depending on the geographical origin of the bird. You see...Ā :thumbsup:

Posted

I cant seem to get the mod to work in game,Ā the breasts work fine in cas but thats about it.Ā I have been trying for a couple days now but no results.Ā Not really sweating it too much because I know you're working hard on this mod. Keep up the good work though

Posted
7 hours ago, BlahBlah110 said:

I cant seem to get the mod to work in game,Ā the breasts work fine in cas but thats about it.Ā I have been trying for a couple days now but no results.Ā Not really sweating it too much because I know you're working hard on this mod. Keep up the good work though

check out some early posts in this thread about removing "BC Bouncing Boobies" rigs from WW (and any other major mods that include the BCBB rig, which seems to interfere with CPVC's mod).Ā  BCBB was great while it lasted--until this mod.Ā  a lot of work editing ALL stock animations and faking physics.

Posted
On 12/17/2020 at 7:32 AM, CPVC said:

I think I might have fixed the male butt gap glitch. In doing so, I fixed a few other bugs that were bothering me. Another coordinate system thing...

Ā 

I might release a new preview tomorrow. No super significant changes, but quite a few bug fixes.

Ā 

In the mean time, what do you guys think of the RTBP logo I threw together?

Ā 

RTBP Logo.png

How do you like this option?

1177124153_RTBPLogo.png.5a2fb4e46bbd08df1405920d7ec61d99.png.bce6cd490a175b92cd4fe4ed5a12cf52.png

Ā 

Posted
7 hours ago, alexlll said:

How do you like this option?

1177124153_RTBPLogo.png.5a2fb4e46bbd08df1405920d7ec61d99.png.bce6cd490a175b92cd4fe4ed5a12cf52.png

Ā 

I like it! Just like RTBP is a work in progress, so is the logo.

Posted

Hi ! I've just downloaded the mod and I'm trying to set it up. Am I safe to use the default settings, or should I tweak them a bit first ?

Posted
38 minutes ago, Shay Winter said:

Hi ! I've just downloaded the mod and I'm trying to set it up. Am I safe to use the default settings, or should I tweak them a bit first ?

Use default settings first, and see what you'd like changed, then try tweaking the corresponding settings. Just my opinion.

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   0 members

    • No registered users viewing this page.
×
×
  • Create New...