Jump to content

Real-Time Body Physics (DirectX 11)


Recommended Posts

Posted
On 6/9/2024 at 9:51 PM, j_lk23 said:

please help, my male sims use the female butt slider and the balls slider dont work on them at all. ive removed all of my slider mods and still have no luck

 

Butts are difficult. Men have butts. Women have butts... I have to analyse the mesh geometrically to determine the gender of the sim. Women typically have further protruding butts, so that's what RTBP looks for. However, a man wearing baggy clothing could have his ass mistaken for a women's.

 

I've been working on grouping separate sim buffers into groups I call "outfits". I could use information from other parts of the outfit to better determine the Sims's gender. For example, a sim without breasts on their top mesh probably has a male butt on their bottom mesh.

 

Testicle physics have been neglected a bit. There's been very little interest in bouncing balls. I haven't really maintained that part of the code very well. Someone brought this up a while ago, so I fixed up the balls code a bit and I think it's working again. This will be a part of the next release.

 

On 6/14/2024 at 12:53 PM, Punisher4377 said:

How is it looking to convert it to dx11?

 

Good, actually. I've made progress reverse engineering the game's D3D 11 rendering loop. The D3D 11 API is quite a bit different than the D3D 9 API, but I've been having a lot of success. It might take a bit longer than I initially anticipated, but I think I can work this out eventually.

 

4 hours ago, shinichi104 said:

RTBP isint working for me at all after the update weather i use dx9 or dx 11 i see no physics.

 

Try navigating to your Sims 4 folder + "Game\Bin\". Execute "TS4_DX9_x64.exe" directly. If a log file is generated, please share it with me.

Posted (edited)

I'm having a weird issue with RTBP. It seems like the simulation isn't running at all times. When a character loads in or changes an outfit, it's definitely running, but shortly after that and most of the time outside of those two things, it doesn't run and everything is static. 

 

For example, when a Sim walks, no physics. When a Sim does most other interactions with another Sim, no physics. When a Sim does interactions alone where there's plenty of movement - tending the bar, jogging,  cleaning a mess, responding to other Sims - no physics. I hope this makes sense. 

 

I used to have the "Bouncing Sim Boobies" mod installed but I deleted all of its files after installing RTBP. Could there possibly be something lingering from that mod that's messing up RTBP? Also, I have a few custom body Sliders installed. I've done all of this on the same save, I didn't start a new game after installing RTBP, could that be the issue?

 

I was reading through the comments above and just for fun, I loaded the game in DX9 and DX11 and it didn't make a difference. 

Edited by sillygooseboy7
Posted (edited)
1 hour ago, alexlll said:

RTBP Commander - debug flags - testaltbreastphysics 1/2/3/4/5 - try different.

I'm confused, what is RTBP Commander? Is this a command I need to run in-game? Or is it something I need to tweak in the settings file? 

 

If it's included in the "RTBP GUI tools" download on the first page, that download is no longer available...

Edited by sillygooseboy7
Posted
22 hours ago, alexlll said:

RTBP Commander - debug flags - testaltbreastphysics 1/2/3/4/5 - try different.

 

21 hours ago, sillygooseboy7 said:

I'm confused, what is RTBP Commander? Is this a command I need to run in-game? Or is it something I need to tweak in the settings file? 

 

If it's included in the "RTBP GUI tools" download on the first page, that download is no longer available...

 

I'm not sure why the download link for the GUI Tools bundle is unavailable on the first post here, but when you click "View File", you can get the right link.

 

The default breast physics are kinda tame. I'm thinking that I'm going to switch over to one of the alternative modes in the future, now that I know much more about the Sims 4 game engine.

 

The Commander is a handy little tool I developed to help people tweak RTBP at runtime. That means that the changes you make in the Commander will be applied immediately. You can alter the simulation variables while the game is running and see the changes right before your eyes.

 

You can also alter the "Debug Flags" of RTBP through the Commander. You can choose to activate experimental modes of an experimental mod if you choose to do so. That being said, I play the Sims 4 with "testAltBreastPhysics5" and "testAltButtPhysics2" enabled. If you want to dive in to debug flags, just be careful and don't enable anything that is obviously going to crash your game. I wouldn't recommend enabling the "testNukeLaunch" flag either.

Posted
7 hours ago, CPVC said:

 

 

I'm not sure why the download link for the GUI Tools bundle is unavailable on the first post here, but when you click "View File", you can get the right link.

 

The default breast physics are kinda tame. I'm thinking that I'm going to switch over to one of the alternative modes in the future, now that I know much more about the Sims 4 game engine.

 

The Commander is a handy little tool I developed to help people tweak RTBP at runtime. That means that the changes you make in the Commander will be applied immediately. You can alter the simulation variables while the game is running and see the changes right before your eyes.

 

You can also alter the "Debug Flags" of RTBP through the Commander. You can choose to activate experimental modes of an experimental mod if you choose to do so. That being said, I play the Sims 4 with "testAltBreastPhysics5" and "testAltButtPhysics2" enabled. If you want to dive in to debug flags, just be careful and don't enable anything that is obviously going to crash your game. I wouldn't recommend enabling the "testNukeLaunch" flag either.

Thanks to you and Alexlll, I got it all working well. Thank you!

 

I'm not sure if this will make sense, but:

I'm noticing clipping issues with certain (modded) clothing items, mostly on butts. Sometimes on breasts too. It's hard to explain but it looks like there's an identical static mesh "inside" the bouncing mesh, meaning that the static mesh becomes visible when the butts bounce around. I might post a video tonight if I get the time. 

I'm assuming this is due either to the modded clothing or the modded body sliders, but I wanted to make you aware and ask if you've seen anything similar to it. I might try disabling some of the body sliders I have enabled to see if that fixes it. 

 

Some clothes clip through butts as well but I'm fairly certain that's due to the modded body sliders, not RTBP. I have fairly generous breasts and butts in my game.

Posted
4 hours ago, sillygooseboy7 said:

Thanks to you and Alexlll, I got it all working well. Thank you!

 

I'm not sure if this will make sense, but:

I'm noticing clipping issues with certain (modded) clothing items, mostly on butts. Sometimes on breasts too. It's hard to explain but it looks like there's an identical static mesh "inside" the bouncing mesh, meaning that the static mesh becomes visible when the butts bounce around. I might post a video tonight if I get the time. 

I'm assuming this is due either to the modded clothing or the modded body sliders, but I wanted to make you aware and ask if you've seen anything similar to it. I might try disabling some of the body sliders I have enabled to see if that fixes it. 

 

Some clothes clip through butts as well but I'm fairly certain that's due to the modded body sliders, not RTBP. I have fairly generous breasts and butts in my game.

 

Oh yeah, that's a thing. I've seen it before. It seems to occur exclusively with custom content. I don't use a ton of custom content, so I can ignore this issue for the most part in my gameplay, but yes, this is a problem and I'll look into fixing it. I know I have a couple of meshes that have this problem, so I'll analyse them and see what I can figure out.

 

Custom sliders shouldn't really conflict with RTBP. RTBP does most of its magic before the slider transformations are applied.

Posted

Hey does anyone know how to run Real-Time Body Physics using the sims unlocked version that doesn't need steam or ea to open up, specify offline mode?


image.png.e0f1e09dfcbb88909f5f29fe45e2ff3b.png

Posted

As someone who enjoys more petite girls, the default config does horrible things to those poor itty bitty titties, Experimenting a bit I gave it the following tweaks.

 

[rtbp.leftBreast]
mass = 2.5
damping = 5
springK = 400
power = 1
gravity = 5.0
minX = -0.2
minY = -0.2
minZ = -0.2
maxX = 0.2
maxY = 0.2
maxZ = 0.2
angularDamping = 20
angularSpringK = 100

 

[rtbp.rightBreast]
mass = 2.5
damping = 5
springK = 400
power = 1
gravity = 5.0
minX = -0.2
minY = -0.2
minZ = -0.2
maxX = 0.2
maxY = 0.2
maxZ = 0.2
angularDamping = 20
angularSpringK = 100

 

[rtbp.leftButt.female]
mass = 2.0
damping = 25
springK = 300
power = 1
gravity = 5.0
minX = -0.2
minY = -0.2
minZ = -0.2
maxX = 0.2
maxY = 0.2
maxZ = 0.2
angularDamping = 40
angularSpringK = 20

 

[rtbp.rightButt.female]
mass = 2.0
damping = 25
springK = 300
power = 1
gravity = 5.0
minX = -0.2
minY = -0.2
minZ = -0.2
maxX = 0.2
maxY = 0.2
maxZ = 0.2
angularDamping = 40
angularSpringK = 20

 

Posted
6 hours ago, joeygames said:

Can someone please tell me how to make this work with gshade 🙏

 

Rename the GShade DLL to "GShade64.dll" and put in in the same folder as RTBP's "d3d9.dll". RTBP will detect it and load it instead of the system DLL.

Posted
9 hours ago, odedfoo said:

Hey does anyone know how to run Real-Time Body Physics using the sims unlocked version that doesn't need steam or ea to open up, specify offline mode?


image.png.e0f1e09dfcbb88909f5f29fe45e2ff3b.png

 

Should work as long as it's installed correctly. Just click "Start offline".

Posted
16 hours ago, CPVC said:

 

Should work as long as it's installed correctly. Just click "Start offline".

Thanks for the help I didnt notice it at first but it runs

Posted

Would it be possible for you to post the source code on Github, or maybe add an option to add specific sims to the simulation if they are not in it? Would really love to be able to fine-tune some of the settings for personal use and would be more than happy to just recompile for myself.

Posted
On 6/20/2024 at 9:33 PM, CPVC said:

 

Rename the GShade DLL to "GShade64.dll" and put in in the same folder as RTBP's "d3d9.dll". RTBP will detect it and load it instead of the system DLL.

Couldn't get it to work with gshade so I switched to reshade and it's working perfect 👍

Posted
On 6/22/2024 at 1:18 PM, whiteboyrelyk said:

Would it be possible for you to post the source code on Github, or maybe add an option to add specific sims to the simulation if they are not in it? Would really love to be able to fine-tune some of the settings for personal use and would be more than happy to just recompile for myself.

 

Yes, it's been far too long since I released the source code and it's about time I did it again. The project has grown quite a lot since then. I'll need to clean it up a bit. Remove large chunks of commented out code, add more comments to the trickier sections, and remove the parts that aren't actually utilized. Compiling it shouldn't be too difficult. You'll just need CMake and MinGW. I think the code is fairly straight forward. I try to write self documenting code, but if you run into any problems modifying RTBP, you can always ask me for assistance.

 

14 hours ago, DeusVult974 said:

I got this bug with RBTP mod how i can i fix it ? If someone know please

Capture d'écran 2024-06-25 134757.png

 

Try changing outfits or saving and exiting to the main menu then reloading the game. I have seen this bug occur a few times. It's rare, but yeah it does happen sometimes. RTBP has to modify mesh data and create new bones to work on the butt. If for any reason the bone transformations aren't available, you're going to see something like this. I'm not sure what causes this, but if the problem persists, post your log file and I'll see if I can figure it out.

Posted
9 hours ago, CPVC said:

 

Yes, it's been far too long since I released the source code and it's about time I did it again. The project has grown quite a lot since then. I'll need to clean it up a bit. Remove large chunks of commented out code, add more comments to the trickier sections, and remove the parts that aren't actually utilized. Compiling it shouldn't be too difficult. You'll just need CMake and MinGW. I think the code is fairly straight forward. I try to write self documenting code, but if you run into any problems modifying RTBP, you can always ask me for assistance.

 

 

Try changing outfits or saving and exiting to the main menu then reloading the game. I have seen this bug occur a few times. It's rare, but yeah it does happen sometimes. RTBP has to modify mesh data and create new bones to work on the butt. If for any reason the bone transformations aren't available, you're going to see something like this. I'm not sure what causes this, but if the problem persists, post your log file and I'll see if I can figure it out.

The problem persists, I don't know what to copy so I copied everything....

 

[RTBP.INFO (Direct3DCreate9) 00:04.697] RTBP documents directory path: C:\Users\Utilisateur\Documents\Electronic Arts\The Sims 4\RTBP
[RTBP.INFO (Direct3DCreate9) 00:04.698] RTBP log file path: C:\Users\Utilisateur\Documents\Electronic Arts\The Sims 4\RTBP\Log.txt
[RTBP.INFO (Direct3DCreate9) 00:04.698] RTBP settings file path: C:\Users\Utilisateur\Documents\Electronic Arts\The Sims 4\RTBP\Settings.ini
[RTBP.INFO (Direct3DCreate9) 00:04.698] D3D9 version requested: 32
[RTBP.INFO (Direct3DCreate9) 00:04.698] Doing version migration if necessary.
[RTBP.INFO (Direct3DCreate9) 00:04.698] Hooking Direct3D 9...
[RTBP.INFO (Direct3DCreate9) 00:04.698] No usable custom D3D9 DLL found. Using system default.
[RTBP.INFO (Direct3DCreate9) 00:04.698] Using DirectX DLL file "C:\Windows\system32\d3d9.dll"
[RTBP.INFO (Direct3DCreate9) 00:04.732] Hooked D3D created
[RTBP.INFO (Direct3DCreate9) 00:04.732] Hooking successful
[RTBP.DBUG (Direct3DCreate9) 00:04.732] D3D: 80x0x3063e902
[RTBP.INFO 00:07.271] Hooked device created
[RTBP.DBUG (INIReader) 00:07.322] Successfully read 9 sections with a total of 116 entries.
[RTBP.INFO (Settings::load) 00:07.322] Settings:
    startCommandServer 1
    startSimulationServer 1
    showLogoAtStartup 1
    enableBreastPhysics 1
    enableFemaleButtPhysics 1
    enableMaleButtPhysics 1
    enableBallsPhysics 1
    simulateSpeedPaused0 0
    simulateSpeedNormal1 1
    simulateSpeedFaster2 0
    simulateSpeedFastest3 0
    adultBreasts[0]:
        mass 4.000
        damping 5.000
        springK 500.000
        power 1.000
        gravity 9.807
        minX -0.200
        minY -0.200
        minZ -0.200
        maxX 0.200
        maxY 0.200
        maxZ 0.200
        angularDamping 50.000
        angularSpringK 10.000
    adultBreasts[1]:
        mass 4.000
        damping 5.000
        springK 500.000
        power 1.000
        gravity 9.807
        minX -0.200
        minY -0.200
        minZ -0.200
        maxX 0.200
        maxY 0.200
        maxZ 0.200
        angularDamping 50.000
        angularSpringK 10.000
    femaleButt[0]:
        mass 2.000
        damping 5.000
        springK 200.000
        power 1.000
        gravity 9.807
        minX -1.000
        minY -1.000
        minZ -0.110
        maxX 1.000
        maxY 1.000
        maxZ 0.110
        angularDamping 50.000
        angularSpringK 10.000
    femaleButt[1]:
        mass 2.000
        damping 5.000
        springK 200.000
        power 1.000
        gravity 9.807
        minX -1.000
        minY -1.000
        minZ -0.110
        maxX 1.000
        maxY 1.000
        maxZ 0.110
        angularDamping 50.000
        angularSpringK 10.000
    maleButt[0]:
        mass 1.000
        damping 10.000
        springK 500.000
        power 1.000
        gravity 9.807
        minX -1.000
        minY -1.000
        minZ -0.110
        maxX 1.000
        maxY 1.000
        maxZ 0.110
        angularDamping 50.000
        angularSpringK 10.000
    maleButt[1]:
        mass 1.000
        damping 10.000
        springK 500.000
        power 1.000
        gravity 9.807
        minX -1.000
        minY -1.000
        minZ -0.110
        maxX 1.000
        maxY 1.000
        maxZ 0.110
        angularDamping 50.000
        angularSpringK 10.000
    balls[0]:
        mass 0.100
        damping 10.000
        springK 500.000
        power 1.000
        gravity 9.807
        minX -1.000
        minY -1.000
        minZ -1.000
        maxX 1.000
        maxY 1.000
        maxZ 1.000
        angularDamping 50.000
        angularSpringK 10.000
    balls[1]:
        mass 0.100
        damping 10.000
        springK 500.000
        power 1.000
        gravity 9.807
        minX -1.000
        minY -1.000
        minZ -1.000
        maxX 1.000
        maxY 1.000
        maxZ 1.000
        angularDamping 50.000
        angularSpringK 10.000
