Jump to content

SMP XML Edit : Clarifications


Dorabella

Recommended Posts

Posted

I would like to have some clarification on SMP XMLs and their compilation . 

 

By dint of editing the XML, I noticed that I get an immediate CTD related to a string .

When the string is filled in like this: 

 

<per-triangle-shape name="VirtualGround">
        <margin>0.5</margin>
        <prenetration>5</prenetration>
        <tag>ground</tag>
    </per-triangle-shape>

I get the CTD . 

 

But, if, instead, I compile it like this:

 

<!--    <per-triangle-shape name="VirtualGround">
        <margin>0.5</margin>
        <prenetration>5</prenetration>
        <tag>ground</tag>
    </per-triangle-shape>-->

 

Same thing for this other string

 

<per-triangle-shape name="redguard_cape">
        <shared>public</shared>
        <margin>0.05</margin>
        <tag>Cloth</tag>
        <no-collide-with-tag>Head</no-collide-with-tag>        
        <no-collide-with-tag>Feet</no-collide-with-tag>
        <no-collide-with-tag>skirt</no-collide-with-tag>
        <no-collide-with-tag>VirtualHead</no-collide-with-tag>
        <no-collide-with-tag>VirtualHairCollision</no-collide-with-tag>
    </per-triangle-shape>

 

<!--    <per-triangle-shape name="redguard_cape">
        <shared>public</shared>
        <margin>0.05</margin>
        <tag>Cloth</tag>
        <no-collide-with-tag>Head</no-collide-with-tag>        
        <no-collide-with-tag>Feet</no-collide-with-tag>
        <no-collide-with-tag>skirt</no-collide-with-tag>
        <no-collide-with-tag>VirtualHead</no-collide-with-tag>
        <no-collide-with-tag>VirtualHairCollision</no-collide-with-tag>
    </per-triangle-shape>-->

 

The CTD disappears but, SMP works . 

 

The question is: what is the cause if, in a sense, it is excluded or bypassed, it still works? Is the error in the collision body?

 

Collision Body 

 

Spoiler

Immagine.thumb.jpg.71ba911e8790d8dc50bba724aa3de7fa.jpg

 

 

The mod is this  Hell Knight Ingrid Bodysuit Redone - BHUNP 3BBB SMP

 

Vudeo Demostration :

 

Spoiler

 

 

 

 

 

 

Spoiler

 

 

 

Archived

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

  • Recently Browsing   0 members

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