-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModInfo.xml
More file actions
15 lines (15 loc) · 1008 Bytes
/
ModInfo.xml
File metadata and controls
15 lines (15 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value="StarterKits_Erano01" />
<!-- (Required) Internal name, like an ID, of the mod. Should be globally unique, like an author prefix + name. Only allowed chars: Numbers, latin letters, underscores, dash -->
<DisplayName value="StarterKits" />
<!-- (Required) Name used for display purposes, like shown in the mods UI at some point. Could be the same as you would later on use on workshop or wherever mods get distributed -->
<Version value="1.0" />
<!-- (Required) SemVer version of the mod. Has to be in the format major.minor[.build[.revision]] (i.e. build and revision can be left out, recommend using them though as typically done with Semantic Versioning -->
<Description value="Mod to show format of ModInfo v2" />
<!-- (Optional) More text to show on UIs -->
<Author value="Erano01" />
<!-- (Optional) Name(s) of the author(s) -->
<Website value="https://github.com/Erano01" />
<!-- (Optional) URL of a website of the mod -->
</xml>