[RTBP.DBUG 00:07.322] RTBP Version: v0.4-p8 built on Apr 12 2024
[RTBP.DBUG 00:07.322] Windows Version: >= Windows 10 or greater
[RTBP.DBUG 00:07.323] GPU Info:
    GPU #1: \\.\DISPLAY1 NVIDIA GeForce RTX 4060
[RTBP.INFO (CommandServer) 00:17.327] Starting server...
[RTBP.INFO (SimulationServer) 00:17.327] Starting server...
[RTBP.INFO (CommandServer) 00:17.327] Server listening on port 8008
[RTBP.INFO (CommandServer / SimulationServer) 00:17.327] Server listening on port 8009
[RTBP.INFO (CommandServer / SimulationServer) 00:17.716] SimulationServer: Connection established
[RTBP.INFO (CommandServer / SimulationServer) 00:17.716] Thread #4 serving new client #12660
[RTBP.INFO 00:17.719] SimulationServer: Log message received from simulation server: "Reading you loud and clear. (Communication established between The Sims 4 and RTBP)"
[RTBP.INFO 00:32.799] New sim vertex declaration detected
[RTBP.INFO 00:32.818] Capturing SimBuffers for new outfit 1...
[RTBP.INFO 00:32.818] New sim buffer detected. Vertex count: 1541. Associating with outfit 1
[RTBP.INFO (Mesh::getSimType) 00:32.819] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 00:32.819] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:32.819] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 00:32.822] New sim buffer detected. Vertex count: 96. Associating with outfit 1
[RTBP.INFO (Mesh::getSimType) 00:32.822] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 00:32.822] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:32.822] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 00:32.828] New sim buffer detected. Vertex count: 623. Associating with outfit 1
[RTBP.INFO (Mesh::getSimType) 00:32.828] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 00:32.828] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:32.828] Result #0:
SimVertex1:
    Position: {0.013,0.250,-0.029}
    Normal: {0.514,0.514,0.004}
    TextureCoords: {0.342,0.709}
    BlendIndexes: 2,1,2,2
    BlendWeights: {0.878,0.122,0.000,0.000}
    Triangle Indexes: 116, 80, 81
    Interpolated Position: {0.016,0.245,-0.028}
[RTBP.INFO (ButtSimulator::create) 00:32.828] Casting ray from {-0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:32.828] Result #1:
SimVertex1:
    Position: {-0.013,0.250,-0.029}
    Normal: {0.486,0.514,0.004}
    TextureCoords: {0.399,0.709}
    BlendIndexes: 2,4,2,2
    BlendWeights: {0.878,0.122,0.000,0.000}
    Triangle Indexes: 222, 221, 213
    Interpolated Position: {-0.016,0.245,-0.028}
[RTBP.DBUG 00:32.829] Edges: 1540
[RTBP.INFO 00:32.829] Bone split successfully. Matching vertices modified: 20. Bone overrides: 2
[RTBP.INFO 00:32.829] Bone split successfully. Matching vertices modified: 20. Bone overrides: 2
[RTBP.INFO 00:32.829] Successfully created butt simulator
[RTBP.INFO 00:32.830] New sim buffer detected. Vertex count: 2322. Associating with outfit 1
[RTBP.INFO (Mesh::getSimType) 00:32.831] Sim type assumed to be adult male (no female parts detected, male shoulder detected)
[RTBP.INFO (ButtSimulator::create) 00:32.831] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:32.832] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 00:32.843] Outfit 1 captured:
    Vertex Buffer 0x280db7c0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    1 buffer(s) associated with outfit 1
[RTBP.DBUG 00:37.423] All vertex buffers associated with outfit 1 have been destroyed.
[RTBP.INFO 00:37.426] Capturing SimBuffers for new outfit 2...
[RTBP.INFO 00:37.426] New sim buffer detected. Vertex count: 2767. Associating with outfit 2
[RTBP.INFO (Mesh::getSimType) 00:37.427] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 00:37.428] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:37.428] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 00:37.430] New sim buffer detected. Vertex count: 96. Associating with outfit 2
[RTBP.INFO (Mesh::getSimType) 00:37.430] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 00:37.430] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:37.430] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 00:37.435] New sim buffer detected. Vertex count: 942. Associating with outfit 2
[RTBP.INFO (Mesh::getSimType) 00:37.435] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 00:37.435] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:37.435] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 00:37.436] New sim buffer detected. Vertex count: 2481. Associating with outfit 2
[RTBP.INFO (Mesh::getSimType) 00:37.437] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 00:37.437] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:37.438] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 00:37.439] New sim buffer detected. Vertex count: 2107. Associating with outfit 2
[RTBP.INFO (Mesh::getSimType) 00:37.439] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 00:37.439] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 00:37.440] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.035}
    Normal: {0.690,0.553,0.957}
    TextureCoords: {0.880,0.857}
    BlendIndexes: 13,0,1,1
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 416, 394, 419
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 00:37.440] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 00:37.440] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.035}
    Normal: {0.306,0.553,0.957}
    TextureCoords: {0.874,0.952}
    BlendIndexes: 1,0,1,1
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 10, 12, 5
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 00:37.440] Bone indexes: 13 1
[RTBP.INFO 00:37.441] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 00:37.441] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:37.441] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 00:37.443] New sim buffer detected. Vertex count: 987. Associating with outfit 2
[RTBP.INFO (Mesh::getSimType) 00:37.443] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 00:37.443] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 00:37.443] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 00:37.443] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:37.443] Result #0:
SimVertex1:
    Position: {0.019,0.253,-0.030}
    Normal: {0.627,0.510,0.020}
    TextureCoords: {0.338,0.708}
    BlendIndexes: 0,1,2,3
    BlendWeights: {0.945,0.055,0.000,0.000}
    Triangle Indexes: 177, 349, 179
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 00:37.443] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 00:37.444] Result #1:
SimVertex1:
    Position: {-0.017,0.253,-0.031}
    Normal: {0.349,0.522,0.027}
    TextureCoords: {0.401,0.709}
    BlendIndexes: 0,3,2,0
    BlendWeights: {0.945,0.055,0.000,0.000}
    Triangle Indexes: 329, 342, 328
    Interpolated Position: {-0.020,0.256,-0.030}
[RTBP.DBUG 00:37.444] Edges: 2401
[RTBP.INFO 00:37.444] Bone split successfully. Matching vertices modified: 27. Bone overrides: 1
[RTBP.INFO 00:37.444] Bone split successfully. Matching vertices modified: 26. Bone overrides: 1
[RTBP.INFO 00:37.444] Successfully created butt simulator
[RTBP.INFO 00:37.445] Outfit 2 captured:
    Vertex Buffer 0x280c5640: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x280c7620: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    2 buffer(s) associated with outfit 2
[RTBP.INFO 01:27.136] Capturing SimBuffers for new outfit 3...
[RTBP.INFO 01:27.136] New sim buffer detected. Vertex count: 1772. Associating with outfit 3
[RTBP.INFO (Mesh::getSimType) 01:27.137] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:27.137] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:27.137] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:27.139] New sim buffer detected. Vertex count: 96. Associating with outfit 3
[RTBP.INFO (Mesh::getSimType) 01:27.139] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:27.139] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:27.139] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:27.139] New sim buffer detected. Vertex count: 627. Associating with outfit 3
[RTBP.INFO (Mesh::getSimType) 01:27.139] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 01:27.139] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:27.139] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 01:27.139] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:27.139] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 01:27.139] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:27.139] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 01:27.140] Edges: 1636
[RTBP.INFO 01:27.140] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 01:27.140] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 01:27.140] Successfully created butt simulator
[RTBP.INFO 01:27.141] New sim buffer detected. Vertex count: 424. Associating with outfit 3
[RTBP.INFO (Mesh::getSimType) 01:27.141] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:27.141] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:27.141] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:27.142] New sim buffer detected. Vertex count: 1628. Associating with outfit 3
[RTBP.INFO (Mesh::getSimType) 01:27.142] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:27.142] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:27.143] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:27.144] New sim buffer detected. Vertex count: 2272. Associating with outfit 3
[RTBP.INFO (Mesh::getSimType) 01:27.144] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 01:27.144] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:27.145] Result #0:
SimVertex1:
    Position: {0.023,0.347,0.035}
    Normal: {0.678,0.506,0.965}
    TextureCoords: {0.177,0.591}
    BlendIndexes: 0,1,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 7, 6, 17
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 01:27.145] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:27.145] Result #1:
SimVertex1:
    Position: {-0.023,0.347,0.036}
    Normal: {0.329,0.510,0.969}
    TextureCoords: {0.091,0.592}
    BlendIndexes: 4,1,4,4
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 360, 364, 333
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 01:27.145] Bone indexes: 0 4
[RTBP.INFO 01:27.146] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 01:27.146] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:27.146] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:27.149] Outfit 3 captured:
    Vertex Buffer 0x2fe09540: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x549b80: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 3
[RTBP.DBUG 01:27.150] All vertex buffers associated with outfit 2 have been destroyed.
[RTBP.INFO 01:41.693] Capturing SimBuffers for new outfit 4...
[RTBP.INFO 01:41.693] New sim buffer detected. Vertex count: 1868. Associating with outfit 4
[RTBP.INFO (Mesh::getSimType) 01:41.694] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:41.694] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:41.695] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:41.696] New sim buffer detected. Vertex count: 627. Associating with outfit 4
[RTBP.INFO (Mesh::getSimType) 01:41.696] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 01:41.696] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:41.696] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 01:41.696] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:41.697] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 01:41.697] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:41.697] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 01:41.697] Edges: 1636
[RTBP.INFO 01:41.698] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 01:41.698] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 01:41.698] Successfully created butt simulator
[RTBP.INFO 01:41.698] New sim buffer detected. Vertex count: 424. Associating with outfit 4
[RTBP.INFO (Mesh::getSimType) 01:41.698] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:41.698] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:41.698] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:41.699] New sim buffer detected. Vertex count: 1628. Associating with outfit 4
[RTBP.INFO (Mesh::getSimType) 01:41.699] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:41.699] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:41.700] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:41.700] New sim buffer detected. Vertex count: 2272. Associating with outfit 4
[RTBP.INFO (Mesh::getSimType) 01:41.701] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 01:41.701] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:41.701] Result #0:
SimVertex1:
    Position: {0.023,0.347,0.035}
    Normal: {0.678,0.506,0.965}
    TextureCoords: {0.177,0.591}
    BlendIndexes: 0,1,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 7, 6, 17
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 01:41.701] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:41.702] Result #1:
SimVertex1:
    Position: {-0.023,0.347,0.036}
    Normal: {0.329,0.510,0.969}
    TextureCoords: {0.091,0.592}
    BlendIndexes: 4,1,4,4
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 360, 364, 333
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 01:41.702] Bone indexes: 0 4
[RTBP.INFO 01:41.702] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 01:41.702] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:41.703] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:41.704] Outfit 4 captured:
    Vertex Buffer 0x4eb3a0: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x2fe04a40: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 4
[RTBP.DBUG 01:41.801] All vertex buffers associated with outfit 4 have been destroyed.
[RTBP.INFO 01:42.873] Capturing SimBuffers for new outfit 5...
[RTBP.INFO 01:42.873] New sim buffer detected. Vertex count: 1868. Associating with outfit 5
[RTBP.INFO (Mesh::getSimType) 01:42.875] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:42.875] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:42.875] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:42.876] New sim buffer detected. Vertex count: 627. Associating with outfit 5
[RTBP.INFO (Mesh::getSimType) 01:42.876] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 01:42.876] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:42.877] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 01:42.877] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:42.877] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 01:42.877] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:42.877] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 01:42.877] Edges: 1636
[RTBP.INFO 01:42.878] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 01:42.878] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 01:42.878] Successfully created butt simulator
[RTBP.INFO 01:42.878] New sim buffer detected. Vertex count: 424. Associating with outfit 5
[RTBP.INFO (Mesh::getSimType) 01:42.878] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:42.878] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:42.878] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:42.879] New sim buffer detected. Vertex count: 1628. Associating with outfit 5
[RTBP.INFO (Mesh::getSimType) 01:42.880] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:42.880] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:42.880] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:42.881] New sim buffer detected. Vertex count: 2272. Associating with outfit 5
[RTBP.INFO (Mesh::getSimType) 01:42.881] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 01:42.881] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:42.882] Result #0:
SimVertex1:
    Position: {0.023,0.347,0.035}
    Normal: {0.678,0.506,0.965}
    TextureCoords: {0.177,0.591}
    BlendIndexes: 0,1,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 7, 6, 17
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 01:42.882] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:42.882] Result #1:
SimVertex1:
    Position: {-0.023,0.347,0.036}
    Normal: {0.329,0.510,0.969}
    TextureCoords: {0.091,0.592}
    BlendIndexes: 4,1,4,4
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 360, 364, 333
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 01:42.882] Bone indexes: 0 4
[RTBP.INFO 01:42.883] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 01:42.883] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:42.883] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:42.884] Outfit 5 captured:
    Vertex Buffer 0x2e21c20: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x2fe04c20: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 5
