7DTD A21 Serverseitige Scripts - Server-side scriptsModInfo.xml Mod Structure

Benutzeravatar
sx_schaddi
Site Admin
Beiträge: 52
Registriert: Dienstag 21. Mai 2019, 11:41

ModInfo.xml Mod Structure

#1

Ungelesener Beitrag von sx_schaddi » 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>