From 93e9052f64b8a0e69b77d83e266a7676475bbc02 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 31 Jan 2024 04:11:17 +0200 Subject: [PATCH 29/29] Add documentary comments to supplied .modpack files See osdn #43580 Signed-off-by: Marko Lindqvist --- data/alien.modpack | 5 +++++ data/civ1.modpack | 5 +++++ data/civ2.modpack | 5 +++++ data/civ2civ3.modpack | 5 +++++ data/classic.modpack | 5 +++++ data/default.modpack | 5 +++++ data/goldkeep.modpack | 5 +++++ data/granularity.modpack | 5 +++++ data/multiplayer.modpack | 5 +++++ data/sandbox.modpack | 5 +++++ data/stub.modpack | 5 +++++ data/webperimental.modpack | 5 +++++ 12 files changed, 60 insertions(+) diff --git a/data/alien.modpack b/data/alien.modpack index 525f63f946..66168ddeb1 100644 --- a/data/alien.modpack +++ b/data/alien.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "alien" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "alien" diff --git a/data/civ1.modpack b/data/civ1.modpack index 607b671775..45d6a77ddc 100644 --- a/data/civ1.modpack +++ b/data/civ1.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "civ1" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "civ1" diff --git a/data/civ2.modpack b/data/civ2.modpack index 86f6603f48..c257778316 100644 --- a/data/civ2.modpack +++ b/data/civ2.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "civ2" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "civ2" diff --git a/data/civ2civ3.modpack b/data/civ2civ3.modpack index 19752d701b..22cafd0e9b 100644 --- a/data/civ2civ3.modpack +++ b/data/civ2civ3.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "civ2civ3" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "civ2civ3" diff --git a/data/classic.modpack b/data/classic.modpack index ad06fcd9a2..186a4a96c9 100644 --- a/data/classic.modpack +++ b/data/classic.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "classic" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "classic" diff --git a/data/default.modpack b/data/default.modpack index efdc1a008b..b1eecc1c08 100644 --- a/data/default.modpack +++ b/data/default.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "default" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "civ2civ3" diff --git a/data/goldkeep.modpack b/data/goldkeep.modpack index 7dae123b31..65755eb2c5 100644 --- a/data/goldkeep.modpack +++ b/data/goldkeep.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "goldkeep" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "goldkeep" diff --git a/data/granularity.modpack b/data/granularity.modpack index 75b6471deb..44848dd977 100644 --- a/data/granularity.modpack +++ b/data/granularity.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "granularity" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir serv = "granularity.serv" diff --git a/data/multiplayer.modpack b/data/multiplayer.modpack index 09418c70bc..57297785b1 100644 --- a/data/multiplayer.modpack +++ b/data/multiplayer.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "multiplayer" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "multiplayer" diff --git a/data/sandbox.modpack b/data/sandbox.modpack index 45a60a9c0b..d0173b6d3a 100644 --- a/data/sandbox.modpack +++ b/data/sandbox.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "sandbox" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "sandbox" diff --git a/data/stub.modpack b/data/stub.modpack index 6c522af9b4..af69108a20 100644 --- a/data/stub.modpack +++ b/data/stub.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "stub" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir serv = "stub.serv" diff --git a/data/webperimental.modpack b/data/webperimental.modpack index ba4ab23590..881dcb27d4 100644 --- a/data/webperimental.modpack +++ b/data/webperimental.modpack @@ -3,10 +3,15 @@ options = "+Freeciv-modpack-3.2-Devel-2021.Jun.01" [modpack] +; Name of the modpack name = "webperimental" [components] +; Whether the modpack has a ruleset component ruleset = TRUE [ruleset] +; For modpacks with the ruleset component, either "rulesetdir" or "serv" needs to be defined. +; - "rulesetdir" gives the directory where the ruleset is +; - "serv" gives a server script to load, and which assumed to also set the rulesetdir rulesetdir = "webperimental" -- 2.43.0