From 515b0ca1f7afcae158e475c57f15926c8e3a552e Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Mon, 12 Aug 2019 17:28:37 -0500 Subject: [PATCH] Use mod.conf and modpack.conf Replaces depends.txt, description.txt, and modpack.txt --- mods/ctf/ctf_alloc/depends.txt | 2 -- mods/ctf/ctf_alloc/mod.conf | 2 ++ mods/ctf/ctf_bounties/depends.txt | 3 --- mods/ctf/ctf_bounties/mod.conf | 2 ++ mods/ctf/ctf_crafting/depends.txt | 2 -- mods/ctf/ctf_crafting/mod.conf | 3 +++ mods/ctf/ctf_disable_save/mod.conf | 2 ++ mods/ctf/ctf_events/depends.txt | 3 --- mods/ctf/ctf_events/mod.conf | 2 ++ mods/ctf/ctf_inventory/depends.txt | 2 -- mods/ctf/ctf_inventory/mod.conf | 2 ++ mods/ctf/ctf_map/depends.txt | 9 --------- mods/ctf/ctf_map/mod.conf | 3 +++ mods/ctf/ctf_match/depends.txt | 7 ------- mods/ctf/ctf_match/mod.conf | 3 +++ mods/ctf/ctf_metrics/depends.txt | 3 --- mods/ctf/ctf_metrics/mod.conf | 3 +++ mods/ctf/ctf_playertag/depends.txt | 3 --- mods/ctf/ctf_playertag/mod.conf | 2 ++ mods/ctf/ctf_respawn_immunity/depends.txt | 1 - mods/ctf/ctf_stats/depends.txt | 2 -- mods/ctf/ctf_stats/mod.conf | 2 ++ mods/ctf/ctf_traps/depends.txt | 2 -- mods/ctf/ctf_traps/description.txt | 1 - mods/ctf/ctf_traps/mod.conf | 3 +++ mods/ctf/ctf_treasure/depends.txt | 1 - mods/ctf/ctf_treasure/mod.conf | 2 ++ mods/ctf/ctf_userlimit/depends.txt | 2 -- mods/ctf/ctf_userlimit/mod.conf | 2 ++ mods/mtg/default/depends.txt | 1 - mods/mtg/default/mod.conf | 2 ++ mods/mtg/doors/depends.txt | 2 -- mods/mtg/doors/mod.conf | 3 +++ mods/mtg/furnace/depends.txt | 2 -- mods/mtg/furnace/mod.conf | 3 +++ mods/mtg/sfinv/depends.txt | 1 - mods/mtg/sfinv/mod.conf | 2 ++ mods/mtg/stairs/depends.txt | 1 - mods/mtg/stairs/mod.conf | 2 ++ mods/mtg/wool/depends.txt | 1 - mods/mtg/wool/mod.conf | 2 ++ mods/other/afkkick/mod.conf | 1 + mods/other/email/depends.txt | 2 -- mods/other/email/description.txt | 1 - mods/other/email/mod.conf | 3 +++ mods/other/no_minimap/mod.conf | 1 + mods/other/random_messages/depends.txt | 1 - mods/other/random_messages/mod.conf | 2 ++ mods/other/report/depends.txt | 2 -- mods/other/report/description.txt | 1 - mods/other/report/mod.conf | 4 ++++ mods/other/sprint/depends.txt | 3 --- mods/other/sprint/mod.conf | 3 +++ mods/other/treasurer/depends.txt | 0 mods/other/treasurer/descripton.txt | 1 - mods/other/treasurer/mod.conf | 2 ++ mods/other/tsm_chests/depends.txt | 2 -- mods/other/tsm_chests/description.txt | 1 - mods/other/tsm_chests/mod.conf | 3 +++ mods/other/vote/mod.conf | 1 + mods/other/wield3d/depends.txt | 2 -- mods/other/wield3d/mod.conf | 2 ++ mods/pvp/dropondie/depends.txt | 1 - mods/pvp/dropondie/description.txt | 1 - mods/pvp/dropondie/mod.conf | 3 +++ mods/pvp/gauges/mod.conf | 1 + mods/pvp/hpregen/mod.conf | 1 + mods/pvp/shooter/depends.txt | 1 - mods/pvp/shooter/description.txt | 2 -- mods/pvp/shooter/mod.conf | 2 ++ 70 files changed, 76 insertions(+), 72 deletions(-) delete mode 100644 mods/ctf/ctf_alloc/depends.txt create mode 100644 mods/ctf/ctf_alloc/mod.conf delete mode 100644 mods/ctf/ctf_bounties/depends.txt create mode 100644 mods/ctf/ctf_bounties/mod.conf delete mode 100644 mods/ctf/ctf_crafting/depends.txt create mode 100644 mods/ctf/ctf_crafting/mod.conf create mode 100644 mods/ctf/ctf_disable_save/mod.conf delete mode 100644 mods/ctf/ctf_events/depends.txt create mode 100644 mods/ctf/ctf_events/mod.conf delete mode 100644 mods/ctf/ctf_inventory/depends.txt create mode 100644 mods/ctf/ctf_inventory/mod.conf delete mode 100644 mods/ctf/ctf_map/depends.txt create mode 100644 mods/ctf/ctf_map/mod.conf delete mode 100644 mods/ctf/ctf_match/depends.txt create mode 100644 mods/ctf/ctf_match/mod.conf delete mode 100644 mods/ctf/ctf_metrics/depends.txt create mode 100644 mods/ctf/ctf_metrics/mod.conf delete mode 100644 mods/ctf/ctf_playertag/depends.txt create mode 100644 mods/ctf/ctf_playertag/mod.conf delete mode 100644 mods/ctf/ctf_respawn_immunity/depends.txt delete mode 100644 mods/ctf/ctf_stats/depends.txt create mode 100644 mods/ctf/ctf_stats/mod.conf delete mode 100644 mods/ctf/ctf_traps/depends.txt delete mode 100644 mods/ctf/ctf_traps/description.txt create mode 100644 mods/ctf/ctf_traps/mod.conf delete mode 100644 mods/ctf/ctf_treasure/depends.txt create mode 100644 mods/ctf/ctf_treasure/mod.conf delete mode 100644 mods/ctf/ctf_userlimit/depends.txt create mode 100644 mods/ctf/ctf_userlimit/mod.conf delete mode 100644 mods/mtg/default/depends.txt create mode 100644 mods/mtg/default/mod.conf delete mode 100644 mods/mtg/doors/depends.txt create mode 100644 mods/mtg/doors/mod.conf delete mode 100644 mods/mtg/furnace/depends.txt create mode 100644 mods/mtg/furnace/mod.conf delete mode 100644 mods/mtg/sfinv/depends.txt create mode 100644 mods/mtg/sfinv/mod.conf delete mode 100644 mods/mtg/stairs/depends.txt create mode 100644 mods/mtg/stairs/mod.conf delete mode 100644 mods/mtg/wool/depends.txt create mode 100644 mods/mtg/wool/mod.conf create mode 100644 mods/other/afkkick/mod.conf delete mode 100644 mods/other/email/depends.txt delete mode 100644 mods/other/email/description.txt create mode 100644 mods/other/email/mod.conf create mode 100644 mods/other/no_minimap/mod.conf delete mode 100644 mods/other/random_messages/depends.txt create mode 100644 mods/other/random_messages/mod.conf delete mode 100644 mods/other/report/depends.txt delete mode 100644 mods/other/report/description.txt create mode 100644 mods/other/report/mod.conf delete mode 100644 mods/other/sprint/depends.txt create mode 100644 mods/other/sprint/mod.conf delete mode 100644 mods/other/treasurer/depends.txt delete mode 100644 mods/other/treasurer/descripton.txt create mode 100644 mods/other/treasurer/mod.conf delete mode 100644 mods/other/tsm_chests/depends.txt delete mode 100644 mods/other/tsm_chests/description.txt create mode 100644 mods/other/tsm_chests/mod.conf create mode 100644 mods/other/vote/mod.conf delete mode 100644 mods/other/wield3d/depends.txt create mode 100644 mods/other/wield3d/mod.conf delete mode 100644 mods/pvp/dropondie/depends.txt delete mode 100644 mods/pvp/dropondie/description.txt create mode 100644 mods/pvp/dropondie/mod.conf create mode 100644 mods/pvp/gauges/mod.conf create mode 100644 mods/pvp/hpregen/mod.conf delete mode 100644 mods/pvp/shooter/depends.txt delete mode 100644 mods/pvp/shooter/description.txt diff --git a/mods/ctf/ctf_alloc/depends.txt b/mods/ctf/ctf_alloc/depends.txt deleted file mode 100644 index 56021d4..0000000 --- a/mods/ctf/ctf_alloc/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -ctf -lib_chatcmdbuilder diff --git a/mods/ctf/ctf_alloc/mod.conf b/mods/ctf/ctf_alloc/mod.conf new file mode 100644 index 0000000..0cc99b4 --- /dev/null +++ b/mods/ctf/ctf_alloc/mod.conf @@ -0,0 +1,2 @@ +name = ctf_alloc +depends = ctf, lib_chatcmdbuilder diff --git a/mods/ctf/ctf_bounties/depends.txt b/mods/ctf/ctf_bounties/depends.txt deleted file mode 100644 index 6eb6f15..0000000 --- a/mods/ctf/ctf_bounties/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -ctf -ctf_stats -hud_score diff --git a/mods/ctf/ctf_bounties/mod.conf b/mods/ctf/ctf_bounties/mod.conf new file mode 100644 index 0000000..eaadeca --- /dev/null +++ b/mods/ctf/ctf_bounties/mod.conf @@ -0,0 +1,2 @@ +name = ctf_bounties +depends = ctf, ctf_stats, hud_score diff --git a/mods/ctf/ctf_crafting/depends.txt b/mods/ctf/ctf_crafting/depends.txt deleted file mode 100644 index 4c94457..0000000 --- a/mods/ctf/ctf_crafting/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -crafting -ctf_traps? diff --git a/mods/ctf/ctf_crafting/mod.conf b/mods/ctf/ctf_crafting/mod.conf new file mode 100644 index 0000000..cc6c4f0 --- /dev/null +++ b/mods/ctf/ctf_crafting/mod.conf @@ -0,0 +1,3 @@ +name = ctf_crafting +depends = crafting +optional_depends = ctf_traps diff --git a/mods/ctf/ctf_disable_save/mod.conf b/mods/ctf/ctf_disable_save/mod.conf new file mode 100644 index 0000000..0d64f2c --- /dev/null +++ b/mods/ctf/ctf_disable_save/mod.conf @@ -0,0 +1,2 @@ +name = ctf_disable_save +depends = ctf diff --git a/mods/ctf/ctf_events/depends.txt b/mods/ctf/ctf_events/depends.txt deleted file mode 100644 index 455ba3b..0000000 --- a/mods/ctf/ctf_events/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -ctf -ctf_match -hudkit diff --git a/mods/ctf/ctf_events/mod.conf b/mods/ctf/ctf_events/mod.conf new file mode 100644 index 0000000..5ba95d1 --- /dev/null +++ b/mods/ctf/ctf_events/mod.conf @@ -0,0 +1,2 @@ +name = ctf_events +depends = ctf, ctf_match, hudkit diff --git a/mods/ctf/ctf_inventory/depends.txt b/mods/ctf/ctf_inventory/depends.txt deleted file mode 100644 index a1fcd92..0000000 --- a/mods/ctf/ctf_inventory/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -ctf -sfinv diff --git a/mods/ctf/ctf_inventory/mod.conf b/mods/ctf/ctf_inventory/mod.conf new file mode 100644 index 0000000..5e99656 --- /dev/null +++ b/mods/ctf/ctf_inventory/mod.conf @@ -0,0 +1,2 @@ +name = ctf_inventory +depends = ctf, sfinv diff --git a/mods/ctf/ctf_map/depends.txt b/mods/ctf/ctf_map/depends.txt deleted file mode 100644 index f824a59..0000000 --- a/mods/ctf/ctf_map/depends.txt +++ /dev/null @@ -1,9 +0,0 @@ -default -ctf_treasure? -stairs? -wool? -ctf? -ctf_match? -worldedit? -irc? -ctf_stats? diff --git a/mods/ctf/ctf_map/mod.conf b/mods/ctf/ctf_map/mod.conf new file mode 100644 index 0000000..40faa7a --- /dev/null +++ b/mods/ctf/ctf_map/mod.conf @@ -0,0 +1,3 @@ +name = ctf_map +depends = default +optional_depends = ctf_treasure, stairs, wool, ctf, ctf_match, worldedit, irc, ctf_stats diff --git a/mods/ctf/ctf_match/depends.txt b/mods/ctf/ctf_match/depends.txt deleted file mode 100644 index b7749df..0000000 --- a/mods/ctf/ctf_match/depends.txt +++ /dev/null @@ -1,7 +0,0 @@ -ctf -ctf_flag -ctf_inventory -ctf_alloc -vote -hudkit -irc? diff --git a/mods/ctf/ctf_match/mod.conf b/mods/ctf/ctf_match/mod.conf new file mode 100644 index 0000000..7a4de78 --- /dev/null +++ b/mods/ctf/ctf_match/mod.conf @@ -0,0 +1,3 @@ +name = ctf_match +depends = ctf, ctf_flag, ctf_inventory, ctf_alloc, vote, hudkit +optional_depends = irc diff --git a/mods/ctf/ctf_metrics/depends.txt b/mods/ctf/ctf_metrics/depends.txt deleted file mode 100644 index 665282e..0000000 --- a/mods/ctf/ctf_metrics/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -ctf -ctf_stats -prometheus? diff --git a/mods/ctf/ctf_metrics/mod.conf b/mods/ctf/ctf_metrics/mod.conf new file mode 100644 index 0000000..2a0f1f2 --- /dev/null +++ b/mods/ctf/ctf_metrics/mod.conf @@ -0,0 +1,3 @@ +name = ctf_metrics +depends = ctf, ctf_stats +optional_depends = prometheus diff --git a/mods/ctf/ctf_playertag/depends.txt b/mods/ctf/ctf_playertag/depends.txt deleted file mode 100644 index 03c884d..0000000 --- a/mods/ctf/ctf_playertag/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -ctf_flag -ctf_match -ctf_colors diff --git a/mods/ctf/ctf_playertag/mod.conf b/mods/ctf/ctf_playertag/mod.conf new file mode 100644 index 0000000..8149f89 --- /dev/null +++ b/mods/ctf/ctf_playertag/mod.conf @@ -0,0 +1,2 @@ +name = ctf_playertag +depends = ctf_flag, ctf_match, ctf_colors diff --git a/mods/ctf/ctf_respawn_immunity/depends.txt b/mods/ctf/ctf_respawn_immunity/depends.txt deleted file mode 100644 index 0dcc91d..0000000 --- a/mods/ctf/ctf_respawn_immunity/depends.txt +++ /dev/null @@ -1 +0,0 @@ -ctf diff --git a/mods/ctf/ctf_stats/depends.txt b/mods/ctf/ctf_stats/depends.txt deleted file mode 100644 index a77278b..0000000 --- a/mods/ctf/ctf_stats/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -ctf -ctf_match diff --git a/mods/ctf/ctf_stats/mod.conf b/mods/ctf/ctf_stats/mod.conf new file mode 100644 index 0000000..52982b9 --- /dev/null +++ b/mods/ctf/ctf_stats/mod.conf @@ -0,0 +1,2 @@ +name = ctf_stats +depends = ctf, ctf_match diff --git a/mods/ctf/ctf_traps/depends.txt b/mods/ctf/ctf_traps/depends.txt deleted file mode 100644 index 45c82f2..0000000 --- a/mods/ctf/ctf_traps/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -ctf diff --git a/mods/ctf/ctf_traps/description.txt b/mods/ctf/ctf_traps/description.txt deleted file mode 100644 index 3fccf0e..0000000 --- a/mods/ctf/ctf_traps/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds various traps for CTF. Ghost nodes like stone, dirt and cobblestone. The mod also adds spikes and fake cobble diff --git a/mods/ctf/ctf_traps/mod.conf b/mods/ctf/ctf_traps/mod.conf new file mode 100644 index 0000000..47d5d2a --- /dev/null +++ b/mods/ctf/ctf_traps/mod.conf @@ -0,0 +1,3 @@ +name = ctf_traps +depends = default, ctf +description = Adds various traps for CTF. Ghost nodes like stone, dirt and cobblestone. The mod also adds spikes and fake cobble diff --git a/mods/ctf/ctf_treasure/depends.txt b/mods/ctf/ctf_treasure/depends.txt deleted file mode 100644 index f55ee17..0000000 --- a/mods/ctf/ctf_treasure/depends.txt +++ /dev/null @@ -1 +0,0 @@ -treasurer diff --git a/mods/ctf/ctf_treasure/mod.conf b/mods/ctf/ctf_treasure/mod.conf new file mode 100644 index 0000000..2f433cf --- /dev/null +++ b/mods/ctf/ctf_treasure/mod.conf @@ -0,0 +1,2 @@ +name = ctf_treasure +depends = treasurer diff --git a/mods/ctf/ctf_userlimit/depends.txt b/mods/ctf/ctf_userlimit/depends.txt deleted file mode 100644 index bbf75ef..0000000 --- a/mods/ctf/ctf_userlimit/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -ctf -ctf_stats diff --git a/mods/ctf/ctf_userlimit/mod.conf b/mods/ctf/ctf_userlimit/mod.conf new file mode 100644 index 0000000..747618b --- /dev/null +++ b/mods/ctf/ctf_userlimit/mod.conf @@ -0,0 +1,2 @@ +name = ctf_userlimit +depends = ctf, ctf_stats diff --git a/mods/mtg/default/depends.txt b/mods/mtg/default/depends.txt deleted file mode 100644 index e1c3818..0000000 --- a/mods/mtg/default/depends.txt +++ /dev/null @@ -1 +0,0 @@ -player_api? diff --git a/mods/mtg/default/mod.conf b/mods/mtg/default/mod.conf new file mode 100644 index 0000000..74f537f --- /dev/null +++ b/mods/mtg/default/mod.conf @@ -0,0 +1,2 @@ +name = default +optional_depends = player_api diff --git a/mods/mtg/doors/depends.txt b/mods/mtg/doors/depends.txt deleted file mode 100644 index 5e28bee..0000000 --- a/mods/mtg/doors/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -screwdriver? diff --git a/mods/mtg/doors/mod.conf b/mods/mtg/doors/mod.conf new file mode 100644 index 0000000..c9c80cf --- /dev/null +++ b/mods/mtg/doors/mod.conf @@ -0,0 +1,3 @@ +name = doors +depends = default +optional_depends = screwdriver diff --git a/mods/mtg/furnace/depends.txt b/mods/mtg/furnace/depends.txt deleted file mode 100644 index 02e0e18..0000000 --- a/mods/mtg/furnace/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -ctf_match? diff --git a/mods/mtg/furnace/mod.conf b/mods/mtg/furnace/mod.conf new file mode 100644 index 0000000..32a949e --- /dev/null +++ b/mods/mtg/furnace/mod.conf @@ -0,0 +1,3 @@ +name = furnace +depends = default +optional_depends = ctf_match diff --git a/mods/mtg/sfinv/depends.txt b/mods/mtg/sfinv/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/mtg/sfinv/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/mtg/sfinv/mod.conf b/mods/mtg/sfinv/mod.conf new file mode 100644 index 0000000..93cec14 --- /dev/null +++ b/mods/mtg/sfinv/mod.conf @@ -0,0 +1,2 @@ +name = sfinv +depends = default diff --git a/mods/mtg/stairs/depends.txt b/mods/mtg/stairs/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/mtg/stairs/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/mtg/stairs/mod.conf b/mods/mtg/stairs/mod.conf new file mode 100644 index 0000000..b8c883c --- /dev/null +++ b/mods/mtg/stairs/mod.conf @@ -0,0 +1,2 @@ +name = stairs +depends = default diff --git a/mods/mtg/wool/depends.txt b/mods/mtg/wool/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/mtg/wool/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/mtg/wool/mod.conf b/mods/mtg/wool/mod.conf new file mode 100644 index 0000000..4781cd1 --- /dev/null +++ b/mods/mtg/wool/mod.conf @@ -0,0 +1,2 @@ +name = wool +depends = default diff --git a/mods/other/afkkick/mod.conf b/mods/other/afkkick/mod.conf new file mode 100644 index 0000000..ab0ea94 --- /dev/null +++ b/mods/other/afkkick/mod.conf @@ -0,0 +1 @@ +name = afkkick diff --git a/mods/other/email/depends.txt b/mods/other/email/depends.txt deleted file mode 100644 index 0a08b85..0000000 --- a/mods/other/email/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -chatplus? -sfinv? diff --git a/mods/other/email/description.txt b/mods/other/email/description.txt deleted file mode 100644 index c344846..0000000 --- a/mods/other/email/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds email style inboxes to Minetest. diff --git a/mods/other/email/mod.conf b/mods/other/email/mod.conf new file mode 100644 index 0000000..a23d28a --- /dev/null +++ b/mods/other/email/mod.conf @@ -0,0 +1,3 @@ +name = email +optional_depends = chatplus, sfinv +description = Adds email style inboxes to Minetest. diff --git a/mods/other/no_minimap/mod.conf b/mods/other/no_minimap/mod.conf new file mode 100644 index 0000000..8dffad9 --- /dev/null +++ b/mods/other/no_minimap/mod.conf @@ -0,0 +1 @@ +name = no_minimap diff --git a/mods/other/random_messages/depends.txt b/mods/other/random_messages/depends.txt deleted file mode 100644 index 331d858..0000000 --- a/mods/other/random_messages/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default \ No newline at end of file diff --git a/mods/other/random_messages/mod.conf b/mods/other/random_messages/mod.conf new file mode 100644 index 0000000..643436b --- /dev/null +++ b/mods/other/random_messages/mod.conf @@ -0,0 +1,2 @@ +name = random_messages +depends = default diff --git a/mods/other/report/depends.txt b/mods/other/report/depends.txt deleted file mode 100644 index ac57a53..0000000 --- a/mods/other/report/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -email -irc? diff --git a/mods/other/report/description.txt b/mods/other/report/description.txt deleted file mode 100644 index e840629..0000000 --- a/mods/other/report/description.txt +++ /dev/null @@ -1 +0,0 @@ -Allows players to report misconduct or bugs using /report. diff --git a/mods/other/report/mod.conf b/mods/other/report/mod.conf new file mode 100644 index 0000000..8bbd283 --- /dev/null +++ b/mods/other/report/mod.conf @@ -0,0 +1,4 @@ +name = report +depends = email +optional_depends = irc +description = Allows players to report misconduct or bugs using /report. diff --git a/mods/other/sprint/depends.txt b/mods/other/sprint/depends.txt deleted file mode 100644 index d594589..0000000 --- a/mods/other/sprint/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -medkits -physics -hudbars? diff --git a/mods/other/sprint/mod.conf b/mods/other/sprint/mod.conf new file mode 100644 index 0000000..995b058 --- /dev/null +++ b/mods/other/sprint/mod.conf @@ -0,0 +1,3 @@ +name = sprint +depends = medkits, physics +optional_depends = hudbars diff --git a/mods/other/treasurer/depends.txt b/mods/other/treasurer/depends.txt deleted file mode 100644 index e69de29..0000000 diff --git a/mods/other/treasurer/descripton.txt b/mods/other/treasurer/descripton.txt deleted file mode 100644 index b22edfc..0000000 --- a/mods/other/treasurer/descripton.txt +++ /dev/null @@ -1 +0,0 @@ -A framework which manages treasures which helps other mods to register and distribute treasures around the world. diff --git a/mods/other/treasurer/mod.conf b/mods/other/treasurer/mod.conf new file mode 100644 index 0000000..3515494 --- /dev/null +++ b/mods/other/treasurer/mod.conf @@ -0,0 +1,2 @@ +name = treasurer +description = A framework which manages treasures which helps other mods to register and distribute treasures around the world. diff --git a/mods/other/tsm_chests/depends.txt b/mods/other/tsm_chests/depends.txt deleted file mode 100644 index f05833c..0000000 --- a/mods/other/tsm_chests/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -treasurer -default diff --git a/mods/other/tsm_chests/description.txt b/mods/other/tsm_chests/description.txt deleted file mode 100644 index 5f4a35d..0000000 --- a/mods/other/tsm_chests/description.txt +++ /dev/null @@ -1 +0,0 @@ -Generates some chests in the underground with random treasures. diff --git a/mods/other/tsm_chests/mod.conf b/mods/other/tsm_chests/mod.conf new file mode 100644 index 0000000..b9333ca --- /dev/null +++ b/mods/other/tsm_chests/mod.conf @@ -0,0 +1,3 @@ +name = tsm_chests +depends = treasurer, default +description = Generates some chests in the underground with random treasures. diff --git a/mods/other/vote/mod.conf b/mods/other/vote/mod.conf new file mode 100644 index 0000000..8da6378 --- /dev/null +++ b/mods/other/vote/mod.conf @@ -0,0 +1 @@ +name = vote diff --git a/mods/other/wield3d/depends.txt b/mods/other/wield3d/depends.txt deleted file mode 100644 index 3a7daa1..0000000 --- a/mods/other/wield3d/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default - diff --git a/mods/other/wield3d/mod.conf b/mods/other/wield3d/mod.conf new file mode 100644 index 0000000..5ef69be --- /dev/null +++ b/mods/other/wield3d/mod.conf @@ -0,0 +1,2 @@ +name = wield3d +depends = default diff --git a/mods/pvp/dropondie/depends.txt b/mods/pvp/dropondie/depends.txt deleted file mode 100644 index 11c8c81..0000000 --- a/mods/pvp/dropondie/depends.txt +++ /dev/null @@ -1 +0,0 @@ -ctf_map diff --git a/mods/pvp/dropondie/description.txt b/mods/pvp/dropondie/description.txt deleted file mode 100644 index 29f1833..0000000 --- a/mods/pvp/dropondie/description.txt +++ /dev/null @@ -1 +0,0 @@ -With this mod, players will drop all their items in their inventory on the ground when they die. diff --git a/mods/pvp/dropondie/mod.conf b/mods/pvp/dropondie/mod.conf new file mode 100644 index 0000000..edf00d2 --- /dev/null +++ b/mods/pvp/dropondie/mod.conf @@ -0,0 +1,3 @@ +name = dropondie +depends = ctf_map +description = With this mod, players will drop all their items in their inventory on the ground when they die. diff --git a/mods/pvp/gauges/mod.conf b/mods/pvp/gauges/mod.conf new file mode 100644 index 0000000..dc4e9c1 --- /dev/null +++ b/mods/pvp/gauges/mod.conf @@ -0,0 +1 @@ +name = gauges diff --git a/mods/pvp/hpregen/mod.conf b/mods/pvp/hpregen/mod.conf new file mode 100644 index 0000000..7fb7317 --- /dev/null +++ b/mods/pvp/hpregen/mod.conf @@ -0,0 +1 @@ +name = hpregen diff --git a/mods/pvp/shooter/depends.txt b/mods/pvp/shooter/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/pvp/shooter/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/pvp/shooter/description.txt b/mods/pvp/shooter/description.txt deleted file mode 100644 index 35f0d03..0000000 --- a/mods/pvp/shooter/description.txt +++ /dev/null @@ -1,2 +0,0 @@ -First person shooter mod. -Adds firearms plus a few other fun items. diff --git a/mods/pvp/shooter/mod.conf b/mods/pvp/shooter/mod.conf index 134f173..67d32aa 100644 --- a/mods/pvp/shooter/mod.conf +++ b/mods/pvp/shooter/mod.conf @@ -1 +1,3 @@ name = shooter +depends = default +description = First person shooter mod. Adds firearms plus a few other fun items.