Jump to content

Prepacked HDT-SM - HDT Skinned Mesh Physics with Modding Guide


Uhuru N'Uru

Recommended Posts

Posted

Yes, I know, but there is nothing in that log:-) Seems that hdt-smp is not loaded at all using the new .dll files..Time to change back to the old ones.

Posted

Yes, I know, but there is nothing in that log:-) Seems that hdt-smp is not loaded at all using the new .dll files..Time to change back to the old one

 

 

all incorect in xml show in log, it is magic if you log empty, my xml i fixed only through log, log write incorect in xml. If xml It contains 1 incorect physics not work.

Posted

Yes, the there is always something in the log when using the old .dll files

At least these lines:

hdtSkinnedMeshPhysics
[08/18/16 20:29:17]INFO: Queue OK
[08/18/16 20:29:17]INFO: OpenCL enabled : 0
[08/18/16 20:29:17]INFO: SKSEPlugin_Load
 
but, using the new .dll files the log is empty, just as if hdt-smp is not loaded, and that seems true since there is no physics at all.
Do you use the new d3dcompiler_47.dll file somewhere?
Posted

 

Yes, the there is always something in the log when using the old .dll files

At least these lines:

hdtSkinnedMeshPhysics
[08/18/16 20:29:17]INFO: Queue OK
[08/18/16 20:29:17]INFO: OpenCL enabled : 0
[08/18/16 20:29:17]INFO: SKSEPlugin_Load
 
but, using the new .dll files the log is empty, just as if hdt-smp is not loaded, and that seems true since there is no physics at all.
Do you use the new d3dcompiler_47.dll file somewhere?

 

nope

Posted

Hmm..from the skse log:

checking plugin D:\SteamLibrary\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtSkinnedMeshPhysics.dll
couldn't load plugin D:\SteamLibrary\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtSkinnedMeshPhysics.dll (Error 126)
checking plugin D:\SteamLibrary\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtSkyrimMemPatch.dll
couldn't load plugin D:\SteamLibrary\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtSkyrimMemPatch.dll (Error 126)
 
So the plugin is not loaded All other skse plugins are loading correctly. Changing back to old .dll. Everything is working.??
  • 2 weeks later...
Posted

Heyho,

I've recently changed the SMP plugin together with the hdtMemPatch to the new one from early June 2016, but since then there is no jiggling anymore and additionally the following line pops up multiple times in my hdtSkinnedMeshPhysics.log:

ERROR: SKSE\Plugins\hdtSkinnedMeshConfigs\female\uunp-hdt.xml(7,0):
xml parse error - not a float value

I've supposed the numbers in brackets are line and position, so line 7 of the file is

<mass>0.000000</mass>

It seems like the new plugins doesn't get this as float anymore. I tested the old versions, and if I change either the hdtSMP plugin or the MemPatch to its older counterpart, the jiggling will work again, it's just the combination of both new versions which fails o.O

Does someone else tried this? Is this a general problem or did I do sth wrong?

 

Here are the first 20 lines of the file as comparison:

<?xml version="1.0" encoding="utf-8"?>
<system>
	<bone name="NPC R Thigh [RThg]"/> <!-- Failed test, ignore -->
	<bone name="NPC L Thigh [LThg]"/>

	<bone name="NPC L PreBreast">
		<mass>0.000000</mass>
		<inertia x="0" y="0" z="0"/>
		<centerOfMassTransform>
			<basis x="0" y="0" z="0" w="1"/>
			<origin x="0" y="0" z="0"/>
		</centerOfMassTransform>
		<linearDamping>0</linearDamping>
		<angularDamping>0</angularDamping>
		<friction>0</friction>
		<rollingFriction>0</rollingFriction>
		<restitution>0</restitution>
	</bone>
	<bone name="NPC R PreBreast">
		<mass>0.000000</mass>
Posted

So, I get this nonsense in my log file...

 

hello world
hdtSkinnedMeshPhysics
[sun Sep  4 13:50:57 2016]INFO: Queue OK
[sun Sep  4 13:50:57 2016]WARNING: Unknown config : 
[sun Sep  4 13:50:57 2016]INFO: SKSEPlugin_Load
[sun Sep  4 13:51:34 2016]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-tbbp.xml(60,0):
Bone NPC L Breast01 is not exist, skipped
 