[RTBP.DBUG 01:42.943] All vertex buffers associated with outfit 5 have been destroyed.
[RTBP.INFO 01:48.633] Capturing SimBuffers for new outfit 6...
[RTBP.INFO 01:48.633] New sim buffer detected. Vertex count: 1868. Associating with outfit 6
[RTBP.INFO (Mesh::getSimType) 01:48.634] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:48.634] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:48.634] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:48.635] New sim buffer detected. Vertex count: 627. Associating with outfit 6
[RTBP.INFO (Mesh::getSimType) 01:48.636] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 01:48.636] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:48.636] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 01:48.636] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:48.636] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 01:48.636] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:48.636] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 01:48.637] Edges: 1636
[RTBP.INFO 01:48.637] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 01:48.637] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 01:48.637] Successfully created butt simulator
[RTBP.INFO 01:48.637] New sim buffer detected. Vertex count: 424. Associating with outfit 6
[RTBP.INFO (Mesh::getSimType) 01:48.637] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:48.637] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:48.637] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:48.638] New sim buffer detected. Vertex count: 1628. Associating with outfit 6
[RTBP.INFO (Mesh::getSimType) 01:48.639] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 01:48.639] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:48.639] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:48.640] New sim buffer detected. Vertex count: 2272. Associating with outfit 6
[RTBP.INFO (Mesh::getSimType) 01:48.641] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 01:48.641] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:48.641] Result #0:
SimVertex1:
    Position: {0.023,0.347,0.035}
    Normal: {0.678,0.506,0.965}
    TextureCoords: {0.177,0.591}
    BlendIndexes: 0,1,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 7, 6, 17
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 01:48.641] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 01:48.642] Result #1:
SimVertex1:
    Position: {-0.023,0.347,0.036}
    Normal: {0.329,0.510,0.969}
    TextureCoords: {0.091,0.592}
    BlendIndexes: 4,1,4,4
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 360, 364, 333
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 01:48.642] Bone indexes: 0 4
[RTBP.INFO 01:48.642] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 01:48.642] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 01:48.642] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 01:48.645] Outfit 6 captured:
    Vertex Buffer 0x2fea80c0: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x2fe04d00: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 6
[RTBP.DBUG 01:48.659] All vertex buffers associated with outfit 6 have been destroyed.
[RTBP.INFO 02:04.987] SimulationServer: Game speed set to 0
[RTBP.INFO 02:05.149] SimulationServer: Game speed set to 1
[RTBP.INFO 02:05.349] SimulationServer: Game speed set to 0
[RTBP.INFO 02:07.080] SimulationServer: New sim added: e5812fd19720016 "Morgan Park"
[RTBP.INFO 02:07.097] SimulationServer: New sim added: e5812fd198414f4 "Geoffrey Plènozas"
[RTBP.INFO 02:07.135] SimulationServer: Sim outfit changed: e5812fd19720016
[RTBP.INFO 02:07.157] SimulationServer: Sim outfit changed: e5812fd198414f4
[RTBP.INFO 02:11.147] SimulationServer: Game speed set to 4
[RTBP.INFO 02:11.709] Capturing SimBuffers for new outfit 7...
[RTBP.INFO 02:11.709] New sim buffer detected. Vertex count: 1968. Associating with outfit 7
[RTBP.INFO (Mesh::getSimType) 02:11.710] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:11.710] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:11.711] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:11.712] New sim buffer detected. Vertex count: 627. Associating with outfit 7
[RTBP.INFO (Mesh::getSimType) 02:11.712] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 02:11.712] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:11.712] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 02:11.712] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:11.712] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 02:11.712] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:11.712] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 02:11.714] Edges: 1636
[RTBP.INFO 02:11.714] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 02:11.714] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 02:11.714] Successfully created butt simulator
[RTBP.INFO 02:11.714] New sim buffer detected. Vertex count: 511. Associating with outfit 7
[RTBP.INFO (Mesh::getSimType) 02:11.715] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:11.715] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:11.715] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:11.715] New sim buffer detected. Vertex count: 1628. Associating with outfit 7
[RTBP.INFO (Mesh::getSimType) 02:11.716] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:11.716] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:11.716] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:11.717] New sim buffer detected. Vertex count: 2519. Associating with outfit 7
[RTBP.INFO (Mesh::getSimType) 02:11.718] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 02:11.718] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:11.718] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.036}
    Normal: {0.706,0.553,0.949}
    TextureCoords: {0.185,0.590}
    BlendIndexes: 44,43,0,0
    BlendWeights: {0.522,0.478,0.000,0.000}
    Triangle Indexes: 1203, 1204, 1208
    Interpolated Position: {0.020,0.349,0.036}
[RTBP.INFO (BreastsSimulator::create) 02:11.718] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:11.719] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.036}
    Normal: {0.290,0.553,0.949}
    TextureCoords: {0.084,0.590}
    BlendIndexes: 45,43,0,0
    BlendWeights: {0.522,0.478,0.000,0.000}
    Triangle Indexes: 1254, 1240, 1238
    Interpolated Position: {-0.020,0.349,0.036}
[RTBP.INFO (BreastsSimulator::create) 02:11.719] Bone indexes: 44 45
[RTBP.INFO 02:11.719] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 02:11.719] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:11.720] Result #0:
SimVertex1:
    Position: {0.016,0.259,-0.034}
    Normal: {0.596,0.647,0.031}
    TextureCoords: {0.339,0.685}
    BlendIndexes: 42,52,41,0
    BlendWeights: {0.875,0.118,0.008,0.000}
    Triangle Indexes: 1791, 1792, 1793
    Interpolated Position: {0.020,0.256,-0.034}
[RTBP.INFO (ButtSimulator::create) 02:11.720] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:11.720] Result #1:
SimVertex1:
    Position: {-0.016,0.259,-0.034}
    Normal: {0.404,0.643,0.035}
    TextureCoords: {0.401,0.685}
    BlendIndexes: 42,53,41,0
    BlendWeights: {0.875,0.118,0.008,0.000}
    Triangle Indexes: 1876, 1877, 1878
    Interpolated Position: {-0.020,0.256,-0.034}
[RTBP.DBUG 02:11.722] Edges: 6259
[RTBP.INFO 02:11.723] Bone split successfully. Matching vertices modified: 9. Bone overrides: 2
[RTBP.INFO 02:11.723] Bone split successfully. Matching vertices modified: 9. Bone overrides: 2
[RTBP.INFO 02:11.723] Successfully created butt simulator
[RTBP.INFO 02:11.726] Outfit 7 captured:
    Vertex Buffer 0x2f962400: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x521e3960: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 7
[RTBP.INFO 02:12.177] SimulationServer: Game speed set to 0
[RTBP.INFO 02:12.333] Capturing SimBuffers for new outfit 8...
[RTBP.INFO 02:12.333] New sim buffer detected. Vertex count: 1578. Associating with outfit 8
[RTBP.INFO (Mesh::getSimType) 02:12.334] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:12.334] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.334] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:12.335] New sim buffer detected. Vertex count: 306. Associating with outfit 8
[RTBP.INFO (Mesh::getSimType) 02:12.335] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:12.335] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.335] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:12.346] New sim buffer detected. Vertex count: 392. Associating with outfit 8
[RTBP.INFO (Mesh::getSimType) 02:12.346] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:12.346] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.346] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:12.347] New sim buffer detected. Vertex count: 385. Associating with outfit 8
[RTBP.INFO (Mesh::getSimType) 02:12.347] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:12.347] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.347] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:12.348] New sim buffer detected. Vertex count: 568. Associating with outfit 8
[RTBP.INFO (Mesh::getSimType) 02:12.348] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:12.348] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.348] Result #0:
SimVertex1:
    Position: {0.008,0.250,-0.029}
    Normal: {0.569,0.529,0.008}
    TextureCoords: {0.352,0.709}
    BlendIndexes: 3,4,3,3
    BlendWeights: {0.937,0.063,0.000,0.000}
    Triangle Indexes: 206, 207, 202
    Interpolated Position: {0.016,0.245,-0.027}
[RTBP.INFO (ButtSimulator::create) 02:12.348] Casting ray from {-0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.348] Result #1:
SimVertex1:
    Position: {-0.008,0.250,-0.029}
    Normal: {0.431,0.529,0.008}
    TextureCoords: {0.389,0.709}
    BlendIndexes: 3,0,3,3
    BlendWeights: {0.878,0.122,0.000,0.000}
    Triangle Indexes: 167, 177, 178
    Interpolated Position: {-0.016,0.245,-0.027}
[RTBP.DBUG 02:12.349] Edges: 1318
[RTBP.INFO 02:12.349] Bone split successfully. Matching vertices modified: 8. Bone overrides: 0
[RTBP.INFO 02:12.349] Bone split successfully. Matching vertices modified: 8. Bone overrides: 0
[RTBP.INFO 02:12.349] Successfully created butt simulator
[RTBP.INFO 02:12.350] New sim buffer detected. Vertex count: 1256. Associating with outfit 8
[RTBP.INFO (Mesh::getSimType) 02:12.350] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 02:12.351] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:12.351] Result #0:
SimVertex1:
    Position: {0.020,0.345,0.028}
    Normal: {0.745,0.443,0.929}
    TextureCoords: {0.177,0.579}
    BlendIndexes: 29,29,29,29
    BlendWeights: {1.000,0.000,0.000,0.000}
    Triangle Indexes: 499, 498, 612
    Interpolated Position: {0.020,0.349,0.027}
[RTBP.INFO (BreastsSimulator::create) 02:12.351] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:12.351] Result #1:
SimVertex1:
    Position: {-0.020,0.345,0.028}
    Normal: {0.251,0.443,0.929}
    TextureCoords: {0.092,0.579}
    BlendIndexes: 29,29,29,29
    BlendWeights: {1.000,0.000,0.000,0.000}
    Triangle Indexes: 505, 496, 523
    Interpolated Position: {-0.020,0.349,0.027}
[RTBP.INFO (BreastsSimulator::create) 02:12.351] Failed to create breasts simulator: Breast bones match
[RTBP.INFO (ButtSimulator::create) 02:12.351] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.351] Result #0:
SimVertex1:
    Position: {0.027,0.262,-0.022}
    Normal: {0.792,0.580,0.106}
    TextureCoords: {0.308,0.670}
    BlendIndexes: 45,38,46,45
    BlendWeights: {0.949,0.027,0.024,0.000}
    Triangle Indexes: 1111, 1109, 1120
    Interpolated Position: {0.020,0.256,-0.026}
[RTBP.INFO (ButtSimulator::create) 02:12.351] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.352] Result #1:
SimVertex1:
    Position: {-0.027,0.262,-0.022}
    Normal: {0.208,0.580,0.106}
    TextureCoords: {0.432,0.670}
    BlendIndexes: 45,38,47,45
    BlendWeights: {0.949,0.027,0.024,0.000}
    Triangle Indexes: 1129, 1126, 1127
    Interpolated Position: {-0.020,0.256,-0.026}
[RTBP.DBUG 02:12.353] Edges: 3022
[RTBP.INFO 02:12.353] Bone split successfully. Matching vertices modified: 2. Bone overrides: 0
[RTBP.INFO 02:12.353] Bone split successfully. Matching vertices modified: 2. Bone overrides: 0
[RTBP.INFO 02:12.353] Successfully created butt simulator
[RTBP.INFO 02:12.425] Outfit 8 captured:
    Vertex Buffer 0x1cba8f40: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x2fb89da0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 8
[RTBP.INFO 02:12.792] Capturing SimBuffers for new outfit 9...
[RTBP.INFO 02:12.792] New sim buffer detected. Vertex count: 183. Associating with outfit 9
[RTBP.INFO (Mesh::getSimType) 02:12.794] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:12.794] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:12.794] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:12.842] Outfit 9 captured:
    0 buffer(s) associated with outfit 9
[RTBP.INFO 02:13.234] Capturing SimBuffers for new outfit 10...
[RTBP.INFO 02:13.234] New sim buffer detected. Vertex count: 933. Associating with outfit 10
[RTBP.INFO (Mesh::getSimType) 02:13.235] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:13.235] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:13.235] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:13.236] New sim buffer detected. Vertex count: 336. Associating with outfit 10
[RTBP.INFO (Mesh::getSimType) 02:13.236] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 02:13.236] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:13.236] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 02:13.236] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:13.236] Result #0:
SimVertex1:
    Position: {0.014,0.252,-0.031}
    Normal: {0.529,0.478,0.004}
    TextureCoords: {0.338,0.707}
    BlendIndexes: 4,3,6,0
    BlendWeights: {0.929,0.067,0.004,0.000}
    Triangle Indexes: 158, 155, 156
    Interpolated Position: {0.020,0.256,-0.027}
[RTBP.INFO (ButtSimulator::create) 02:13.236] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:13.236] Result #1:
SimVertex1:
    Position: {-0.014,0.252,-0.031}
    Normal: {0.467,0.478,0.004}
    TextureCoords: {0.403,0.707}
    BlendIndexes: 4,5,6,0
    BlendWeights: {0.929,0.067,0.004,0.000}
    Triangle Indexes: 198, 195, 199
    Interpolated Position: {-0.020,0.256,-0.027}
[RTBP.DBUG 02:13.237] Edges: 839
[RTBP.INFO 02:13.237] Bone split successfully. Matching vertices modified: 8. Bone overrides: 0
[RTBP.INFO 02:13.237] Bone split successfully. Matching vertices modified: 8. Bone overrides: 0
[RTBP.INFO 02:13.237] Successfully created butt simulator
[RTBP.INFO 02:13.237] New sim buffer detected. Vertex count: 383. Associating with outfit 10
[RTBP.INFO (Mesh::getSimType) 02:13.237] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:13.237] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:13.237] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:13.237] New sim buffer detected. Vertex count: 1114. Associating with outfit 10
[RTBP.INFO (Mesh::getSimType) 02:13.238] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:13.238] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:13.238] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:13.238] New sim buffer detected. Vertex count: 1567. Associating with outfit 10
[RTBP.INFO (Mesh::getSimType) 02:13.239] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 02:13.239] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:13.239] Result #0:
SimVertex1:
    Position: {0.020,0.348,0.036}
    Normal: {0.643,0.592,0.969}
    TextureCoords: {0.177,0.589}
    BlendIndexes: 45,44,1,1
    BlendWeights: {0.541,0.459,0.000,0.000}
    Triangle Indexes: 752, 753, 754
    Interpolated Position: {0.020,0.349,0.036}
[RTBP.INFO (BreastsSimulator::create) 02:13.239] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:13.239] Result #1:
SimVertex1:
    Position: {-0.020,0.348,0.036}
    Normal: {0.353,0.592,0.969}
    TextureCoords: {0.091,0.589}
    BlendIndexes: 46,44,1,1
    BlendWeights: {0.541,0.459,0.000,0.000}
    Triangle Indexes: 779, 775, 776
    Interpolated Position: {-0.020,0.349,0.036}
