Update 'dtmt.cfg Reference'
parent
8f76a8cd6d
commit
c97fddb497
1 changed files with 10 additions and 2 deletions
|
@ -8,9 +8,17 @@ summary = ""
|
||||||
// A version number to track changes in your mod with. Shows up in DTMM
|
// A version number to track changes in your mod with. Shows up in DTMM
|
||||||
version = ""
|
version = ""
|
||||||
// An optional, longer description of your mod. Currently unused, but matched to Nexus's long description
|
// An optional, longer description of your mod. Currently unused, but matched to Nexus's long description
|
||||||
description = ""
|
// description = ""
|
||||||
// Name of the individual or group that made this mod
|
// Name of the individual or group that made this mod
|
||||||
author = ""
|
author = ""
|
||||||
|
// A file path with extension to an image to show in DTMM. Recommended width: 500 - 1000 px
|
||||||
|
image = "assets/icon.png"
|
||||||
|
|
||||||
|
// A list of arbitrary strings that will show up in DTMM.
|
||||||
|
// Grouping, filtering and other features may be implemented in the future, so you'll want to match up with other mods
|
||||||
|
categories = [
|
||||||
|
Misc
|
||||||
|
]
|
||||||
|
|
||||||
// A list of mod IDs that this mod depends on.
|
// A list of mod IDs that this mod depends on.
|
||||||
depends = [
|
depends = [
|
||||||
|
@ -45,5 +53,5 @@ packages = [
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** All file paths must be specified _without_ file extension.<br>
|
**Note:** Unless otherwise noted file paths must be specified _without_ file extension.<br>
|
||||||
**Note**: All instances of `<id>` are intended to be replaced with the value you specify in `id = ""`.
|
**Note**: All instances of `<id>` are intended to be replaced with the value you specify in `id = ""`.
|
Loading…
Add table
Reference in a new issue