Jump to content

Real-Time Body Physics (DirectX 11)


Recommended Posts

Posted

Still having the " a problem with your game installation " error. I've reset the folder, and only installed RTBP; seems to be the .dll file . any other ideas? it worked fine on my other laptop. this one is a i5, 32g ram, Nvidia 1660 graphics. thanks!

 

Posted
17 hours ago, Will42 said:

Real-Time Body Physics dosent work on elder female

 

I have implemented breast physics for elder females and it will be included in the next preview release.

Posted

Game crashs when I'm in a world and click the play button.

 

Gpu: Rtx 2080 TI

Processor    AMD Ryzen 9 3900X 12-Core Processor               3.80 GHz
Installed RAM    32.0 GB
Device ID    DCB51E85-3788-4ECC-87F7-4F5AB4C0325C
Product ID    00325-81732-17945-AAOEM
System type    64-bit operating system, x64-based processor
Pen and touch    No pen or touch input is available for this display
 

Posted
9 hours ago, KonataKisaragi said:

Game crashs when I'm in a world and click the play button.

 

Gpu: Rtx 2080 TI

Processor    AMD Ryzen 9 3900X 12-Core Processor               3.80 GHz
Installed RAM    32.0 GB
Device ID    DCB51E85-3788-4ECC-87F7-4F5AB4C0325C
Product ID    00325-81732-17945-AAOEM
System type    64-bit operating system, x64-based processor
Pen and touch    No pen or touch input is available for this display
 

 

Could you post your RTBP log file? Thanks.

 

51 minutes ago, aaronhobbs12345 said:

how do i install rtbp commander what file or files do i place it

 