[RTBP.INFO (BreastsSimulator::create) 02:13.239] Bone indexes: 45 46
[RTBP.INFO 02:13.240] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 02:13.240] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:13.240] Result #0:
SimVertex1:
    Position: {0.016,0.253,-0.036}
    Normal: {0.643,0.643,0.047}
    TextureCoords: {0.340,0.692}
    BlendIndexes: 42,43,1,1
    BlendWeights: {0.800,0.200,0.000,0.000}
    Triangle Indexes: 643, 642, 644
    Interpolated Position: {0.020,0.256,-0.033}
[RTBP.INFO (ButtSimulator::create) 02:13.240] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:13.240] Result #1:
SimVertex1:
    Position: {-0.016,0.253,-0.036}
    Normal: {0.353,0.643,0.047}
    TextureCoords: {0.401,0.692}
    BlendIndexes: 42,48,1,1
    BlendWeights: {0.800,0.200,0.000,0.000}
    Triangle Indexes: 863, 864, 865
    Interpolated Position: {-0.020,0.256,-0.033}
[RTBP.DBUG 02:13.241] Edges: 3582
[RTBP.INFO 02:13.242] Bone split successfully. Matching vertices modified: 3. Bone overrides: 0
[RTBP.INFO 02:13.242] Bone split successfully. Matching vertices modified: 3. Bone overrides: 0
[RTBP.INFO 02:13.242] Successfully created butt simulator
[RTBP.INFO 02:13.243] Outfit 10 captured:
    Vertex Buffer 0x5d7e1e80: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x5d7e1da0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 10
[RTBP.INFO 02:14.045] SimulationServer: Game speed set to 1
[RTBP.INFO 02:29.098] SimulationServer: New sim added: e5812fd19857085 "Mele Kahananui"
[RTBP.INFO 02:29.107] Capturing SimBuffers for new outfit 11...
[RTBP.INFO 02:29.107] New sim buffer detected. Vertex count: 2920. Associating with outfit 11
[RTBP.INFO (Mesh::getSimType) 02:29.109] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:29.109] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:29.109] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:29.111] New sim buffer detected. Vertex count: 434. Associating with outfit 11
[RTBP.INFO (Mesh::getSimType) 02:29.111] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:29.111] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:29.111] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:29.112] New sim buffer detected. Vertex count: 560. Associating with outfit 11
[RTBP.INFO (Mesh::getSimType) 02:29.112] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:29.112] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:29.112] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:29.112] New sim buffer detected. Vertex count: 324. Associating with outfit 11
[RTBP.INFO (Mesh::getSimType) 02:29.112] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:29.112] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:29.112] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:29.112] New sim buffer detected. Vertex count: 926. Associating with outfit 11
[RTBP.INFO (Mesh::getSimType) 02:29.114] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:29.114] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:29.114] Result #0:
SimVertex1:
    Position: {0.013,0.250,-0.029}
    Normal: {0.553,0.518,0.004}
    TextureCoords: {0.342,0.709}
    BlendIndexes: 3,5,3,3
    BlendWeights: {0.878,0.122,0.000,0.000}
    Triangle Indexes: 404, 403, 376
    Interpolated Position: {0.016,0.245,-0.028}
[RTBP.INFO (ButtSimulator::create) 02:29.114] Casting ray from {-0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:29.114] Result #1:
SimVertex1:
    Position: {-0.013,0.250,-0.029}
    Normal: {0.447,0.518,0.004}
    TextureCoords: {0.399,0.709}
    BlendIndexes: 3,0,3,3
    BlendWeights: {0.878,0.122,0.000,0.000}
    Triangle Indexes: 293, 289, 291
    Interpolated Position: {-0.016,0.245,-0.028}
[RTBP.DBUG 02:29.115] Edges: 2210
[RTBP.INFO 02:29.115] Bone split successfully. Matching vertices modified: 20. Bone overrides: 2
[RTBP.INFO 02:29.115] Bone split successfully. Matching vertices modified: 20. Bone overrides: 2
[RTBP.INFO 02:29.115] Successfully created butt simulator
[RTBP.INFO 02:29.116] New sim buffer detected. Vertex count: 2082. Associating with outfit 11
[RTBP.INFO (Mesh::getSimType) 02:29.117] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 02:29.117] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:29.117] Result #0:
SimVertex1:
    Position: {0.025,0.346,0.025}
    Normal: {0.792,0.431,0.898}
    TextureCoords: {0.188,0.579}
    BlendIndexes: 31,31,31,31
    BlendWeights: {1.000,0.000,0.000,0.000}
    Triangle Indexes: 825, 824, 826
    Interpolated Position: {0.020,0.349,0.028}
[RTBP.INFO (BreastsSimulator::create) 02:29.117] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 02:29.118] Result #1:
SimVertex1:
    Position: {-0.025,0.346,0.025}
    Normal: {0.208,0.431,0.898}
    TextureCoords: {0.081,0.579}
    BlendIndexes: 31,31,31,31
    BlendWeights: {1.000,0.000,0.000,0.000}
    Triangle Indexes: 888, 889, 887
    Interpolated Position: {-0.020,0.349,0.028}
[RTBP.INFO (BreastsSimulator::create) 02:29.118] Failed to create breasts simulator: Breast bones match
[RTBP.INFO (ButtSimulator::create) 02:29.118] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:29.118] Result #0:
SimVertex1:
    Position: {0.024,0.258,-0.026}
    Normal: {0.737,0.608,0.075}
    TextureCoords: {0.317,0.674}
    BlendIndexes: 36,38,37,36
    BlendWeights: {0.969,0.020,0.012,0.000}
    Triangle Indexes: 1568, 1567, 1562
    Interpolated Position: {0.020,0.256,-0.028}
[RTBP.INFO (ButtSimulator::create) 02:29.118] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:29.119] Result #1:
SimVertex1:
    Position: {-0.024,0.258,-0.026}
    Normal: {0.263,0.608,0.075}
    TextureCoords: {0.422,0.674}
    BlendIndexes: 36,39,37,36
    BlendWeights: {0.969,0.020,0.012,0.000}
    Triangle Indexes: 1611, 1608, 1609
    Interpolated Position: {-0.020,0.256,-0.028}
[RTBP.DBUG 02:29.121] Edges: 5395
[RTBP.INFO 02:29.121] Bone split successfully. Matching vertices modified: 10. Bone overrides: 0
[RTBP.INFO 02:29.121] Bone split successfully. Matching vertices modified: 10. Bone overrides: 0
[RTBP.INFO 02:29.121] Successfully created butt simulator
[RTBP.INFO 02:29.123] Outfit 11 captured:
    Vertex Buffer 0x5d7f0e80: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x5d7f35e0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 11
[RTBP.INFO 02:29.286] SimulationServer: Sim outfit changed: e5812fd19857085
[RTBP.INFO 02:30.338] Capturing SimBuffers for new outfit 12...
[RTBP.INFO 02:30.338] New sim buffer detected. Vertex count: 278. Associating with outfit 12
[RTBP.INFO (Mesh::getSimType) 02:30.338] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 02:30.338] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 02:30.338] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 02:30.338] Outfit 12 captured:
    0 buffer(s) associated with outfit 12
[RTBP.INFO 02:35.505] SimulationServer: Game speed set to 0
[RTBP.INFO 02:38.638] SimulationServer: Game speed set to 1
[RTBP.INFO 02:39.725] SimulationServer: Game speed set to 0
[RTBP.INFO 02:48.524] SimulationServer: Game speed set to 1
[RTBP.INFO 02:56.184] SimulationServer: New sim added: e5812fd1984093d "Cassandra Gothik"
[RTBP.INFO 02:56.380] SimulationServer: Sim outfit changed: e5812fd1984093d
[RTBP.INFO 03:05.145] SimulationServer: Game speed set to 0
[RTBP.INFO 03:09.356] Capturing SimBuffers for new outfit 13...
[RTBP.INFO 03:09.356] New sim buffer detected. Vertex count: 1868. Associating with outfit 13
[RTBP.INFO (Mesh::getSimType) 03:09.357] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.357] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.358] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.359] New sim buffer detected. Vertex count: 627. Associating with outfit 13
[RTBP.INFO (Mesh::getSimType) 03:09.359] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 03:09.359] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.360] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 03:09.360] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.360] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:09.360] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.360] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:09.360] Edges: 1636
[RTBP.INFO 03:09.361] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:09.361] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:09.361] Successfully created butt simulator
[RTBP.INFO 03:09.361] New sim buffer detected. Vertex count: 424. Associating with outfit 13
[RTBP.INFO (Mesh::getSimType) 03:09.361] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.361] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.361] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.362] New sim buffer detected. Vertex count: 1628. Associating with outfit 13
[RTBP.INFO (Mesh::getSimType) 03:09.363] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.363] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.363] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.364] New sim buffer detected. Vertex count: 2272. Associating with outfit 13
[RTBP.INFO (Mesh::getSimType) 03:09.364] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:09.364] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.364] Result #0:
SimVertex1:
    Position: {0.023,0.347,0.035}
    Normal: {0.678,0.506,0.965}
    TextureCoords: {0.177,0.591}
    BlendIndexes: 0,1,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 7, 6, 17
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:09.364] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.365] Result #1:
SimVertex1:
    Position: {-0.023,0.347,0.036}
    Normal: {0.329,0.510,0.969}
    TextureCoords: {0.091,0.592}
    BlendIndexes: 4,1,4,4
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 360, 364, 333
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:09.365] Bone indexes: 0 4
[RTBP.INFO 03:09.365] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:09.365] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.366] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.367] Outfit 13 captured:
    Vertex Buffer 0x2802e280: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x2802cd00: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 13
[RTBP.DBUG 03:09.376] All vertex buffers associated with outfit 13 have been destroyed.
[RTBP.INFO 03:09.511] Capturing SimBuffers for new outfit 14...
[RTBP.INFO 03:09.511] New sim buffer detected. Vertex count: 2461. Associating with outfit 14
[RTBP.INFO (Mesh::getSimType) 03:09.512] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.512] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.513] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.514] New sim buffer detected. Vertex count: 383. Associating with outfit 14
[RTBP.INFO (Mesh::getSimType) 03:09.514] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.514] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.514] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.514] New sim buffer detected. Vertex count: 1628. Associating with outfit 14
[RTBP.INFO (Mesh::getSimType) 03:09.516] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.516] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.516] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.517] New sim buffer detected. Vertex count: 2588. Associating with outfit 14
[RTBP.INFO (Mesh::getSimType) 03:09.518] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:09.518] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.518] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.035}
    Normal: {0.698,0.569,0.953}
    TextureCoords: {0.185,0.589}
    BlendIndexes: 31,28,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1210, 1209, 1220
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:09.518] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.519] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.035}
    Normal: {0.298,0.569,0.953}
    TextureCoords: {0.084,0.589}
    BlendIndexes: 29,28,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1150, 1161, 1151
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:09.519] Bone indexes: 31 29
[RTBP.INFO 03:09.519] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:09.519] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.520] Result #0:
SimVertex1:
    Position: {0.015,0.255,-0.032}
    Normal: {0.573,0.565,0.012}
    TextureCoords: {0.340,0.698}
    BlendIndexes: 18,19,0,0
    BlendWeights: {0.941,0.055,0.004,0.000}
    Triangle Indexes: 926, 559, 557
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:09.520] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.521] Result #1:
SimVertex1:
    Position: {-0.015,0.255,-0.032}
    Normal: {0.424,0.565,0.012}
    TextureCoords: {0.401,0.698}
    BlendIndexes: 18,0,19,0
    BlendWeights: {0.941,0.055,0.004,0.000}
    Triangle Indexes: 472, 969, 539
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:09.522] Edges: 6845
[RTBP.INFO 03:09.524] Bone split successfully. Matching vertices modified: 20. Bone overrides: 1
[RTBP.INFO 03:09.524] Bone split successfully. Matching vertices modified: 20. Bone overrides: 1
[RTBP.INFO 03:09.524] Successfully created butt simulator
[RTBP.INFO 03:09.525] New sim buffer detected. Vertex count: 167. Associating with outfit 14
[RTBP.INFO (Mesh::getSimType) 03:09.525] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.525] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.525] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.525] Outfit 14 captured:
    Vertex Buffer 0x2802ad20: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    1 buffer(s) associated with outfit 14
[RTBP.DBUG 03:09.536] All vertex buffers associated with outfit 14 have been destroyed.
[RTBP.INFO 03:09.668] Capturing SimBuffers for new outfit 15...
[RTBP.INFO 03:09.668] New sim buffer detected. Vertex count: 2087. Associating with outfit 15
[RTBP.INFO (Mesh::getSimType) 03:09.670] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.670] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.671] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.672] New sim buffer detected. Vertex count: 627. Associating with outfit 15
[RTBP.INFO (Mesh::getSimType) 03:09.673] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 03:09.673] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.673] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 03:09.673] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.673] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:09.673] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.673] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:09.674] Edges: 1636
[RTBP.INFO 03:09.674] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:09.674] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:09.674] Successfully created butt simulator
[RTBP.INFO 03:09.674] New sim buffer detected. Vertex count: 424. Associating with outfit 15
[RTBP.INFO (Mesh::getSimType) 03:09.674] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.674] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.674] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.675] New sim buffer detected. Vertex count: 1628. Associating with outfit 15
[RTBP.INFO (Mesh::getSimType) 03:09.676] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.676] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.676] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.677] New sim buffer detected. Vertex count: 1926. Associating with outfit 15
[RTBP.INFO (Mesh::getSimType) 03:09.677] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:09.677] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.678] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.035}
    Normal: {0.702,0.541,0.953}
    TextureCoords: {0.185,0.589}
    BlendIndexes: 40,38,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1187, 1186, 1190
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:09.678] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.678] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.035}
    Normal: {0.290,0.537,0.953}
    TextureCoords: {0.084,0.589}
    BlendIndexes: 39,38,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1160, 1162, 1159
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:09.678] Bone indexes: 40 39
[RTBP.INFO 03:09.679] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:09.679] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.679] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.680] Outfit 15 captured:
    Vertex Buffer 0x2802bd00: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x2802d2a0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 15
