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