TACLS Configs - 1. Fix TACLS (#1259)

* Fix dependencies

* Correct author
This commit is contained in:
Arne Peirs 2017-05-03 22:27:32 +02:00 committed by GitHub
parent 9af8e39a12
commit 4183c5aa1f
13 changed files with 108 additions and 28 deletions

View File

@ -3,7 +3,7 @@
"identifier": "TACLS",
"name": "TAC Life Support (TACLS)",
"abstract": "Adds life support requirements and resources to all kerbals",
"author": "taraniselsu",
"author": "Taranis Elsu",
"license": "CC-BY-NC-SA-3.0",
"release_status": "stable",
"resources": {

View File

@ -0,0 +1,44 @@
{
"spec_version": "v1.2",
"identifier": "TACLS",
"name": "TAC Life Support (TACLS)",
"abstract": "Adds life support requirements and resources to all kerbals",
"author": "Taranis Elsu",
"license": "CC-BY-NC-SA-3.0",
"release_status": "stable",
"resources": {
"homepage": "https://github.com/taraniselsu/TacLifeSupport/wiki",
"repository": "https://github.com/taraniselsu/TacLifeSupport",
"bugtracker": "https://github.com/taraniselsu/TacLifeSupport/issues"
},
"version": "v0.11.1.20",
"ksp_version": "1.0.2",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "TACLS-Config"
}
],
"suggests": [
{
"name": "KSP-AVC"
}
],
"install": [
{
"file": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "PluginData/TacLifeSupport/LifeSupport\\.cfg$"
}
],
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.11.1.20/TacLifeSupport_0.11.1.20.zip",
"download_size": 5996971,
"download_hash": {
"sha1": "B5764E7F699F59B86E7B01BAD774A48BFC7D5E20",
"sha256": "5E6E216A5F2F73F7D5544FE85C45D8919ADC35ACA91FE22EC3ED65BB56A7A7F1"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -4,7 +4,7 @@
"name": "TAC Life Support (TACLS)",
"abstract": "Life Support from Thunder Aerospace Corporation",
"author": [
"KSP-RO Group/danfarnsy",
"KSP-RO Group/NathanKell",
"Taranis Elsu"
],
"license": "CC-BY-NC-SA-3.0",

44
TACLS/TACLS-v0.11.ckan Normal file
View File

@ -0,0 +1,44 @@
{
"spec_version": "v1.2",
"identifier": "TACLS",
"name": "TAC Life Support (TACLS)",
"abstract": "Adds life support requirements and resources to all kerbals",
"author": "Taranis Elsu",
"license": "CC-BY-NC-SA-3.0",
"release_status": "stable",
"resources": {
"homepage": "https://github.com/taraniselsu/TacLifeSupport/wiki",
"repository": "https://github.com/taraniselsu/TacLifeSupport",
"bugtracker": "https://github.com/taraniselsu/TacLifeSupport/issues"
},
"version": "v0.11",
"ksp_version": "1.0.0",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "TACLS-Config"
}
],
"suggests": [
{
"name": "KSP-AVC"
}
],
"install": [
{
"file": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "PluginData/TacLifeSupport/LifeSupport\\.cfg$"
}
],
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.11/TacLifeSupport_0.11.0.18.zip",
"download_size": 5996970,
"download_hash": {
"sha1": "6058163170E772C39BD192EE0B23B57039AEDA1A",
"sha256": "E8E6759F73A4FE704B0EE567CCCDB4937C57DC13F3548DC42196DFCF2475F8AB"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -19,6 +19,9 @@
{
"name": "ModuleManager"
},
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
}

View File

@ -21,6 +21,9 @@
},
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
}
],
"suggests": [

View File

@ -21,6 +21,9 @@
},
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
}
],
"suggests": [

View File

@ -21,6 +21,9 @@
},
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
}
],
"suggests": [
@ -32,7 +35,7 @@
{
"find": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "PluginData/TacLifeSupport/LifeSupport\\.cfg$"
"filter_regexp": "TacLifeSupport\\/LifeSupport\\.cfg$"
}
],
"download": "https://github.com/KSP-RO/TacLifeSupport/releases/download/v0.12.3/TacLifeSupport_V0.12.3.0.zip",

View File

@ -21,9 +21,6 @@
},
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
}
],
"suggests": [
@ -34,8 +31,7 @@
"install": [
{
"find": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "TacLifeSupport\\/LifeSupport\\.cfg$"
"install_to": "GameData"
}
],
"download": "https://github.com/KSP-RO/TacLifeSupport/releases/download/v0.12.5/TacLifeSupport_V0.12.5.zip",

View File

@ -23,9 +23,6 @@
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
},
{
"name": "RSTKSPUtils"
}
@ -43,8 +40,7 @@
"install": [
{
"find": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "TacLifeSupport\\/LifeSupport\\.cfg$"
"install_to": "GameData"
}
],
"download": "https://github.com/KSP-RO/TacLifeSupport/releases/download/v0.12.6/TacLifeSupport_V0.12.6.zip",

View File

@ -21,9 +21,6 @@
},
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
}
],
"suggests": [
@ -39,8 +36,7 @@
"install": [
{
"find": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "TacLifeSupport\\/LifeSupport\\.cfg$"
"install_to": "GameData"
}
],
"download": "https://github.com/KSP-RO/TacLifeSupport/releases/download/v0.12.7/TacLifeSupport_V0.12.7.zip",

View File

@ -21,9 +21,6 @@
},
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
}
],
"suggests": [
@ -39,8 +36,7 @@
"install": [
{
"find": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "TacLifeSupport\\/LifeSupport\\.cfg$"
"install_to": "GameData"
}
],
"download": "https://github.com/KSP-RO/TacLifeSupport/releases/download/v0.12.8/TacLifeSupport_V0.12.8.zip",

View File

@ -21,9 +21,6 @@
},
{
"name": "CommunityResourcePack"
},
{
"name": "TACLS-Config"
}
],
"suggests": [
@ -39,8 +36,7 @@
"install": [
{
"find": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "TacLifeSupport\\/LifeSupport\\.cfg$"
"install_to": "GameData"
}
],
"download": "https://github.com/KSP-RO/TacLifeSupport/releases/download/v0.12.9/TacLifeSupport_V0.12.9.zip",