And it just keeps listing off every damned bone in the XML's saying they're all skipped.  I still get physics, but with all these errors I wonder if something's off?  I also have no idea if SMP is even loading correctly, because there's so many "skips" that the log cuts off and doesn't show weather it loaded up OpenCL or not...
 
Edit-
I went through and took out all the parts that were throwing errors / warnings, and even re-installed openCL2.0.  I'm using an AMD HD7990 with the latest drivers and I'm SURE that openCL2.0 is installed.  However I still get this in my log:
 
hello world
hdtSkinnedMeshPhysics
[sun Sep  4 13:50:57 2016]INFO: Queue OK
[sun Sep  4 13:50:57 2016]WARNING: Unknown config : 
[sun Sep  4 13:50:57 2016]INFO: SKSEPlugin_Load
 
And that's the whole log.  It makes me think that SMP isn't working, but I still get physics!  What in hell am I doing wrong?
 
Double Edit-
Well, never-fukin-mind I just found out my damned 7990 doesn't support openCL2.0
Expensive pile of shit...
 
I guess this puts me in the same boat as other people who are asking for an openCL1.2 version of SMP...
That, or I need to upgrade cards.  I really wish the Vega was out already...  :/

 

Posted

So, I remember from playing Dark Souls sometime back before the fixes were introduced via GeDoSaTo, and this d3dcompiler47.dll was necessary for whatever game to work with gedo if you used downsampling to "smooth" out the then horrendous low rez textures. (This is before there were any other fixes and DSFix was just one thing)

 

Why would you need a shader compiler for physics? I know certain games use shaders to hook into gpu physics APIs, but I wasn't aware such a thing was needed for Bullet, and also this particular compiler is quite old.

 

Has anyone actually looked in the new library to see what it actually does besides hook into Bullet?

 

 

Posted

 

Yes, the there is always something in the log when using the old .dll files

At least these lines:

hdtSkinnedMeshPhysics
[08/18/16 20:29:17]INFO: Queue OK
[08/18/16 20:29:17]INFO: OpenCL enabled : 0
[08/18/16 20:29:17]INFO: SKSEPlugin_Load
 
but, using the new .dll files the log is empty, just as if hdt-smp is not loaded, and that seems true since there is no physics at all.
Do you use the new d3dcompiler_47.dll file somewhere?

 

 

The shader compiler file is to create a memory heap separate from havok by compiling a shader cache at runtime, probably only works on AMD/2.0 setups, though I haven't dug out the memory logging tools to check for sure.

 

 

 

, / .

I'll be checking this out over the weekend, but I don't see how that would work if her own configuration files are still in the old non-floating point format. (Her files are indeed still in the old format)

 

 

Someone should probably meander over to the baidu forums and get answers instead of speculation, and trying to translate it via google is probably not a good idea.

 

 

 

my clothes keep falling into the ground

 

The default shape call for her outfits is a file she hasn't released, which apparently adds ground collision anywhere, so if you plan on making an outfit to use SMP, A you need to take the "ground" nif from China Dress and B you need to then write a collision file for it.

  • 3 weeks later...
Posted

 

I got new files working. Make sure that you change all dots to commas in xmls, it will work.

 

Oh lol, this really did work ^^ Thx dude!

 

 

lol how you read, i long time ago write this lol

Posted

Anybody got a .xml for tails that don't look like a rope ??

  • 1 month later...
Posted

Hi, after switching to HDT SMP everything is finally working how I want it.

Except two liitle things.

The breasts are behaving like jelly and jiggle too long after collision.

The balls are swinging constantly and through the penis, but I can live with that :D

Or is this maybe a simple fix?

Which file and which parameters are responsible for the breast bounce and jiggle?

cbbe-tbbp.xml , cbbe-hdt-vag.xml or another one?

 

I´m using CBBE body with latest XPMSE skeleton for NPC and follower and play as male with SOS body.

Posted

Hi,

 

I'm getting the "WARNING: Unknown config" in my hdtskinnedMeshPhysics.log. I installed a new Skyrim game with only the requirements for HDT-SMP. In game there is no physics, every body part is rigid.

 

I'm running on:

- OS: Windows 10 64bit

- GPU: Radeon RX 480

- CPU: intel core i7-5820K

All my drivers are up to date.

 

Any ideas why its not working, please?

Posted

Hi,

 

I'm getting the "WARNING: Unknown config" in my hdtskinnedMeshPhysics.log. I installed a new Skyrim game with only the requirements for HDT-SMP. In game there is no physics, every body part is rigid.

 