[RTBP.DBUG 03:09.690] All vertex buffers associated with outfit 15 have been destroyed.
[RTBP.INFO 03:09.827] Capturing SimBuffers for new outfit 16...
[RTBP.INFO 03:09.827] New sim buffer detected. Vertex count: 1868. Associating with outfit 16
[RTBP.INFO (Mesh::getSimType) 03:09.829] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.829] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.829] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.830] New sim buffer detected. Vertex count: 627. Associating with outfit 16
[RTBP.INFO (Mesh::getSimType) 03:09.830] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 03:09.830] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.831] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 03:09.831] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.831] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:09.831] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.831] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:09.831] Edges: 1636
[RTBP.INFO 03:09.832] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:09.832] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:09.832] Successfully created butt simulator
[RTBP.INFO 03:09.832] New sim buffer detected. Vertex count: 494. Associating with outfit 16
[RTBP.INFO (Mesh::getSimType) 03:09.832] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.832] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.832] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.833] New sim buffer detected. Vertex count: 1628. Associating with outfit 16
[RTBP.INFO (Mesh::getSimType) 03:09.834] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:09.834] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.834] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.835] New sim buffer detected. Vertex count: 2070. Associating with outfit 16
[RTBP.INFO (Mesh::getSimType) 03:09.835] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:09.835] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.836] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.034}
    Normal: {0.698,0.565,0.953}
    TextureCoords: {0.185,0.589}
    BlendIndexes: 1,0,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 6, 5, 17
    Interpolated Position: {0.020,0.349,0.034}
[RTBP.INFO (BreastsSimulator::create) 03:09.836] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:09.836] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.034}
    Normal: {0.298,0.565,0.953}
    TextureCoords: {0.084,0.589}
    BlendIndexes: 3,0,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 96, 112, 97
    Interpolated Position: {-0.020,0.349,0.034}
[RTBP.INFO (BreastsSimulator::create) 03:09.836] Bone indexes: 1 3
[RTBP.INFO 03:09.837] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:09.837] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:09.837] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:09.838] Outfit 16 captured:
    Vertex Buffer 0x2802e380: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x2802c580: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 16
[RTBP.DBUG 03:09.848] All vertex buffers associated with outfit 16 have been destroyed.
[RTBP.INFO 03:10.008] Capturing SimBuffers for new outfit 17...
[RTBP.INFO 03:10.008] New sim buffer detected. Vertex count: 213. Associating with outfit 17
[RTBP.INFO (Mesh::getSimType) 03:10.008] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.008] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.008] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.008] New sim buffer detected. Vertex count: 3012. Associating with outfit 17
[RTBP.INFO (Mesh::getSimType) 03:10.010] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.010] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.011] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.013] New sim buffer detected. Vertex count: 566. Associating with outfit 17
[RTBP.INFO (Mesh::getSimType) 03:10.013] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.013] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.013] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.013] New sim buffer detected. Vertex count: 1628. Associating with outfit 17
[RTBP.INFO (Mesh::getSimType) 03:10.014] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.014] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.014] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.015] New sim buffer detected. Vertex count: 614. Associating with outfit 17
[RTBP.INFO (Mesh::getSimType) 03:10.015] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 03:10.015] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.015] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 03:10.015] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.015] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.749,0.576,0.075}
    TextureCoords: {0.320,0.706}
    BlendIndexes: 5,7,6,0
    BlendWeights: {0.973,0.016,0.012,0.000}
    Triangle Indexes: 368, 365, 362
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:10.015] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.015] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.247,0.576,0.075}
    TextureCoords: {0.421,0.706}
    BlendIndexes: 5,7,4,0
    BlendWeights: {0.973,0.016,0.012,0.000}
    Triangle Indexes: 290, 296, 299
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:10.016] Edges: 1515
[RTBP.INFO 03:10.016] Bone split successfully. Matching vertices modified: 20. Bone overrides: 0
[RTBP.INFO 03:10.016] Bone split successfully. Matching vertices modified: 20. Bone overrides: 0
[RTBP.INFO 03:10.016] Successfully created butt simulator
[RTBP.INFO 03:10.016] New sim buffer detected. Vertex count: 2682. Associating with outfit 17
[RTBP.INFO (Mesh::getSimType) 03:10.017] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:10.017] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.017] Result #0:
SimVertex1:
    Position: {0.021,0.348,0.036}
    Normal: {0.663,0.537,0.969}
    TextureCoords: {0.191,0.589}
    BlendIndexes: 37,26,37,37
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1567, 1566, 1579
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:10.017] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.018] Result #1:
SimVertex1:
    Position: {-0.021,0.348,0.036}
    Normal: {0.333,0.537,0.969}
    TextureCoords: {0.078,0.589}
    BlendIndexes: 36,26,36,36
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1454, 1466, 1455
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:10.018] Bone indexes: 37 36
[RTBP.INFO 03:10.019] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:10.019] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.019] Result #0:
SimVertex1:
    Position: {0.015,0.254,-0.033}
    Normal: {0.588,0.612,0.024}
    TextureCoords: {0.338,0.688}
    BlendIndexes: 39,38,41,39
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 1730, 2109, 2107
    Interpolated Position: {0.020,0.256,-0.031}
[RTBP.INFO (ButtSimulator::create) 03:10.019] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.020] Result #1:
SimVertex1:
    Position: {-0.015,0.254,-0.033}
    Normal: {0.408,0.612,0.024}
    TextureCoords: {0.403,0.688}
    BlendIndexes: 39,38,40,39
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 2077, 2078, 1772
    Interpolated Position: {-0.020,0.256,-0.031}
[RTBP.DBUG 03:10.022] Edges: 6470
[RTBP.INFO 03:10.022] Bone split successfully. Matching vertices modified: 6. Bone overrides: 0
[RTBP.INFO 03:10.022] Bone split successfully. Matching vertices modified: 6. Bone overrides: 0
[RTBP.INFO 03:10.022] Successfully created butt simulator
[RTBP.INFO 03:10.024] Outfit 17 captured:
    Vertex Buffer 0x2802dec0: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x2802c480: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 17
[RTBP.DBUG 03:10.039] All vertex buffers associated with outfit 17 have been destroyed.
[RTBP.INFO 03:10.170] Capturing SimBuffers for new outfit 18...
[RTBP.INFO 03:10.170] New sim buffer detected. Vertex count: 196. Associating with outfit 18
[RTBP.INFO (Mesh::getSimType) 03:10.170] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.170] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.171] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.171] New sim buffer detected. Vertex count: 3306. Associating with outfit 18
[RTBP.INFO (Mesh::getSimType) 03:10.172] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.172] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.174] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.175] New sim buffer detected. Vertex count: 1628. Associating with outfit 18
[RTBP.INFO (Mesh::getSimType) 03:10.176] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.176] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.176] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.177] New sim buffer detected. Vertex count: 671. Associating with outfit 18
[RTBP.INFO (Mesh::getSimType) 03:10.177] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 03:10.177] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.177] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 03:10.177] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.178] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,5,0,1
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 201, 206, 202
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:10.178] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.178] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,5,6,1
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 311, 295, 181
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:10.178] Edges: 1673
[RTBP.INFO 03:10.179] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:10.179] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:10.179] Successfully created butt simulator
[RTBP.INFO 03:10.179] New sim buffer detected. Vertex count: 2037. Associating with outfit 18
[RTBP.INFO (Mesh::getSimType) 03:10.179] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:10.179] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.180] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.034}
    Normal: {0.698,0.533,0.957}
    TextureCoords: {0.185,0.589}
    BlendIndexes: 45,36,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1678, 1677, 1693
    Interpolated Position: {0.020,0.349,0.034}
[RTBP.INFO (BreastsSimulator::create) 03:10.180] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.180] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.034}
    Normal: {0.298,0.533,0.957}
    TextureCoords: {0.084,0.589}
    BlendIndexes: 37,36,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1270, 1279, 1271
    Interpolated Position: {-0.020,0.349,0.034}
[RTBP.INFO (BreastsSimulator::create) 03:10.180] Bone indexes: 45 37
[RTBP.INFO 03:10.181] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:10.181] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.181] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.183] Outfit 18 captured:
    Vertex Buffer 0x2802e0a0: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x2802ab40: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 18
[RTBP.DBUG 03:10.192] All vertex buffers associated with outfit 18 have been destroyed.
[RTBP.INFO 03:10.327] Capturing SimBuffers for new outfit 19...
[RTBP.INFO 03:10.327] New sim buffer detected. Vertex count: 1868. Associating with outfit 19
[RTBP.INFO (Mesh::getSimType) 03:10.329] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.329] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.329] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.330] New sim buffer detected. Vertex count: 627. Associating with outfit 19
[RTBP.INFO (Mesh::getSimType) 03:10.330] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 03:10.330] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.331] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 03:10.331] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.331] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 530, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:10.331] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.331] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:10.332] Edges: 1636
[RTBP.INFO 03:10.332] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:10.332] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:10.332] Successfully created butt simulator
[RTBP.INFO 03:10.332] New sim buffer detected. Vertex count: 424. Associating with outfit 19
[RTBP.INFO (Mesh::getSimType) 03:10.332] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.332] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.332] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.332] New sim buffer detected. Vertex count: 1628. Associating with outfit 19
[RTBP.INFO (Mesh::getSimType) 03:10.334] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.334] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.334] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.335] New sim buffer detected. Vertex count: 1926. Associating with outfit 19
[RTBP.INFO (Mesh::getSimType) 03:10.336] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:10.336] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.336] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.035}
    Normal: {0.702,0.541,0.953}
    TextureCoords: {0.185,0.589}
    BlendIndexes: 40,38,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1187, 1186, 1190
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:10.336] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.336] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.035}
    Normal: {0.290,0.537,0.953}
    TextureCoords: {0.084,0.589}
    BlendIndexes: 39,38,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1160, 1162, 1159
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:10.336] Bone indexes: 40 39
[RTBP.INFO 03:10.337] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:10.337] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.337] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.339] Outfit 19 captured:
    Vertex Buffer 0x2802d740: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x2802da20: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    2 buffer(s) associated with outfit 19
[RTBP.DBUG 03:10.348] All vertex buffers associated with outfit 19 have been destroyed.
[RTBP.INFO 03:10.479] Capturing SimBuffers for new outfit 20...
[RTBP.INFO 03:10.479] New sim buffer detected. Vertex count: 1968. Associating with outfit 20
[RTBP.INFO (Mesh::getSimType) 03:10.480] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.480] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.481] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.482] New sim buffer detected. Vertex count: 627. Associating with outfit 20
[RTBP.INFO (Mesh::getSimType) 03:10.482] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 03:10.482] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.483] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 03:10.483] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.483] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:10.483] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.483] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:10.484] Edges: 1636
[RTBP.INFO 03:10.484] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:10.484] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:10.484] Successfully created butt simulator
[RTBP.INFO 03:10.484] New sim buffer detected. Vertex count: 511. Associating with outfit 20
[RTBP.INFO (Mesh::getSimType) 03:10.484] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.484] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.484] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.484] New sim buffer detected. Vertex count: 1628. Associating with outfit 20
[RTBP.INFO (Mesh::getSimType) 03:10.485] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:10.485] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.485] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:10.486] New sim buffer detected. Vertex count: 2519. Associating with outfit 20
[RTBP.INFO (Mesh::getSimType) 03:10.487] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:10.487] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.487] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.036}
    Normal: {0.706,0.553,0.949}
    TextureCoords: {0.185,0.590}
    BlendIndexes: 44,43,0,0
    BlendWeights: {0.522,0.478,0.000,0.000}
    Triangle Indexes: 1203, 1204, 1208
    Interpolated Position: {0.020,0.349,0.036}
[RTBP.INFO (BreastsSimulator::create) 03:10.487] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:10.488] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.036}
    Normal: {0.290,0.553,0.949}
    TextureCoords: {0.084,0.590}
    BlendIndexes: 45,43,0,0
    BlendWeights: {0.522,0.478,0.000,0.000}
    Triangle Indexes: 1254, 1240, 1238
    Interpolated Position: {-0.020,0.349,0.036}
[RTBP.INFO (BreastsSimulator::create) 03:10.488] Bone indexes: 44 45
[RTBP.INFO 03:10.488] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:10.488] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.489] Result #0:
SimVertex1:
    Position: {0.016,0.259,-0.034}
    Normal: {0.596,0.647,0.031}
    TextureCoords: {0.339,0.685}
    BlendIndexes: 42,52,41,0
    BlendWeights: {0.875,0.118,0.008,0.000}
    Triangle Indexes: 1791, 1792, 1793
    Interpolated Position: {0.020,0.256,-0.034}
[RTBP.INFO (ButtSimulator::create) 03:10.489] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:10.489] Result #1:
SimVertex1:
    Position: {-0.016,0.259,-0.034}
    Normal: {0.404,0.643,0.035}
    TextureCoords: {0.401,0.685}
    BlendIndexes: 42,53,41,0
    BlendWeights: {0.875,0.118,0.008,0.000}
    Triangle Indexes: 1876, 1877, 1878
    Interpolated Position: {-0.020,0.256,-0.034}
[RTBP.DBUG 03:10.492] Edges: 6259
[RTBP.INFO 03:10.492] Bone split successfully. Matching vertices modified: 9. Bone overrides: 2
[RTBP.INFO 03:10.492] Bone split successfully. Matching vertices modified: 9. Bone overrides: 2
[RTBP.INFO 03:10.492] Successfully created butt simulator
[RTBP.INFO 03:10.494] Outfit 20 captured:
    Vertex Buffer 0x2802bb20: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x2802cfc0: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 20
[RTBP.DBUG 03:10.503] All vertex buffers associated with outfit 20 have been destroyed.
[RTBP.INFO 03:15.798] SimulationServer: Game speed set to 1
[RTBP.INFO 03:15.888] SimulationServer: Sim outfit changed: e5812fd19720016
[RTBP.INFO 03:16.535] Capturing SimBuffers for new outfit 21...
[RTBP.INFO 03:16.535] New sim buffer detected. Vertex count: 2087. Associating with outfit 21
[RTBP.INFO (Mesh::getSimType) 03:16.536] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:16.536] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:16.537] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:16.538] New sim buffer detected. Vertex count: 627. Associating with outfit 21
[RTBP.INFO (Mesh::getSimType) 03:16.538] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 03:16.538] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:16.539] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 03:16.539] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:16.539] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 4,8,3,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 531, 512, 513
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 03:16.539] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:16.539] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 4,8,5,0
    BlendWeights: {0.976,0.012,0.012,0.000}
    Triangle Indexes: 572, 571, 590
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 03:16.540] Edges: 1636
[RTBP.INFO 03:16.540] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:16.540] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 03:16.540] Successfully created butt simulator
[RTBP.INFO 03:16.540] New sim buffer detected. Vertex count: 424. Associating with outfit 21
[RTBP.INFO (Mesh::getSimType) 03:16.540] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:16.540] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:16.540] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:16.541] New sim buffer detected. Vertex count: 1628. Associating with outfit 21
[RTBP.INFO (Mesh::getSimType) 03:16.542] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:16.542] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:16.542] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:16.543] New sim buffer detected. Vertex count: 1926. Associating with outfit 21
[RTBP.INFO (Mesh::getSimType) 03:16.543] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:16.543] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:16.543] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.035}
    Normal: {0.702,0.541,0.953}
    TextureCoords: {0.185,0.589}
    BlendIndexes: 40,38,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1187, 1186, 1190
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:16.543] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:16.544] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.035}
    Normal: {0.290,0.537,0.953}
    TextureCoords: {0.084,0.589}
    BlendIndexes: 39,38,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1160, 1162, 1159
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:16.544] Bone indexes: 40 39
[RTBP.INFO 03:16.544] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:16.544] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:16.544] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:16.546] Outfit 21 captured:
    Vertex Buffer 0x2802e280: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x2802b4a0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 21
