Dorabella Posted December 14, 2021 Posted December 14, 2021 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 The mod is this Hell Knight Ingrid Bodysuit Redone - BHUNP 3BBB SMP Vudeo Demostration : Spoiler SMP.mp4 Spoiler SMP2.mp4
Recommended Posts
Archived
This topic is now archived and is closed to further replies.