Extract all the files from the RTBP Commander ZIP file anywhere, start the Sims 4, Alt+Tab out of the game, then run "RTBP Commander.exe" (the ".exe" part may be omitted depending on your file manager's configuration).

Posted (edited)

What's the Mac OS equivalent for the directory and game bin? I can't find anything :( 

 

Update. Never mind as someone else mentioned it does not work on MAC! Total bummer! 

Edited by PawgLife
Posted
16 hours ago, PawgLife said:

What's the Mac OS equivalent for the directory and game bin? I can't find anything :( 

 

Update. Never mind as someone else mentioned it does not work on MAC! Total bummer! 

 

Not at this time, but theoretically it could be possible, using a combination of compatibility layers. That's how I run the Sims 4 and develop RTBP on Linux.

Posted

I removed bouncing bobbies, installed the mod as the instructions say, edited the settings file as suggested here (only female breasts and butt), started the game and my sims at first had no chest. Just the front side was missing. Switching to some other outfits fixed that. Then I had my sims walk/jog/go upstairs but the breasts either looked like glitching tentacles moving around infront of the sim 2-3 sim lengths in range or they didnt move at all.

 

Im not sure what to make of it.

Posted
22 hours ago, IAmCornholio said:

I'm absolutely fascinated with how you attached to to all the proper vertices without communicating with the engine itself. Are you still open to sharing the source or can you explain in a little more detail? I'm a programmer myself but new to graphics apis and shaders (came from mobile app development)

 

You can find the latest published source code in the RTBP v0.4 release ZIP (https://www.loverslab.com/files/file/14085-real-time-body-physics/?do=download&version=10647).

 

I'm happy to help out with any questions you have, but if you don't know C++, the Direct3D 9 API, or the mathematics behind 3D computer graphics, you may not be able to understand it.

 

18 hours ago, Zasz said:

I removed bouncing bobbies, installed the mod as the instructions say, edited the settings file as suggested here (only female breasts and butt), started the game and my sims at first had no chest. Just the front side was missing. Switching to some other outfits fixed that. Then I had my sims walk/jog/go upstairs but the breasts either looked like glitching tentacles moving around infront of the sim 2-3 sim lengths in range or they didnt move at all.

 

Im not sure what to make of it.

 

Would you mind posting your log file and "Settings.ini" file? Thanks.

 

Like I've said before, breaking RTBP is super easy. If the settings variables don't balance each other out, you can get the simulators out of equilibrium. This will result in the physics variables getting so out of range, that your processor won't be able to use them anymore.

 

 

Thank you for your patience, everyone. I'm literally learning this as I go. The development of RTBP requires a lot of research, experimenting, and beer. (Sorry, that last part was a typo.)

Posted

Hello. Thanks for making a great mod. I also wanted to make my male sim's chest jiggle, so I added a breastbone to the men's top, but it didn't work. Can you give me some advice on how to make it work?

Posted

Sorry! I forgot to explain how I tried. After importing the men's tops in Blender, I also imported the women's tops and transfered the female chest vertex weights onto the male tops. Any advice would be appreciated.

Posted (edited)

This physics don't work with sex animations? I notice it's all stiff while the sex animation begin.

 

edit:

ok, it works I'm just dumb and I changed the maxLenght to 0.2 and it wasn't that noticeable

Edited by RmX93
solved
Posted

Hi CPVC, I'm having issues getting the RTBP commander to connect to server. I've yet to try the reshade work around but I do have reshade installed. Although I have gotten RTBP to work in the past with reshade. I've since updated my game. I attached the log file from RTBP and edited the Graphicsrules file as you instructed for intel GPU. If you have any ideas as to what I've been doing wrong I would appreciate the help. Thanks.

Log.txt

Posted (edited)

Ok, Hey btw great work CPVC!! Really! So I found a way to make Reshade work with this for me on Windows 10. Im sure Im not the first to figure this out and im not even sure the game won't still crash at some point but, if it helps: Here are the steps I took to make Reshade work with RTBP.

 

1. Delete original d3d9.dll from Bin folder

2. Install latest Reshade (4.9.1) using OpenGL API for TS4x64 bit

3. Place RTBP folders according to "Readme" provided in zip

4. Place RTBP's d3d9.dll in Bin folder as is, I did not rename to d3d9_2.dll)

5. Run the game

 

I spent far too much time trying to figure this out but this combination worked for me. I hope it helps someone because it would have helped me.

Edited by sportsdream2304
missing info added for clarity
Posted (edited)
17 hours ago, RmX93 said:

This physics don't work with sex animations? I notice it's all stiff while the sex animation begin.

As far as I understand physics works only with those animations where chest rigs are not involved. Сhest rigs are registered in WW. But if remove the chest rigs from WW the animations stop working properly.

Edited by alexlll
Posted
On 7/31/2021 at 2:58 AM, aftereffect said:

Hello. Thanks for making a great mod. I also wanted to make my male sim's chest jiggle, so I added a breastbone to the men's top, but it didn't work. Can you give me some advice on how to make it work?

 

On 7/31/2021 at 3:05 AM, aftereffect said:

Sorry! I forgot to explain how I tried. After importing the men's tops in Blender, I also imported the women's tops and transfered the female chest vertex weights onto the male tops. Any advice would be appreciated.

 

Hmmm... It's possible that this could work. It looks like male sim rigs have the CAS breast bones, but there are no vertices associated with them. If you were to add that information to a mesh, this might work. However, RTBP doesn't attempt to target the male chest. This could be changed, though.

 

On 7/31/2021 at 10:22 PM, IAmCornholio said:

 

IT's prob the graphics knowledge, I've programmed in both c and cpp before and im familiar with 3d vector calculus and linear algebra (I just grad uni with a cs and maths degree) but the applications of these classes was on more of a science level and so I'm completely new to the directx API, so that's probably where my dropoff in understanding is. So with my first exposure to the source it seemed like you just targeted random vertices.  I'll take a more thorough look and do some homework before I pester you with random questions though lol. Thanks

 

Sounds like you know your stuff. Don't hesitate to ask me any questions, but you should know that I know very little about DirectX myself. My background is in OpenGL, but since the two APIs are similar enough, I've been able to get by.

 

5 hours ago, parzysty said:

@CPVC Have you thought about fixing Sims 4 shadows? Currently I don't think there is a way to make them higher res and even on highest setting they are quite blocky and ugly.

 

I can look into that. I might be able to trick the Sims 4 into using larger shadow maps.

Posted (edited)

thanks for the amazing work.

this mod its just install or we need make configurations too ?

 

edit:  its work but the breast dont have nipples .

its normal  ?

Edited by mikesolo1975
Posted (edited)
On 8/3/2021 at 5:20 PM, mikesolo1975 said:

thanks for the amazing work.

this mod its just install or we need make configurations too ?

I guess you have already figured out but as long as you follow the install instructions you are good to go. You can of course edit the default settings.

 

Quote

edit:  its work but the breast dont have nipples .

its normal  ?

You would need to install breast meshes and skin overlays or body details for that. this mod just adds physics to them. Have a look at the "Body modifications" category on this post for a start:

 

Edited by fyLoX
Body mods
Posted
On 8/2/2021 at 4:43 AM, sportsdream2304 said:

Ok, Hey btw great work CPVC!! Really! So I found a way to make Reshade work with this for me on Windows 10. Im sure Im not the first to figure this out and im not even sure the game won't still crash at some point but, if it helps: Here are the steps I took to make Reshade work with RTBP.

 

1. Delete original d3d9.dll from Bin folder

2. Install latest Reshade (4.9.1) using OpenGL API for TS4x64 bit

3. Place RTBP folders according to "Readme" provided in zip

4. Place RTBP's d3d9.dll in Bin folder as is, I did not rename to d3d9_2.dll)

5. Run the game

 

I spent far too much time trying to figure this out but this combination worked for me. I hope it helps someone because it would have helped me.

Thanks sportsdream2304 for bringing this up.  This not only allows for you to run the Sims4 with RTBP and Reshade but it also eliminates the overly sensitve camera that I get from using Vulkan to run RTBP with Reshade.

Posted

When I reopen rtbp commander, the values restart to default. but my custom settings are still there. I have to replace all settings for any changes. Will there be a fix for this? Anyone?

Posted
1 hour ago, BangBangMnN said:

When I reopen rtbp commander, the values restart to default. but my custom settings are still there. I have to replace all settings for any changes. Will there be a fix for this? Anyone?

 

Yes, I'll fix that in the next version. Consider the current version of RTBP Commander as a preview release, rather than a finished product.

Posted
15 hours ago, fyLoX said:

I guess you have already figured out but as long as you follow the install instructions you are good to go. You can of course edit the default settings.

 

You would need to install breast meshes and skin overlays or body details for that. this mod just adds physics to them. Have a look at the "Body modifications" category on this post for a start:

 

thank you very much for your help and time my friend.

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...