[RTBP.INFO 03:21.792] SimulationServer: New sim added: e5812fd19841cf7 "Katrina Caliente"
[RTBP.INFO 03:21.988] SimulationServer: Sim outfit changed: e5812fd19841cf7
[RTBP.INFO 03:29.052] SimulationServer: Sim removed: e5812fd198414f4
[RTBP.INFO 03:32.587] SimulationServer: Game speed set to 0
[RTBP.INFO 03:35.294] Capturing SimBuffers for new outfit 22...
[RTBP.INFO 03:35.294] New sim buffer detected. Vertex count: 1609. Associating with outfit 22
[RTBP.INFO (Mesh::getSimType) 03:35.294] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:35.294] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:35.295] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:35.295] New sim buffer detected. Vertex count: 288. Associating with outfit 22
[RTBP.INFO (Mesh::getSimType) 03:35.295] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:35.295] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:35.296] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:35.296] New sim buffer detected. Vertex count: 1664. Associating with outfit 22
[RTBP.INFO (Mesh::getSimType) 03:35.296] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 03:35.296] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:35.297] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 03:35.298] New sim buffer detected. Vertex count: 1837. Associating with outfit 22
[RTBP.INFO (Mesh::getSimType) 03:35.298] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 03:35.298] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:35.298] Result #0:
SimVertex1:
    Position: {0.019,0.348,0.036}
    Normal: {0.659,0.596,0.961}
    TextureCoords: {0.178,0.591}
    BlendIndexes: 1,0,1,1
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 2, 6, 7
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:35.298] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 03:35.299] Result #1:
SimVertex1:
    Position: {-0.019,0.348,0.036}
    Normal: {0.337,0.596,0.961}
    TextureCoords: {0.091,0.590}
    BlendIndexes: 2,0,2,2
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 31, 20, 32
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 03:35.299] Bone indexes: 1 2
[RTBP.INFO 03:35.299] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 03:35.299] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:35.300] Result #0:
SimVertex1:
    Position: {0.014,0.255,-0.031}
    Normal: {0.600,0.565,0.016}
    TextureCoords: {0.336,0.695}
    BlendIndexes: 9,15,16,9
    BlendWeights: {0.973,0.027,0.000,0.000}
    Triangle Indexes: 637, 696, 695
    Interpolated Position: {0.020,0.256,-0.028}
[RTBP.INFO (ButtSimulator::create) 03:35.300] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 03:35.300] Result #1:
SimVertex1:
    Position: {-0.014,0.255,-0.031}
    Normal: {0.396,0.565,0.020}
    TextureCoords: {0.404,0.695}
    BlendIndexes: 9,14,45,9
    BlendWeights: {0.973,0.027,0.000,0.000}
    Triangle Indexes: 1292, 1284, 601
    Interpolated Position: {-0.020,0.256,-0.028}
[RTBP.DBUG 03:35.301] Edges: 4256
[RTBP.INFO 03:35.302] Bone split successfully. Matching vertices modified: 8. Bone overrides: 0
[RTBP.INFO 03:35.302] Bone split successfully. Matching vertices modified: 8. Bone overrides: 0
[RTBP.INFO 03:35.302] Successfully created butt simulator
[RTBP.INFO 03:35.304] Outfit 22 captured:
    Vertex Buffer 0x5d7a96a0: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    1 buffer(s) associated with outfit 22
[RTBP.INFO 04:21.388] SimulationServer: Game speed set to 1
[RTBP.INFO 04:25.618] SimulationServer: New sim added: e5812fd1985523e "Baako Jang"
[RTBP.INFO 04:25.805] SimulationServer: Sim outfit changed: e5812fd1985523e
[RTBP.INFO 04:28.282] Capturing SimBuffers for new outfit 23...
[RTBP.INFO 04:28.282] New sim buffer detected. Vertex count: 2778. Associating with outfit 23
[RTBP.INFO (Mesh::getSimType) 04:28.283] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:28.283] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:28.284] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:28.285] New sim buffer detected. Vertex count: 430. Associating with outfit 23
[RTBP.INFO (Mesh::getSimType) 04:28.285] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:28.285] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:28.285] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:28.286] New sim buffer detected. Vertex count: 2389. Associating with outfit 23
[RTBP.INFO (Mesh::getSimType) 04:28.287] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:28.287] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:28.287] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:28.288] New sim buffer detected. Vertex count: 2971. Associating with outfit 23
[RTBP.INFO (Mesh::getSimType) 04:28.289] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 04:28.289] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:28.290] Result #0:
SimVertex1:
    Position: {0.022,0.347,0.035}
    Normal: {0.722,0.541,0.945}
    TextureCoords: {0.184,0.592}
    BlendIndexes: 7,0,7,7
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 210, 222, 230
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 04:28.290] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:28.290] Result #1:
SimVertex1:
    Position: {-0.022,0.347,0.035}
    Normal: {0.275,0.541,0.945}
    TextureCoords: {0.084,0.591}
    BlendIndexes: 2,0,2,2
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 24, 21, 12
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 04:28.290] Bone indexes: 7 2
[RTBP.INFO 04:28.291] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 04:28.291] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:28.292] Result #0:
SimVertex1:
    Position: {0.025,0.255,-0.028}
    Normal: {0.725,0.588,0.063}
    TextureCoords: {0.315,0.695}
    BlendIndexes: 8,15,16,8
    BlendWeights: {0.961,0.039,0.000,0.000}
    Triangle Indexes: 1037, 1231, 1230
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 04:28.292] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:28.292] Result #1:
SimVertex1:
    Position: {-0.025,0.255,-0.028}
    Normal: {0.275,0.584,0.067}
    TextureCoords: {0.426,0.695}
    BlendIndexes: 8,14,43,8
    BlendWeights: {0.961,0.039,0.000,0.000}
    Triangle Indexes: 2049, 2050, 983
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 04:28.295] Edges: 7446
[RTBP.INFO 04:28.296] Bone split successfully. Matching vertices modified: 19. Bone overrides: 4
[RTBP.INFO 04:28.296] Bone split successfully. Matching vertices modified: 19. Bone overrides: 4
[RTBP.INFO 04:28.296] Successfully created butt simulator
[RTBP.INFO 04:28.298] Outfit 23 captured:
    Vertex Buffer 0x2802d840: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    1 buffer(s) associated with outfit 23
[RTBP.INFO 04:32.380] Capturing SimBuffers for new outfit 24...
[RTBP.INFO 04:32.381] New sim buffer detected. Vertex count: 1035. Associating with outfit 24
[RTBP.INFO (Mesh::getSimType) 04:32.381] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:32.381] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:32.382] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:32.382] New sim buffer detected. Vertex count: 236. Associating with outfit 24
[RTBP.INFO (Mesh::getSimType) 04:32.383] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:32.383] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:32.383] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:32.383] New sim buffer detected. Vertex count: 4999. Associating with outfit 24
[RTBP.INFO (Mesh::getSimType) 04:32.384] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:32.384] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:32.385] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:32.387] New sim buffer detected. Vertex count: 444. Associating with outfit 24
[RTBP.INFO (Mesh::getSimType) 04:32.387] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 04:32.387] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:32.387] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 04:32.387] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:32.387] Result #0:
SimVertex1:
    Position: {0.014,0.252,-0.031}
    Normal: {0.529,0.478,0.004}
    TextureCoords: {0.338,0.707}
    BlendIndexes: 0,2,0,0
    BlendWeights: {0.906,0.094,0.000,0.000}
    Triangle Indexes: 64, 60, 65
    Interpolated Position: {0.020,0.256,-0.027}
[RTBP.INFO (ButtSimulator::create) 04:32.387] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:32.387] Result #1:
SimVertex1:
    Position: {-0.014,0.252,-0.031}
    Normal: {0.467,0.478,0.004}
    TextureCoords: {0.403,0.707}
    BlendIndexes: 0,3,0,0
    BlendWeights: {0.906,0.094,0.000,0.000}
    Triangle Indexes: 106, 104, 107
    Interpolated Position: {-0.020,0.256,-0.027}
[RTBP.DBUG 04:32.388] Edges: 983
[RTBP.INFO 04:32.388] Bone split successfully. Matching vertices modified: 8. Bone overrides: 0
[RTBP.INFO 04:32.388] Bone split successfully. Matching vertices modified: 8. Bone overrides: 0
[RTBP.INFO 04:32.388] Successfully created butt simulator
[RTBP.INFO 04:32.388] New sim buffer detected. Vertex count: 1445. Associating with outfit 24
[RTBP.INFO (Mesh::getSimType) 04:32.388] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 04:32.388] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:32.389] Result #0:
SimVertex1:
    Position: {0.020,0.347,0.036}
    Normal: {0.616,0.557,0.980}
    TextureCoords: {0.173,0.591}
    BlendIndexes: 28,29,28,28
    BlendWeights: {0.573,0.427,0.000,0.000}
    Triangle Indexes: 399, 402, 403
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 04:32.389] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:32.389] Result #1:
SimVertex1:
    Position: {-0.019,0.347,0.036}
    Normal: {0.380,0.557,0.980}
    TextureCoords: {0.096,0.592}
    BlendIndexes: 30,29,30,30
    BlendWeights: {0.573,0.427,0.000,0.000}
    Triangle Indexes: 419, 425, 426
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 04:32.389] Bone indexes: 28 30
[RTBP.INFO 04:32.389] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 04:32.389] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:32.390] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:32.390] Outfit 24 captured:
    Vertex Buffer 0x5d7b94e0: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x5d7b9e40: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 24
[RTBP.INFO 04:35.140] SimulationServer: Game speed set to 3
[RTBP.INFO 04:35.988] SimulationServer: New sim added: e5812fd19843bcb "Marcus Flex"
[RTBP.INFO 04:36.005] SimulationServer: Game speed set to 1
[RTBP.INFO 04:36.183] SimulationServer: Sim outfit changed: e5812fd19843bcb
[RTBP.INFO 04:39.674] Capturing SimBuffers for new outfit 25...
[RTBP.INFO 04:39.676] New sim buffer detected. Vertex count: 881. Associating with outfit 25
[RTBP.INFO (Mesh::getSimType) 04:39.676] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:39.676] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:39.676] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:39.677] New sim buffer detected. Vertex count: 236. Associating with outfit 25
[RTBP.INFO (Mesh::getSimType) 04:39.677] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:39.677] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:39.677] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:39.677] New sim buffer detected. Vertex count: 814. Associating with outfit 25
[RTBP.INFO (Mesh::getSimType) 04:39.678] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:39.678] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:39.678] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:39.678] New sim buffer detected. Vertex count: 1571. Associating with outfit 25
[RTBP.INFO (Mesh::getSimType) 04:39.679] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:39.679] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:39.679] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:39.680] New sim buffer detected. Vertex count: 2447. Associating with outfit 25
[RTBP.INFO (Mesh::getSimType) 04:39.680] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 04:39.680] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:39.681] Result #0:
SimVertex1:
    Position: {0.020,0.349,0.035}
    Normal: {0.678,0.616,0.949}
    TextureCoords: {0.182,0.589}
    BlendIndexes: 1,0,1,1
    BlendWeights: {0.553,0.447,0.000,0.000}
    Triangle Indexes: 13, 12, 14
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 04:39.681] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:39.681] Result #1:
SimVertex1:
    Position: {-0.020,0.349,0.035}
    Normal: {0.310,0.616,0.945}
    TextureCoords: {0.086,0.589}
    BlendIndexes: 3,0,3,3
    BlendWeights: {0.565,0.435,0.000,0.000}
    Triangle Indexes: 98, 100, 118
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 04:39.681] Bone indexes: 1 3
[RTBP.INFO 04:39.682] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 04:39.682] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:39.682] Result #0:
SimVertex1:
    Position: {0.014,0.252,-0.031}
    Normal: {0.588,0.486,0.008}
    TextureCoords: {0.338,0.706}
    BlendIndexes: 5,15,4,5
    BlendWeights: {0.973,0.016,0.012,0.000}
    Triangle Indexes: 1322, 1299, 1323
    Interpolated Position: {0.020,0.256,-0.028}
[RTBP.INFO (ButtSimulator::create) 04:39.682] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:39.683] Result #1:
SimVertex1:
    Position: {-0.014,0.252,-0.031}
    Normal: {0.412,0.490,0.012}
    TextureCoords: {0.403,0.706}
    BlendIndexes: 5,16,4,5
    BlendWeights: {0.973,0.016,0.012,0.000}
    Triangle Indexes: 1370, 1378, 1379
    Interpolated Position: {-0.020,0.256,-0.028}
[RTBP.DBUG 04:39.684] Edges: 5487
[RTBP.INFO 04:39.685] Bone split successfully. Matching vertices modified: 11. Bone overrides: 0
[RTBP.INFO 04:39.685] Bone split successfully. Matching vertices modified: 11. Bone overrides: 0
[RTBP.INFO 04:39.685] Successfully created butt simulator
[RTBP.INFO 04:39.686] Outfit 25 captured:
    Vertex Buffer 0x28030900: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    1 buffer(s) associated with outfit 25
[RTBP.INFO 04:40.592] SimulationServer: Game speed set to 0
[RTBP.INFO 04:41.884] Capturing SimBuffers for new outfit 26...
[RTBP.INFO 04:41.884] New sim buffer detected. Vertex count: 2069. Associating with outfit 26
[RTBP.INFO (Mesh::getSimType) 04:41.886] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:41.886] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:41.886] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:41.888] New sim buffer detected. Vertex count: 351. Associating with outfit 26
[RTBP.INFO (Mesh::getSimType) 04:41.888] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:41.888] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:41.888] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:41.888] New sim buffer detected. Vertex count: 7090. Associating with outfit 26
[RTBP.INFO (Mesh::getSimType) 04:41.891] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 04:41.891] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:41.892] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:41.895] New sim buffer detected. Vertex count: 770. Associating with outfit 26
[RTBP.INFO (Mesh::getSimType) 04:41.896] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 04:41.896] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:41.896] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 04:41.896] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:41.896] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 0,3,0,0
    BlendWeights: {0.933,0.067,0.000,0.000}
    Triangle Indexes: 230, 229, 217
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 04:41.896] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:41.896] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 0,2,0,0
    BlendWeights: {0.933,0.067,0.000,0.000}
    Triangle Indexes: 90, 88, 92
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 04:41.897] Edges: 1865
[RTBP.INFO 04:41.897] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 04:41.897] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 04:41.897] Successfully created butt simulator
[RTBP.INFO 04:41.898] New sim buffer detected. Vertex count: 2272. Associating with outfit 26
[RTBP.INFO (Mesh::getSimType) 04:41.898] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 04:41.898] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:41.899] Result #0:
SimVertex1:
    Position: {0.023,0.347,0.035}
    Normal: {0.678,0.506,0.965}
    TextureCoords: {0.177,0.591}
    BlendIndexes: 0,1,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 7, 6, 17
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 04:41.899] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 04:41.899] Result #1:
SimVertex1:
    Position: {-0.023,0.347,0.036}
    Normal: {0.329,0.510,0.969}
    TextureCoords: {0.091,0.592}
    BlendIndexes: 4,1,4,4
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 360, 364, 333
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 04:41.899] Bone indexes: 0 4
[RTBP.INFO 04:41.900] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 04:41.900] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 04:41.900] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 04:41.902] Outfit 26 captured:
    Vertex Buffer 0x5d7bd2c0: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    Vertex Buffer 0x5d7bf1a0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 26
