NetKAN generated mods

This commit is contained in:
NetKAN bot 2014-11-27 06:07:23 -05:00
parent 34a294a922
commit 1c5f9e9d17
3 changed files with 67 additions and 0 deletions

View File

@ -2,6 +2,23 @@
"spec_version": 1, "spec_version": 1,
"identifier": "FinePrint", "identifier": "FinePrint",
"license": "GPL-3.0", "license": "GPL-3.0",
"depends": [
{
"name": "FinePrint-Config"
}
],
"recommends": [
{
"name": "FinePrint-Config-Stock"
}
],
"install": [
{
"file": "FinePrint",
"install_to": "GameData",
"filter": "FinePrint.cfg"
}
],
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/88445-0-24-2-Fine-Print-v0-5a-Formerly-Extra-Contracts-(July-27)", "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" "kerbalstuff": "https://kerbalstuff.com/mod/81/Fine%20Print"

View File

@ -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
}

View File

@ -34,6 +34,24 @@
"name": "ProceduralParts" "name": "ProceduralParts"
} }
], ],
"provides": [
"FinePrint-Config"
],
"conflicts": [
{
"name": "FinePrint-Config"
}
],
"install": [
{
"file": "GameData/RP-0",
"install_to": "GameData"
},
{
"file": "GameData/FinePrint",
"install_to": "GameData"
}
],
"resources": { "resources": {
"repository": "https://github.com/KSP-RO/RP-0" "repository": "https://github.com/KSP-RO/RP-0"
}, },