From c97fddb4976133de627f8377d4dbd4c8d2bcada9 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 16 Mar 2023 19:43:02 +0100 Subject: [PATCH] Update 'dtmt.cfg Reference' --- dtmt.cfg-Reference.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dtmt.cfg-Reference.md b/dtmt.cfg-Reference.md index d88e481..50b484f 100644 --- a/dtmt.cfg-Reference.md +++ b/dtmt.cfg-Reference.md @@ -8,9 +8,17 @@ summary = "" // A version number to track changes in your mod with. Shows up in DTMM version = "" // 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 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. depends = [ @@ -45,5 +53,5 @@ packages = [ ``` -**Note:** All file paths must be specified _without_ file extension.
+**Note:** Unless otherwise noted file paths must be specified _without_ file extension.
**Note**: All instances of `` are intended to be replaced with the value you specify in `id = ""`. \ No newline at end of file