[RTBP.INFO 04:54.392] SimulationServer: Game speed set to 1
[RTBP.INFO 04:55.552] SimulationServer: Game speed set to 0
[RTBP.INFO 09:25.931] SimulationServer: Game speed set to 1
[RTBP.INFO 09:28.951] Capturing SimBuffers for new outfit 27...
[RTBP.INFO 09:28.951] New sim buffer detected. Vertex count: 1437. Associating with outfit 27
[RTBP.INFO (Mesh::getSimType) 09:28.952] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:28.952] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:28.953] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:28.954] New sim buffer detected. Vertex count: 334. Associating with outfit 27
[RTBP.INFO (Mesh::getSimType) 09:28.954] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:28.954] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:28.954] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:28.954] New sim buffer detected. Vertex count: 634. Associating with outfit 27
[RTBP.INFO (Mesh::getSimType) 09:28.955] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:28.955] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:28.955] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:28.955] New sim buffer detected. Vertex count: 447. Associating with outfit 27
[RTBP.INFO (Mesh::getSimType) 09:28.956] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:28.956] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:28.956] Result #0:
SimVertex1:
    Position: {0.008,0.250,-0.028}
    Normal: {0.482,0.549,0.004}
    TextureCoords: {0.352,0.709}
    BlendIndexes: 3,1,5,3
    BlendWeights: {0.906,0.086,0.008,0.000}
    Triangle Indexes: 195, 172, 115
    Interpolated Position: {0.016,0.245,-0.026}
[RTBP.INFO (ButtSimulator::create) 09:28.956] Casting ray from {-0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:28.956] Result #1:
SimVertex1:
    Position: {-0.008,0.250,-0.028}
    Normal: {0.518,0.549,0.004}
    TextureCoords: {0.389,0.709}
    BlendIndexes: 3,5,1,3
    BlendWeights: {0.906,0.086,0.008,0.000}
    Triangle Indexes: 277, 190, 173
    Interpolated Position: {-0.016,0.245,-0.026}
[RTBP.DBUG 09:28.956] Edges: 954
[RTBP.INFO 09:28.956] Bone split successfully. Matching vertices modified: 7. Bone overrides: 1
[RTBP.INFO 09:28.956] Bone split successfully. Matching vertices modified: 7. Bone overrides: 1
[RTBP.INFO 09:28.956] Successfully created butt simulator
[RTBP.INFO 09:28.956] New sim buffer detected. Vertex count: 1106. Associating with outfit 27
[RTBP.INFO (Mesh::getSimType) 09:28.957] Sim type assumed to be adult male (no female parts detected, male shoulder detected)
[RTBP.INFO (ButtSimulator::create) 09:28.957] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:28.957] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:28.958] Outfit 27 captured:
    Vertex Buffer 0x5d7e09e0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    1 buffer(s) associated with outfit 27
[RTBP.INFO 09:35.925] Capturing SimBuffers for new outfit 28...
[RTBP.INFO 09:35.925] New sim buffer detected. Vertex count: 2651. Associating with outfit 28
[RTBP.INFO (Mesh::getSimType) 09:35.927] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:35.927] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:35.927] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:35.929] New sim buffer detected. Vertex count: 414. Associating with outfit 28
[RTBP.INFO (Mesh::getSimType) 09:35.929] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:35.929] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:35.929] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:35.929] New sim buffer detected. Vertex count: 1024. Associating with outfit 28
[RTBP.INFO (Mesh::getSimType) 09:35.930] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:35.930] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:35.930] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:35.931] New sim buffer detected. Vertex count: 719. Associating with outfit 28
[RTBP.INFO (Mesh::getSimType) 09:35.931] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:35.931] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:35.931] Result #0:
SimVertex1:
    Position: {0.013,0.250,-0.029}
    Normal: {0.522,0.533,0.004}
    TextureCoords: {0.342,0.709}
    BlendIndexes: 0,1,0,0
    BlendWeights: {0.902,0.098,0.000,0.000}
    Triangle Indexes: 13, 11, 10
    Interpolated Position: {0.016,0.245,-0.028}
[RTBP.INFO (ButtSimulator::create) 09:35.931] Casting ray from {-0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:35.931] Result #1:
SimVertex1:
    Position: {-0.013,0.250,-0.029}
    Normal: {0.478,0.533,0.004}
    TextureCoords: {0.399,0.709}
    BlendIndexes: 0,4,0,0
    BlendWeights: {0.902,0.098,0.000,0.000}
    Triangle Indexes: 273, 270, 271
    Interpolated Position: {-0.016,0.245,-0.028}
[RTBP.DBUG 09:35.932] Edges: 1676
[RTBP.INFO 09:35.932] Bone split successfully. Matching vertices modified: 20. Bone overrides: 1
[RTBP.INFO 09:35.932] Bone split successfully. Matching vertices modified: 20. Bone overrides: 1
[RTBP.INFO 09:35.932] Successfully created butt simulator
[RTBP.INFO 09:35.933] New sim buffer detected. Vertex count: 1925. Associating with outfit 28
[RTBP.INFO (Mesh::getSimType) 09:35.935] Sim type assumed to be adult male (no female parts detected, male shoulder detected)
[RTBP.INFO (ButtSimulator::create) 09:35.935] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:35.935] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:35.937] Outfit 28 captured:
    Vertex Buffer 0x5d7b9c60: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    1 buffer(s) associated with outfit 28
[RTBP.INFO 09:36.218] Capturing SimBuffers for new outfit 29...
[RTBP.INFO 09:36.218] New sim buffer detected. Vertex count: 2014. Associating with outfit 29
[RTBP.INFO (Mesh::getSimType) 09:36.219] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:36.219] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:36.220] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:36.225] New sim buffer detected. Vertex count: 618. Associating with outfit 29
[RTBP.INFO (Mesh::getSimType) 09:36.226] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:36.226] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:36.226] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:36.226] New sim buffer detected. Vertex count: 537. Associating with outfit 29
[RTBP.INFO (Mesh::getSimType) 09:36.227] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:36.227] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:36.227] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:36.234] New sim buffer detected. Vertex count: 748. Associating with outfit 29
[RTBP.INFO (Mesh::getSimType) 09:36.234] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:36.234] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:36.235] Result #0:
SimVertex1:
    Position: {0.013,0.250,-0.029}
    Normal: {0.525,0.537,0.004}
    TextureCoords: {0.342,0.709}
    BlendIndexes: 3,0,3,3
    BlendWeights: {0.886,0.114,0.000,0.000}
    Triangle Indexes: 136, 137, 129
    Interpolated Position: {0.016,0.245,-0.028}
[RTBP.INFO (ButtSimulator::create) 09:36.235] Casting ray from {-0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:36.235] Result #1:
SimVertex1:
    Position: {-0.013,0.250,-0.029}
    Normal: {0.475,0.537,0.004}
    TextureCoords: {0.399,0.709}
    BlendIndexes: 3,4,3,3
    BlendWeights: {0.886,0.114,0.000,0.000}
    Triangle Indexes: 249, 242, 244
    Interpolated Position: {-0.016,0.245,-0.028}
[RTBP.DBUG 09:36.235] Edges: 1802
[RTBP.INFO 09:36.235] Bone split successfully. Matching vertices modified: 20. Bone overrides: 3
[RTBP.INFO 09:36.236] Bone split successfully. Matching vertices modified: 20. Bone overrides: 3
[RTBP.INFO 09:36.236] Successfully created butt simulator
[RTBP.INFO 09:36.236] New sim buffer detected. Vertex count: 3011. Associating with outfit 29
[RTBP.INFO (Mesh::getSimType) 09:36.237] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 09:36.237] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:36.238] Result #0:
SimVertex1:
    Position: {0.021,0.349,0.030}
    Normal: {0.635,0.541,0.976}
    TextureCoords: {0.778,0.566}
    BlendIndexes: 27,27,27,27
    BlendWeights: {1.000,0.000,0.000,0.000}
    Triangle Indexes: 967, 1398, 968
    Interpolated Position: {0.020,0.349,0.030}
[RTBP.INFO (BreastsSimulator::create) 09:36.238] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:36.239] Result #1:
SimVertex1:
    Position: {-0.022,0.349,0.030}
    Normal: {0.361,0.533,0.976}
    TextureCoords: {0.729,0.566}
    BlendIndexes: 27,27,27,27
    BlendWeights: {1.000,0.000,0.000,0.000}
    Triangle Indexes: 1094, 1448, 1096
    Interpolated Position: {-0.020,0.349,0.031}
[RTBP.INFO (BreastsSimulator::create) 09:36.239] Failed to create breasts simulator: Breast bones match
[RTBP.INFO (ButtSimulator::create) 09:36.239] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:36.239] Result #0:
SimVertex1:
    Position: {0.016,0.258,-0.031}
    Normal: {0.596,0.580,0.020}
    TextureCoords: {0.340,0.658}
    BlendIndexes: 37,40,32,37
    BlendWeights: {0.933,0.059,0.008,0.000}
    Triangle Indexes: 2265, 2264, 2276
    Interpolated Position: {0.020,0.256,-0.030}
[RTBP.INFO (ButtSimulator::create) 09:36.239] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:36.240] Result #1:
SimVertex1:
    Position: {-0.016,0.258,-0.031}
    Normal: {0.404,0.580,0.020}
    TextureCoords: {0.400,0.658}
    BlendIndexes: 37,41,32,37
    BlendWeights: {0.933,0.059,0.008,0.000}
    Triangle Indexes: 2380, 2381, 2379
    Interpolated Position: {-0.020,0.256,-0.030}
[RTBP.DBUG 09:36.242] Edges: 7057
[RTBP.INFO 09:36.243] Bone split successfully. Matching vertices modified: 20. Bone overrides: 2
[RTBP.INFO 09:36.243] Bone split successfully. Matching vertices modified: 20. Bone overrides: 2
[RTBP.INFO 09:36.243] Successfully created butt simulator
[RTBP.INFO 09:36.246] Outfit 29 captured:
    Vertex Buffer 0x5d7bc5a0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x5d7be2a0: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 29
[RTBP.INFO 09:40.371] SimulationServer: Game speed set to 0
[RTBP.INFO 09:44.294] SimulationServer: Game speed set to 1
[RTBP.INFO 09:44.622] Capturing SimBuffers for new outfit 30...
[RTBP.INFO 09:44.622] New sim buffer detected. Vertex count: 1870. Associating with outfit 30
[RTBP.INFO (Mesh::getSimType) 09:44.623] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:44.623] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:44.624] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:44.625] New sim buffer detected. Vertex count: 351. Associating with outfit 30
[RTBP.INFO (Mesh::getSimType) 09:44.625] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:44.625] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:44.625] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:44.625] New sim buffer detected. Vertex count: 1315. Associating with outfit 30
[RTBP.INFO (Mesh::getSimType) 09:44.626] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:44.626] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:44.626] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:44.627] New sim buffer detected. Vertex count: 2259. Associating with outfit 30
[RTBP.INFO (Mesh::getSimType) 09:44.628] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:44.628] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:44.628] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:44.630] New sim buffer detected. Vertex count: 3448. Associating with outfit 30
[RTBP.INFO (Mesh::getSimType) 09:44.630] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 09:44.630] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:44.631] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.034}
    Normal: {0.729,0.604,0.929}
    TextureCoords: {0.189,0.589}
    BlendIndexes: 2,0,2,2
    BlendWeights: {0.565,0.435,0.000,0.000}
    Triangle Indexes: 64, 80, 78
    Interpolated Position: {0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 09:44.631] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:44.632] Result #1:
SimVertex1:
    Position: {-0.017,0.349,0.036}
    Normal: {0.373,0.620,0.969}
    TextureCoords: {0.092,0.589}
    BlendIndexes: 1,0,2,1
    BlendWeights: {0.545,0.455,0.000,0.000}
    Triangle Indexes: 3, 35, 4
    Interpolated Position: {-0.020,0.349,0.035}
[RTBP.INFO (BreastsSimulator::create) 09:44.632] Bone indexes: 2 1
[RTBP.INFO 09:44.632] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 09:44.632] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:44.634] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.749,0.557,0.075}
    TextureCoords: {0.316,0.703}
    BlendIndexes: 7,14,5,7
    BlendWeights: {0.969,0.020,0.012,0.000}
    Triangle Indexes: 1553, 1544, 1554
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 09:44.634] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:44.634] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.247,0.557,0.075}
    TextureCoords: {0.425,0.703}
    BlendIndexes: 7,15,5,7
    BlendWeights: {0.969,0.020,0.012,0.000}
    Triangle Indexes: 1584, 1593, 1594
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 09:44.637] Edges: 8303
[RTBP.INFO 09:44.638] Bone split successfully. Matching vertices modified: 20. Bone overrides: 0
[RTBP.INFO 09:44.638] Bone split successfully. Matching vertices modified: 20. Bone overrides: 0
[RTBP.INFO 09:44.638] Successfully created butt simulator
[RTBP.INFO 09:44.639] Outfit 30 captured:
    Vertex Buffer 0x282941c0: Breasts Simulator? Yes. Butt Simulator? Yes. Dick Simulator? No.
    1 buffer(s) associated with outfit 30
