【2023最新《废墟图书馆邀请编辑》保姆级教程】涵盖剧情制作、皮肤、舞台等超全面
《ModInfo.Xml》(txt后缀转Xml)
<ModInfo>
<ClothInfo>
<Name>注文</Name> *皮肤名字
<Default>
<Direction>Front</Direction>
<Pivot pivot_x="0" pivot_y="50" /> *中心坐标(大概以罗兰的四分之一身宽为50)
<Head head_x="-2.299999" head_y="395.5999" rotation="2.399998" head_enable="True" /> *头位置(司书方专用,True为允许自定义头,False为不允许,F的话要自己在贴图上画头)
</Default>
<Guard> *后面以此类推
<Direction>Front</Direction>
<Pivot pivot_x="0" pivot_y="50" />
<Head head_x="0" head_y="395.6" rotation="6.599994" head_enable="True" />
</Guard>
<Evade>
<Direction>Front</Direction>
<Pivot pivot_x="0" pivot_y="50" />
<Head head_x="0" head_y="386.4" rotation="8.399992" head_enable="True" />
</Evade>
<Damaged>
<Direction>Side</Direction>
<Pivot pivot_x="0" pivot_y="50" />
<Head head_x="-2.300002" head_y="384.1" rotation="3.599997" head_enable="True" />
</Damaged>
<Slash>
<Direction>Side</Direction>
<Pivot pivot_x="0" pivot_y="50" />
<Head head_x="2.299988" head_y="386.4" rotation="4.199996" head_enable="True" />
</Slash>
<Penetrate>
<Direction>Front</Direction>
<Pivot pivot_x="0" pivot_y="50" />
<Head head_x="13.8" head_y="388.7" rotation="2.999997" head_enable="True" />
</Penetrate>
<Hit>
<Direction>Side</Direction>
<Pivot pivot_x="0" pivot_y="50" />
<Head head_x="-9.200012" head_y="388.7" rotation="4.199996" head_enable="True" />
</Hit>
<Move>
<Direction>Front</Direction>
<Pivot pivot_x="50" pivot_y="50" />
<Head head_x="4.599998" head_y="391" rotation="5.399995" head_enable="True" />
</Move>
<Fire>
<Direction>Front</Direction>
<Pivot pivot_x="0" pivot_y="50" />
<Head head_x="2.299999" head_y="391" rotation="4.799995" head_enable="True" />
</Fire>
<Aim>
<Direction>Front</Direction>
<Pivot pivot_x="0" pivot_y="50" />
<Head head_x="4.600002" head_y="388.7" rotation="3.599997" head_enable="True" />
</Aim>
</ClothInfo>
</ModInfo>