I'm running on:

- OS: Windows 10 64bit

- GPU: Radeon RX 480

- CPU: intel core i7-5820K

All my drivers are up to date.

 

Any ideas why its not working, please?

 

You have to install the INTEL Open CL runtimes for your CPU, maybe latest Crimson is not working ;)

https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime

Posted

This SMP is driving me mad.
 
I installed the latest files but kept the provided body and now I get this:

 

hdtSkinnedMeshPhysics
[11/11/16 10:35:17]INFO: Queue OK
[11/11/16 10:35:17]INFO: OpenCL enabled : 0
[11/11/16 10:35:17]INFO: SKSEPlugin_Load
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used
[11/11/16 10:36:56]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped
[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped

 

Posted

 

 

This SMP is driving me mad.

 

I installed the latest files but kept the provided body and now I get this:

 

hdtSkinnedMeshPhysics

[11/11/16 10:35:17]INFO: Queue OK

[11/11/16 10:35:17]INFO: OpenCL enabled : 0

[11/11/16 10:35:17]INFO: SKSEPlugin_Load

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:35:44]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:55]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used

[11/11/16 10:36:56]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\MaleHands.xml(5,5) : piority is deprecated and no longer used

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped

[11/11/16 10:36:59]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped

[/

 

Your skeleton does not contain needed bones, make sure you iinstall xpmse hdt rig and die verwrite all

Posted

I have re-installed the skeleton, but still get:

 

hdtSkinnedMeshPhysics
[11/11/16 12:41:53]INFO: Queue OK
[11/11/16 12:41:53]INFO: OpenCL enabled : 1
[11/11/16 12:41:53]INFO: SKSEPlugin_Load
[11/11/16 12:42:08]INFO: OpenCL initialized!
[11/11/16 12:42:08]INFO: platform : AMD Accelerated Parallel Processing
[11/11/16 12:42:08]INFO: version : OpenCL 2.0 AMD-APP (2117.14)
[11/11/16 12:42:08]INFO: device : Ellesmere
[11/11/16 12:42:08]INFO: run with 16 command queues
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:22]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(310,2) : Bone NPC L Pussy02 is not exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(324,2) : Bone NPC L Pussy01 is not exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(338,2) : Bone NPC R Pussy02 is not exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(352,2) : Bone NPC R Pussy01 is not exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(366,2) : constraint NPC L Pussy02 <-> NPC L Pussy01 : bodyA doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(384,2) : constraint NPC R Pussy02 <-> NPC R Pussy01 : bodyA doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(416,3) : Bone NPC L FrontThigh is not exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(444,3) : Bone NPC R FrontThigh is not exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(458,3) : constraint NPC L FrontThigh <-> NPC L Thigh [LThg] : bodyA doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(478,3) : constraint NPC R FrontThigh <-> NPC R Thigh [RThg] : bodyA doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(524,3) : LbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(535,3) : RbreastS is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(546,3) : CollisionBelly is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(562,2) : armscollision is not a NiGeomery or doesn't exist, skipped
[11/11/16 12:42:23]WARNING: SKSE\Plugins\hdtSkinnedMeshConfigs\cbbe-hdt-vag.xml(578,2) : collisionThigh is not a NiGeomery or doesn't exist, skipped

After installing the XPMSE with HDT rig I get a skeleton with 115 bones, is this one correct?

 

Posted

 

Hi,

 

I'm getting the "WARNING: Unknown config" in my hdtskinnedMeshPhysics.log. I installed a new Skyrim game with only the requirements for HDT-SMP. In game there is no physics, every body part is rigid.

 

I'm running on:

- OS: Windows 10 64bit

- GPU: Radeon RX 480

- CPU: intel core i7-5820K

All my drivers are up to date.

 

Any ideas why its not working, please?

 

You have to install the INTEL Open CL runtimes for your CPU, maybe latest Crimson is not working ;)

https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime

 

 

Thanks for your answer North Star but i did already install the latest runtimes. Do you think its a Raddeon GPU problem? I also have a spare GTX 970. Would it be liklier to work with nvdia?

 

Posted

 

 

Hi,

 

I'm getting the "WARNING: Unknown config" in my hdtskinnedMeshPhysics.log. I installed a new Skyrim game with only the requirements for HDT-SMP. In game there is no physics, every body part is rigid.

 

