Jump to content

Open Community  ·  78 members

7 Days To Die

Unexpected modinfo.xml format


Chaoticangelfish

Recommended Posts

  • 10 months later...

In A20 

<?xml version="1.0" encoding="UTF-8" ?>
 
<xml>
    <ModInfo>
        <Name value="Extra Mod Slots "/>   <You can what ever you want-->
        <Description value="Extra Mod Slots" /><You can what ever you want-->
        <Author value="Extra Mod Slots" /><You can what ever you want-->
        <Version value="1.00" /><You can what ever you want-->
        <Website value="" /><You can what ever you want-->
    </ModInfo>
</xml>
 
A21 and 1.0
 
<?xml version="1.0" encoding="UTF-8" ?>
 
<xml>
 
        <Name value="Extra_Mod_Slots"/><!--No Spaces allowed-->
        <DisplyName value="Extra Mod Slots"/><!--Spaces allowed-->
        <Description value="Extra Mod Slots" /><!--you can what ever you want-->
        <Author value="AuthorsName" /><!--you can what ever you want-->
        <Version value="1.0.0.1" /><!--only numbers and dots-->
        <Website value="" /><!--optional-->
 
</xml>
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...
  翻译: