From cb443a2d15d0d009f411caff0615d313f67ffb5b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 13 Oct 2022 19:23:45 +0100 Subject: [PATCH] Add game.conf example to package config help --- app/flatpages/help/package_config.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/flatpages/help/package_config.md b/app/flatpages/help/package_config.md index f0440ef7..16e05c77 100644 --- a/app/flatpages/help/package_config.md +++ b/app/flatpages/help/package_config.md @@ -19,12 +19,21 @@ The filename of the `.conf` file depends on the content type: * `game.conf` for games. * `texture_pack.conf` for texture packs. -The `.conf` uses a key-value format, separated using equals. Here's a simple example: +The `.conf` uses a key-value format, separated using equals. + +Here's a simple example of `mod.conf`, `modpack.conf`, or `texture_pack.conf`: name = mymod title = My Mod description = A short description to show in the client. +Here's a simple example of `game.conf`: + + title = My Game + description = A short description to show in the client. + +Note that you should not specify `name` in game.conf. + ### Understood values ContentDB understands the following information: