diff --git a/FinePrint-0.59.ckan b/FinePrint-0.59.ckan index 3f3639d7ec..0c29d46c6d 100644 --- a/FinePrint-0.59.ckan +++ b/FinePrint-0.59.ckan @@ -2,6 +2,23 @@ "spec_version": 1, "identifier": "FinePrint", "license": "GPL-3.0", + "depends": [ + { + "name": "FinePrint-Config" + } + ], + "recommends": [ + { + "name": "FinePrint-Config-Stock" + } + ], + "install": [ + { + "file": "FinePrint", + "install_to": "GameData", + "filter": "FinePrint.cfg" + } + ], "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/88445-0-24-2-Fine-Print-v0-5a-Formerly-Extra-Contracts-(July-27)", "kerbalstuff": "https://kerbalstuff.com/mod/81/Fine%20Print" diff --git a/FinePrint-Config-Stock-0.59.ckan b/FinePrint-Config-Stock-0.59.ckan new file mode 100644 index 0000000000..8c700eb87c --- /dev/null +++ b/FinePrint-Config-Stock-0.59.ckan @@ -0,0 +1,32 @@ +{ + "spec_version": 1, + "identifier": "FinePrint-Config-Stock", + "license": "GPL-3.0", + "provides": [ + "FinePrint-Config" + ], + "conflicts": [ + { + "name": "FinePrint-Config" + } + ], + "install": [ + { + "file": "FinePrint", + "install_to": "GameData", + "filter_regexp": "^(?!FinePrint/FinePrint.cfg)" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/88445-0-24-2-Fine-Print-v0-5a-Formerly-Extra-Contracts-(July-27)", + "kerbalstuff": "https://kerbalstuff.com/mod/81/Fine%20Print" + }, + "ksp_version": "0.25", + "name": "Fine Print", + "abstract": " Fine Print gives purpose to many formerly meaningless activities like driving rovers and building stations by more than doubling the amount of contract types in the game.", + "author": "Arsonide", + "version": "0.59", + "download": "https://kerbalstuff.com/mod/81/Fine%20Print/download/0.59", + "x_generated_by": "netkan", + "download_size": 210864 +} \ No newline at end of file diff --git a/RP-0-v0.12.ckan b/RP-0-v0.12.ckan index 0c1d58a166..45f2a7ca11 100644 --- a/RP-0-v0.12.ckan +++ b/RP-0-v0.12.ckan @@ -34,6 +34,24 @@ "name": "ProceduralParts" } ], + "provides": [ + "FinePrint-Config" + ], + "conflicts": [ + { + "name": "FinePrint-Config" + } + ], + "install": [ + { + "file": "GameData/RP-0", + "install_to": "GameData" + }, + { + "file": "GameData/FinePrint", + "install_to": "GameData" + } + ], "resources": { "repository": "https://github.com/KSP-RO/RP-0" },