ModInfo.xml Mod Structure
Verfasst: Samstag 17. Juni 2023, 19:43
Example of ModInfo
Code: Alles auswählen
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value="Some Mod Name" />
<DisplayName value="Official Mod Name" /> <!-- (Required) Name used for display purposes, like shown in the mods UI at some point. -->
<Version value="1.0" /> <!-- (Required) SemVer version of the mod. -->
<Description value="Mod to show format of ModInfo" /> <!-- (Optional) -->
<Author value="sxteam" /> <!-- (Optional) -->
<Website value="" /> <!-- (URL of a website of the mod -->
</xml>