CSS&SB Interior error

nickelplateroad

Active member
I struggled fixing Pev tool to CSS&SB not success:( Please help me

- <kuid:45651:55003> VE175: Mesh-table element #0 is part of invalid hierarchy.
- <kuid:45651:55003> VE199: Asset <kuid:45651:55003> failed to load. Unloading resources.


- <kuid:45651:55002> VE175: Mesh-table element #0 is part of invalid hierarchy.
- <kuid:45651:55002> VE199: Asset <kuid:45651:55002> failed to load. Unloading resources.




NKP
 
I'm having that same issue with the CNSM Silverliner/Greenliner interiors, NICD Nippon interiors, Sharknose interior, and the Budd Dome interiors. I also tried PM2IM on the Shark interior but to no avail. Does anyone know a fix to those errors?
 
Last edited:
Is this with Landvr1's stuff, as i'm having the same issue with several of his assets.

If you want assistance with a particular asset then you must post the KUID, and if it's not on the DLS then also post where to download it from.

If <kuid:45651:55003> is one of the assets causing the problem then the solution is the same as provided for the original post: Change the order of subcontaieners in the mesh table so that the default is first. Like this:

Code:
mesh-table
{
  default
  {
    mesh                                "css&sb_interior.im"
    auto-create                         1
  }
  
  interior_main
  {
    mesh                                "css&sb_interior.im"
    att                                 "a.cabfront"
  }
}
 
The asset i wanted assistant with is the cab for his shark unit, KUID: <kuid:45651:55000>. As for downloading it, per Landrvr1's license, it can only be distributed by email. Thank you for the example, the fix was basically the same.
code:
mesh-table
{
default
{
mesh "sharkcab_interior.im"
auto-create 1
}
interior_main
{
mesh "sharkcab_interior.im"
att "a.cabfront"
}
 
The asset i wanted assistant with is the cab for his shark unit, KUID: <kuid:45651:55000>. As for downloading it, per Landrvr1's license, it can only be distributed by email. Thank you for the example, the fix was basically the same.
code:
mesh-table
{
default
{
mesh "sharkcab_interior.im"
auto-create 1
}
interior_main
{
mesh "sharkcab_interior.im"
att "a.cabfront"
}

I tried entering that code and it STILL wouldn't work.
 
Back
Top