NetKAN generated mods - TACLS-Config-Stock/TACLS-Config-Stock-v0.10.3, TACLS/TACLS-v0.10.3

This commit is contained in:
NetKAN bot 2015-04-26 23:21:41 +02:00
parent ff628071f6
commit d9cb7efe3f
2 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,38 @@
{
"spec_version": 1,
"identifier": "TACLS-Config-Stock",
"name": "TAC Life Support (TACLS) - stock config",
"abstract": "Stock configuration for TACLS",
"license": "CC-BY-NC-SA-3.0",
"ksp_version": "any",
"release_status": "stable",
"depends": [
{
"name": "TACLS"
}
],
"provides": [
"TACLS-Config"
],
"conflicts": [
{
"name": "TACLS-Config"
}
],
"install": [
{
"file": "GameData/ThunderAerospace",
"install_to": "GameData",
"comment": "This installs only the LifeSupport.cfg file",
"filter_regexp": "^(?!GameData/ThunderAerospace/TacLifeSupport/PluginData/TacLifeSupport/LifeSupport.cfg)"
}
],
"resources": {
"repository": "https://github.com/taraniselsu/TacLifeSupport"
},
"author": "taraniselsu",
"version": "v0.10.3",
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.10.3/TacLifeSupport_0.10.3.17.zip",
"x_generated_by": "netkan",
"download_size": 5996558
}

39
TACLS/TACLS-v0.10.3.ckan Normal file
View File

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