I'm running on:

- OS: Windows 10 64bit

- GPU: Radeon RX 480

- CPU: intel core i7-5820K

All my drivers are up to date.

 

Any ideas why its not working, please?

You have to install the INTEL Open CL runtimes for your CPU, maybe latest Crimson is not working ;)

https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime

Thanks for your answer North Star but i did already install the latest runtimes. Do you think its a Raddeon GPU problem? I also have a spare GTX 970. Would it be liklier to work with nvdia?

I run it on intel i5 and nvidia gtx 760 in windows 10..works like a charm.. I cant quite understand why people use amd/radeon.. Dont answer with cost factor

Posted

 

 

Hi,

 

I'm getting the "WARNING: Unknown config" in my hdtskinnedMeshPhysics.log. I installed a new Skyrim game with only the requirements for HDT-SMP. In game there is no physics, every body part is rigid.

 

I'm running on:

- OS: Windows 10 64bit

- GPU: Radeon RX 480

- CPU: intel core i7-5820K

All my drivers are up to date.

 

Any ideas why its not working, please?

 

You have to install the INTEL Open CL runtimes for your CPU, maybe latest Crimson is not working ;)

https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime

 

 

Thanks for your answer North Star but i did already install the latest runtimes. Do you think its a Raddeon GPU problem? I also have a spare GTX 970. Would it be liklier to work with nvdia?

 

 

 

Did you set opencl to "true" in the configs.xml?

 

Posted

 

 

 

Hi,

 

I'm getting the "WARNING: Unknown config" in my hdtskinnedMeshPhysics.log. I installed a new Skyrim game with only the requirements for HDT-SMP. In game there is no physics, every body part is rigid.

 

I'm running on:

- OS: Windows 10 64bit

- GPU: Radeon RX 480

- CPU: intel core i7-5820K

All my drivers are up to date.

 

Any ideas why its not working, please?

 

You have to install the INTEL Open CL runtimes for your CPU, maybe latest Crimson is not working ;)

https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime

 

 

Thanks for your answer North Star but i did already install the latest runtimes. Do you think its a Raddeon GPU problem? I also have a spare GTX 970. Would it be liklier to work with nvdia?

 

 

 

Did you set opencl to "true" in the configs.xml?

 

 

 

Yes, I just drag-dropped prZ prepacked files. It's set to true. :/

 

 

 

 

Hi,

 

I'm getting the "WARNING: Unknown config" in my hdtskinnedMeshPhysics.log. I installed a new Skyrim game with only the requirements for HDT-SMP. In game there is no physics, every body part is rigid.

 

I'm running on:

- OS: Windows 10 64bit

- GPU: Radeon RX 480

- CPU: intel core i7-5820K

All my drivers are up to date.

 

Any ideas why its not working, please?

You have to install the INTEL Open CL runtimes for your CPU, maybe latest Crimson is not working ;)

https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime

Thanks for your answer North Star but i did already install the latest runtimes. Do you think its a Raddeon GPU problem? I also have a spare GTX 970. Would it be liklier to work with nvdia?

I run it on intel i5 and nvidia gtx 760 in windows 10..works like a charm.. I cant quite understand why people use amd/radeon.. Dont answer with cost factor

 

 

I guess i'll try re-installing my gtx then.

Posted

 

 

 

Hi,

 

I'm getting the "WARNING: Unknown config" in my hdtskinnedMeshPhysics.log. I installed a new Skyrim game with only the requirements for HDT-SMP. In game there is no physics, every body part is rigid.

 

I'm running on:

- OS: Windows 10 64bit

- GPU: Radeon RX 480

- CPU: intel core i7-5820K

All my drivers are up to date.

 

Any ideas why its not working, please?

You have to install the INTEL Open CL runtimes for your CPU, maybe latest Crimson is not working ;)

https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime

Thanks for your answer North Star but i did already install the latest runtimes. Do you think its a Raddeon GPU problem? I also have a spare GTX 970. Would it be liklier to work with nvdia?

I run it on intel i5 and nvidia gtx 760 in windows 10..works like a charm.. I cant quite understand why people use amd/radeon.. Dont answer with cost factor

 

 

Well, i installed my GTX 970, updated drivers and lauched the gpu-Z app to check the version of open cl and it says 1.2. I inquired and saw that nvdia gpu's all use open cl 1.2, so how did you get open cl 2.0 working with your gtx 760?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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