[RTBP.INFO 09:55.341] Capturing SimBuffers for new outfit 31...
[RTBP.INFO 09:55.341] New sim buffer detected. Vertex count: 963. Associating with outfit 31
[RTBP.INFO (Mesh::getSimType) 09:55.341] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:55.341] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:55.342] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:55.342] New sim buffer detected. Vertex count: 435. Associating with outfit 31
[RTBP.INFO (Mesh::getSimType) 09:55.342] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:55.342] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:55.342] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:55.343] New sim buffer detected. Vertex count: 343. Associating with outfit 31
[RTBP.INFO (Mesh::getSimType) 09:55.344] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:55.344] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:55.344] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:55.344] New sim buffer detected. Vertex count: 499. Associating with outfit 31
[RTBP.INFO (Mesh::getSimType) 09:55.344] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:55.344] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:55.344] Result #0:
SimVertex1:
    Position: {0.008,0.250,-0.028}
    Normal: {0.522,0.549,0.004}
    TextureCoords: {0.352,0.709}
    BlendIndexes: 2,0,4,2
    BlendWeights: {0.937,0.059,0.004,0.000}
    Triangle Indexes: 86, 88, 28
    Interpolated Position: {0.016,0.245,-0.026}
[RTBP.INFO (ButtSimulator::create) 09:55.344] Casting ray from {-0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:55.344] Result #1:
SimVertex1:
    Position: {-0.008,0.250,-0.028}
    Normal: {0.478,0.549,0.004}
    TextureCoords: {0.389,0.709}
    BlendIndexes: 2,4,0,2
    BlendWeights: {0.937,0.059,0.004,0.000}
    Triangle Indexes: 180, 119, 188
    Interpolated Position: {-0.016,0.245,-0.026}
[RTBP.DBUG 09:55.345] Edges: 1127
[RTBP.INFO 09:55.345] Bone split successfully. Matching vertices modified: 8. Bone overrides: 2
[RTBP.INFO 09:55.345] Bone split successfully. Matching vertices modified: 8. Bone overrides: 2
[RTBP.INFO 09:55.345] Successfully created butt simulator
[RTBP.INFO 09:55.345] New sim buffer detected. Vertex count: 1867. Associating with outfit 31
[RTBP.INFO (Mesh::getSimType) 09:55.346] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 09:55.346] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:55.346] Result #0:
SimVertex1:
    Position: {0.021,0.349,0.030}
    Normal: {0.600,0.561,0.984}
    TextureCoords: {0.778,0.566}
    BlendIndexes: 1,2,1,1
    BlendWeights: {0.933,0.067,0.000,0.000}
    Triangle Indexes: 17, 16, 18
    Interpolated Position: {0.020,0.349,0.030}
[RTBP.INFO (BreastsSimulator::create) 09:55.346] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:55.346] Result #1:
SimVertex1:
    Position: {-0.022,0.349,0.030}
    Normal: {0.396,0.557,0.984}
    TextureCoords: {0.729,0.566}
    BlendIndexes: 1,2,1,1
    BlendWeights: {0.933,0.067,0.000,0.000}
    Triangle Indexes: 55, 38, 56
    Interpolated Position: {-0.020,0.349,0.031}
[RTBP.INFO (BreastsSimulator::create) 09:55.346] Failed to create breasts simulator: Breast bones match
[RTBP.INFO (ButtSimulator::create) 09:55.347] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:55.347] Result #0:
SimVertex1:
    Position: {0.011,0.262,-0.031}
    Normal: {0.596,0.584,0.020}
    TextureCoords: {0.349,0.654}
    BlendIndexes: 3,3,3,3
    BlendWeights: {1.000,0.000,0.000,0.000}
    Triangle Indexes: 88, 1374, 1403
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 09:55.347] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:55.347] Result #1:
SimVertex1:
    Position: {-0.011,0.262,-0.031}
    Normal: {0.404,0.584,0.020}
    TextureCoords: {0.391,0.654}
    BlendIndexes: 3,3,3,3
    BlendWeights: {1.000,0.000,0.000,0.000}
    Triangle Indexes: 1453, 1446, 136
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 09:55.348] Edges: 4126
[RTBP.INFO 09:55.349] Bone split successfully. Matching vertices modified: 9. Bone overrides: 0
[RTBP.INFO 09:55.349] Bone split successfully. Matching vertices modified: 9. Bone overrides: 0
[RTBP.INFO 09:55.349] Successfully created butt simulator
[RTBP.INFO 09:55.350] Outfit 31 captured:
    Vertex Buffer 0x5d7bf920: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x5d7bc780: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    2 buffer(s) associated with outfit 31
[RTBP.INFO 09:56.630] SimulationServer: Sim outfit changed: e5812fd19720016
[RTBP.INFO 09:57.302] Capturing SimBuffers for new outfit 32...
[RTBP.INFO 09:57.302] New sim buffer detected. Vertex count: 2332. Associating with outfit 32
[RTBP.INFO (Mesh::getSimType) 09:57.304] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:57.304] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:57.304] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:57.306] New sim buffer detected. Vertex count: 669. Associating with outfit 32
[RTBP.INFO (Mesh::getSimType) 09:57.306] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 09:57.306] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:57.306] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 09:57.306] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:57.307] Result #0:
SimVertex1:
    Position: {0.025,0.256,-0.027}
    Normal: {0.753,0.561,0.078}
    TextureCoords: {0.316,0.704}
    BlendIndexes: 0,1,9,10
    BlendWeights: {0.831,0.039,0.000,0.129}
    Triangle Indexes: 29, 5, 6
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 09:57.307] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:57.307] Result #1:
SimVertex1:
    Position: {-0.025,0.256,-0.027}
    Normal: {0.243,0.561,0.078}
    TextureCoords: {0.425,0.704}
    BlendIndexes: 0,4,9,10
    BlendWeights: {0.831,0.039,0.129,0.000}
    Triangle Indexes: 140, 138, 170
    Interpolated Position: {-0.020,0.256,-0.029}
[RTBP.DBUG 09:57.307] Edges: 1670
[RTBP.INFO 09:57.307] Bone split successfully. Matching vertices modified: 19. Bone overrides: 0
[RTBP.INFO 09:57.307] Bone split successfully. Matching vertices modified: 19. Bone overrides: 4
[RTBP.INFO 09:57.308] Successfully created butt simulator
[RTBP.INFO 09:57.308] New sim buffer detected. Vertex count: 1628. Associating with outfit 32
[RTBP.INFO (Mesh::getSimType) 09:57.309] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 09:57.309] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:57.309] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:57.310] New sim buffer detected. Vertex count: 1884. Associating with outfit 32
[RTBP.INFO (Mesh::getSimType) 09:57.310] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 09:57.310] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:57.311] Result #0:
SimVertex1:
    Position: {0.023,0.348,0.034}
    Normal: {0.698,0.533,0.957}
    TextureCoords: {0.185,0.589}
    BlendIndexes: 29,25,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 889, 888, 901
    Interpolated Position: {0.020,0.349,0.034}
[RTBP.INFO (BreastsSimulator::create) 09:57.311] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 09:57.311] Result #1:
SimVertex1:
    Position: {-0.023,0.348,0.034}
    Normal: {0.298,0.533,0.957}
    TextureCoords: {0.084,0.589}
    BlendIndexes: 31,25,0,0
    BlendWeights: {0.576,0.424,0.000,0.000}
    Triangle Indexes: 1047, 1063, 1048
    Interpolated Position: {-0.020,0.349,0.034}
[RTBP.INFO (BreastsSimulator::create) 09:57.311] Bone indexes: 29 31
[RTBP.INFO 09:57.312] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 09:57.312] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 09:57.312] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 09:57.314] Outfit 32 captured:
    Vertex Buffer 0x28299260: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x28299360: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    2 buffer(s) associated with outfit 32
[RTBP.INFO 10:04.734] SimulationServer: Game speed set to 0
[RTBP.INFO 10:06.730] SimulationServer: Game speed set to 1
[RTBP.INFO 10:17.198] SimulationServer: Game speed set to 0
[RTBP.INFO 10:42.840] SimulationServer: Game speed set to 1
[RTBP.INFO 10:42.984] SimulationServer: Sim outfit changed: e5812fd19720016
[RTBP.INFO 10:43.239] Capturing SimBuffers for new outfit 33...
[RTBP.INFO 10:43.239] New sim buffer detected. Vertex count: 2113. Associating with outfit 33
[RTBP.INFO (Mesh::getSimType) 10:43.241] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 10:43.241] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 10:43.242] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 10:43.243] New sim buffer detected. Vertex count: 1898. Associating with outfit 33
[RTBP.INFO (Mesh::getSimType) 10:43.244] Sim type determined to be adult female (female butt detected)
[RTBP.INFO (BreastsSimulator::create) 10:43.244] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 10:43.244] Failed to create breasts simulator: Raycast failed to find a valid vertex
[RTBP.INFO (ButtSimulator::create) 10:43.244] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 10:43.245] Result #0:
SimVertex1:
    Position: {0.019,0.254,-0.030}
    Normal: {0.651,0.502,0.027}
    TextureCoords: {0.328,0.705}
    BlendIndexes: 1,7,0,4
    BlendWeights: {0.757,0.180,0.059,0.004}
    Triangle Indexes: 687, 598, 688
    Interpolated Position: {0.020,0.256,-0.029}
[RTBP.INFO (ButtSimulator::create) 10:43.245] Casting ray from {-0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 10:43.245] Result #1:
SimVertex1:
    Position: {-0.019,0.254,-0.030}
    Normal: {0.345,0.502,0.027}
    TextureCoords: {0.413,0.705}
    BlendIndexes: 1,6,3,4
    BlendWeights: {0.757,0.180,0.059,0.004}
    Triangle Indexes: 576, 575, 727
    Interpolated Position: {-0.020,0.256,-0.030}
[RTBP.DBUG 10:43.247] Edges: 5145
[RTBP.INFO 10:43.247] Bone split successfully. Matching vertices modified: 104. Bone overrides: 57
[RTBP.INFO 10:43.247] Bone split successfully. Matching vertices modified: 104. Bone overrides: 57
[RTBP.INFO 10:43.247] Successfully created butt simulator
[RTBP.INFO 10:43.249] New sim buffer detected. Vertex count: 1628. Associating with outfit 33
[RTBP.INFO (Mesh::getSimType) 10:43.249] Sim type assumed to be adult male (no female parts detected)
[RTBP.INFO (ButtSimulator::create) 10:43.249] Casting ray from {0.016,0.245,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 10:43.250] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 10:43.250] New sim buffer detected. Vertex count: 2138. Associating with outfit 33
[RTBP.INFO (Mesh::getSimType) 10:43.251] Sim type determined to be adult female (breasts detected)
[RTBP.INFO (BreastsSimulator::create) 10:43.251] Casting ray from {0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 10:43.251] Result #0:
SimVertex1:
    Position: {0.021,0.349,0.038}
    Normal: {0.376,0.502,0.980}
    TextureCoords: {0.181,0.590}
    BlendIndexes: 30,27,1,1
    BlendWeights: {0.584,0.416,0.000,0.000}
    Triangle Indexes: 195, 214, 215
    Interpolated Position: {0.020,0.349,0.038}
[RTBP.INFO (BreastsSimulator::create) 10:43.251] Casting ray from {-0.020,0.349,0.100} in direction {0.000,0.000,-1.000}
[RTBP.INFO (BreastsSimulator::create) 10:43.252] Result #1:
SimVertex1:
    Position: {-0.021,0.349,0.038}
    Normal: {0.624,0.502,0.984}
    TextureCoords: {0.088,0.590}
    BlendIndexes: 38,27,1,1
    BlendWeights: {0.584,0.416,0.000,0.000}
    Triangle Indexes: 443, 444, 426
    Interpolated Position: {-0.020,0.349,0.038}
[RTBP.INFO (BreastsSimulator::create) 10:43.252] Bone indexes: 30 38
[RTBP.INFO 10:43.253] Successfully created breasts simulator
[RTBP.INFO (ButtSimulator::create) 10:43.253] Casting ray from {0.020,0.256,-0.100} in direction {0.000,0.000,1.000}
[RTBP.INFO (ButtSimulator::create) 10:43.253] Failed to create butt simulator: Unable to find a triangle in ray
[RTBP.INFO 10:43.254] Outfit 33 captured:
    Vertex Buffer 0x9ddb720: Breasts Simulator? No. Butt Simulator? Yes. Dick Simulator? No.
    Vertex Buffer 0x9ddadc0: Breasts Simulator? Yes. Butt Simulator? No. Dick Simulator? No.
    2 buffer(s) associated with outfit 33
[RTBP.INFO 10:51.696] SimulationServer: Game speed set to 0
[RTBP.DBUG 11:01.942] All vertex buffers associated with outfit 31 have been destroyed.
[RTBP.DBUG 11:01.943] All vertex buffers associated with outfit 25 have been destroyed.
[RTBP.DBUG 11:01.943] All vertex buffers associated with outfit 27 have been destroyed.
[RTBP.DBUG 11:01.945] All vertex buffers associated with outfit 30 have been destroyed.
[RTBP.DBUG 11:01.947] All vertex buffers associated with outfit 23 have been destroyed.
[RTBP.DBUG 11:01.951] All vertex buffers associated with outfit 32 have been destroyed.
[RTBP.DBUG 11:01.954] All vertex buffers associated with outfit 21 have been destroyed.
[RTBP.DBUG 11:01.955] All vertex buffers associated with outfit 28 have been destroyed.
[RTBP.DBUG 11:01.958] All vertex buffers associated with outfit 26 have been destroyed.
[RTBP.DBUG 11:01.963] All vertex buffers associated with outfit 7 have been destroyed.
[RTBP.DBUG 11:01.963] All vertex buffers associated with outfit 8 have been destroyed.
[RTBP.DBUG 11:01.964] All vertex buffers associated with outfit 11 have been destroyed.
[RTBP.DBUG 11:01.967] All vertex buffers associated with outfit 10 have been destroyed.
[RTBP.DBUG 11:02.010] All vertex buffers associated with outfit 24 have been destroyed.
[RTBP.DBUG 11:02.012] All vertex buffers associated with outfit 29 have been destroyed.
[RTBP.DBUG 11:02.015] All vertex buffers associated with outfit 22 have been destroyed.
[RTBP.DBUG 11:02.018] All vertex buffers associated with outfit 33 have been destroyed.
[RTBP.DBUG 11:03.813] All vertex buffers associated with outfit 3 have been destroyed.

Posted
17 hours ago, DeusVult974 said:

...

 

You can just attach your log file to your post. And yes, everything in there is important, so I do appreciate having the whole thing. I'd suggest that when you see the bug manifest itself, that you pause the game and upload the log immediately. That way I know that the last little bits are the most relevant. Anyway, I'll scan through it and see if I find anything unusual.

Posted

Can anybody help?

RTBP doesn't seem to work after the game update. I already updated RTBP mod. In RTBP commander, it's said "Unable to Connect to RTBP."

Posted (edited)
11 hours ago, kyojin77 said:

Can anybody help?

RTBP doesn't seem to work after the game update. I already updated RTBP mod. In RTBP commander, it's said "Unable to Connect to RTBP."

Сheck availability d3d9.dll located at The Sims 4\Game\Bin. Game must be launched from Direct x9, with DirectX 11 rtbp does not work

Edited by alexlll

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