From d8ec80361b1261dd39cb6b6e325c7e9321f0b783 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Tue, 27 Aug 2019 23:06:18 -0500 Subject: [PATCH] Use mod.conf instead of depends.txt (#43) --- ctf/depends.txt | 2 -- ctf/mod.conf | 3 +++ ctf_chat/depends.txt | 4 ---- ctf_chat/mod.conf | 3 +++ ctf_colors/depends.txt | 2 -- ctf_colors/mod.conf | 3 +++ ctf_flag/depends.txt | 3 --- ctf_flag/mod.conf | 3 +++ ctf_protect/depends.txt | 1 - ctf_protect/mod.conf | 2 ++ hudkit/mod.conf | 1 + modpack.conf | 1 + modpack.txt | 0 13 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 ctf/depends.txt create mode 100644 ctf/mod.conf delete mode 100644 ctf_chat/depends.txt create mode 100644 ctf_chat/mod.conf delete mode 100644 ctf_colors/depends.txt create mode 100644 ctf_colors/mod.conf delete mode 100644 ctf_flag/depends.txt create mode 100644 ctf_flag/mod.conf delete mode 100644 ctf_protect/depends.txt create mode 100644 ctf_protect/mod.conf create mode 100644 hudkit/mod.conf create mode 100644 modpack.conf delete mode 100644 modpack.txt diff --git a/ctf/depends.txt b/ctf/depends.txt deleted file mode 100644 index 5588f85..0000000 --- a/ctf/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -chatplus? -hudkit diff --git a/ctf/mod.conf b/ctf/mod.conf new file mode 100644 index 0000000..de38272 --- /dev/null +++ b/ctf/mod.conf @@ -0,0 +1,3 @@ +name = ctf +depends = hudkit +optional_depends = chatplus diff --git a/ctf_chat/depends.txt b/ctf_chat/depends.txt deleted file mode 100644 index bc3bd76..0000000 --- a/ctf_chat/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -ctf -ctf_colors -chatplus? -irc? diff --git a/ctf_chat/mod.conf b/ctf_chat/mod.conf new file mode 100644 index 0000000..b6a9b16 --- /dev/null +++ b/ctf_chat/mod.conf @@ -0,0 +1,3 @@ +name = ctf_chat +depends = ctf, ctf_colors +optional_depends = chatplus, irc diff --git a/ctf_colors/depends.txt b/ctf_colors/depends.txt deleted file mode 100644 index 10733cb..0000000 --- a/ctf_colors/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -ctf -3d_armor? diff --git a/ctf_colors/mod.conf b/ctf_colors/mod.conf new file mode 100644 index 0000000..0942a66 --- /dev/null +++ b/ctf_colors/mod.conf @@ -0,0 +1,3 @@ +name = ctf_colors +depends = ctf +optional_depends = 3d_armor diff --git a/ctf_flag/depends.txt b/ctf_flag/depends.txt deleted file mode 100644 index ff56a63..0000000 --- a/ctf_flag/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -ctf -ctf_colors -chatplus? diff --git a/ctf_flag/mod.conf b/ctf_flag/mod.conf new file mode 100644 index 0000000..cde583e --- /dev/null +++ b/ctf_flag/mod.conf @@ -0,0 +1,3 @@ +name = ctf_flag +depends = ctf, ctf_colors +optional_depends = chatplus diff --git a/ctf_protect/depends.txt b/ctf_protect/depends.txt deleted file mode 100644 index a7176f2..0000000 --- a/ctf_protect/depends.txt +++ /dev/null @@ -1 +0,0 @@ -ctf \ No newline at end of file diff --git a/ctf_protect/mod.conf b/ctf_protect/mod.conf new file mode 100644 index 0000000..58c435f --- /dev/null +++ b/ctf_protect/mod.conf @@ -0,0 +1,2 @@ +name = ctf_protect +depends = ctf diff --git a/hudkit/mod.conf b/hudkit/mod.conf new file mode 100644 index 0000000..84aab65 --- /dev/null +++ b/hudkit/mod.conf @@ -0,0 +1 @@ +name = hudkit diff --git a/modpack.conf b/modpack.conf new file mode 100644 index 0000000..cacbcce --- /dev/null +++ b/modpack.conf @@ -0,0 +1 @@ +name = ctf_pvp_engine diff --git a/modpack.txt b/modpack.txt deleted file mode 100644 index e69de29..0000000