From f04663fc6c83d4aac15cc65791e391c18e34ee1b Mon Sep 17 00:00:00 2001 From: ANAND Date: Sat, 31 Aug 2019 11:40:46 +0530 Subject: [PATCH] Fix depends.txt present in mods from ctf_pvp_engine --- mods/ctf/ctf/depends.txt | 2 -- mods/ctf/ctf/mod.conf | 2 ++ mods/ctf/ctf_bandages/depends.txt | 2 -- mods/ctf/ctf_bandages/description.txt | 1 - mods/ctf/ctf_chat/depends.txt | 4 ---- mods/ctf/ctf_chat/mod.conf | 3 +++ mods/ctf/ctf_colors/depends.txt | 2 -- mods/ctf/ctf_colors/mod.conf | 3 +++ mods/ctf/ctf_disable_save/mod.conf | 2 -- mods/ctf/ctf_flag/depends.txt | 3 --- mods/ctf/ctf_flag/mod.conf | 2 ++ mods/other/hudkit/mod.conf | 1 + mods/other/lib_chatcmdbuilder/description.txt | 1 - 13 files changed, 11 insertions(+), 17 deletions(-) delete mode 100644 mods/ctf/ctf/depends.txt create mode 100644 mods/ctf/ctf/mod.conf delete mode 100644 mods/ctf/ctf_bandages/depends.txt delete mode 100644 mods/ctf/ctf_bandages/description.txt delete mode 100644 mods/ctf/ctf_chat/depends.txt create mode 100644 mods/ctf/ctf_chat/mod.conf delete mode 100644 mods/ctf/ctf_colors/depends.txt create mode 100644 mods/ctf/ctf_colors/mod.conf delete mode 100644 mods/ctf/ctf_disable_save/mod.conf delete mode 100644 mods/ctf/ctf_flag/depends.txt create mode 100644 mods/ctf/ctf_flag/mod.conf create mode 100644 mods/other/hudkit/mod.conf delete mode 100644 mods/other/lib_chatcmdbuilder/description.txt diff --git a/mods/ctf/ctf/depends.txt b/mods/ctf/ctf/depends.txt deleted file mode 100644 index 5588f85..0000000 --- a/mods/ctf/ctf/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -chatplus? -hudkit diff --git a/mods/ctf/ctf/mod.conf b/mods/ctf/ctf/mod.conf new file mode 100644 index 0000000..fd999e9 --- /dev/null +++ b/mods/ctf/ctf/mod.conf @@ -0,0 +1,2 @@ +name = ctf +depends = hudkit diff --git a/mods/ctf/ctf_bandages/depends.txt b/mods/ctf/ctf_bandages/depends.txt deleted file mode 100644 index f063414..0000000 --- a/mods/ctf/ctf_bandages/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -ctf \ No newline at end of file diff --git a/mods/ctf/ctf_bandages/description.txt b/mods/ctf/ctf_bandages/description.txt deleted file mode 100644 index e5d7950..0000000 --- a/mods/ctf/ctf_bandages/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds a bandage which heals team-mates if they are below 15 HP. The bandages heal 3-4 HP until the player reaches 15 HP. \ No newline at end of file diff --git a/mods/ctf/ctf_chat/depends.txt b/mods/ctf/ctf_chat/depends.txt deleted file mode 100644 index bc3bd76..0000000 --- a/mods/ctf/ctf_chat/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -ctf -ctf_colors -chatplus? -irc? diff --git a/mods/ctf/ctf_chat/mod.conf b/mods/ctf/ctf_chat/mod.conf new file mode 100644 index 0000000..11de4cd --- /dev/null +++ b/mods/ctf/ctf_chat/mod.conf @@ -0,0 +1,3 @@ +name = ctf_chat +depends = ctf, ctf_colors +optional_depends = irc diff --git a/mods/ctf/ctf_colors/depends.txt b/mods/ctf/ctf_colors/depends.txt deleted file mode 100644 index 10733cb..0000000 --- a/mods/ctf/ctf_colors/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -ctf -3d_armor? diff --git a/mods/ctf/ctf_colors/mod.conf b/mods/ctf/ctf_colors/mod.conf new file mode 100644 index 0000000..0942a66 --- /dev/null +++ b/mods/ctf/ctf_colors/mod.conf @@ -0,0 +1,3 @@ +name = ctf_colors +depends = ctf +optional_depends = 3d_armor diff --git a/mods/ctf/ctf_disable_save/mod.conf b/mods/ctf/ctf_disable_save/mod.conf deleted file mode 100644 index 0d64f2c..0000000 --- a/mods/ctf/ctf_disable_save/mod.conf +++ /dev/null @@ -1,2 +0,0 @@ -name = ctf_disable_save -depends = ctf diff --git a/mods/ctf/ctf_flag/depends.txt b/mods/ctf/ctf_flag/depends.txt deleted file mode 100644 index ff56a63..0000000 --- a/mods/ctf/ctf_flag/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -ctf -ctf_colors -chatplus? diff --git a/mods/ctf/ctf_flag/mod.conf b/mods/ctf/ctf_flag/mod.conf new file mode 100644 index 0000000..75a55cd --- /dev/null +++ b/mods/ctf/ctf_flag/mod.conf @@ -0,0 +1,2 @@ +name = ctf_flag +depends = ctf, ctf_colors diff --git a/mods/other/hudkit/mod.conf b/mods/other/hudkit/mod.conf new file mode 100644 index 0000000..84aab65 --- /dev/null +++ b/mods/other/hudkit/mod.conf @@ -0,0 +1 @@ +name = hudkit diff --git a/mods/other/lib_chatcmdbuilder/description.txt b/mods/other/lib_chatcmdbuilder/description.txt deleted file mode 100644 index 6e5d637..0000000 --- a/mods/other/lib_chatcmdbuilder/description.txt +++ /dev/null @@ -1 +0,0 @@ -A library to make registering chat commands easier