NetKAN generated mods - ContractConfigurator/ContractConfigurator-1.0.2, FinalFrontier/FinalFrontier-0.7.7-956, TACLS-Config-Stock/TACLS-Config-Stock-v0.11.1.20, TACLS/TACLS-v0.11.1.20
This commit is contained in:
parent
267ad943c6
commit
59ede45c8b
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ContractConfigurator",
|
||||
"name": "Contract Configurator",
|
||||
"abstract": "A config-file based solution for creating new contracts!",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"author": "nightingale",
|
||||
"description": "A config-file based solution for creating new contracts!",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CoherentContracts"
|
||||
},
|
||||
{
|
||||
"name": "ContractsWindowPlus"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
|
||||
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
|
||||
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
|
||||
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
|
||||
"repository": "https://github.com/jrossignol/ContractConfigurator"
|
||||
},
|
||||
"version": "1.0.2",
|
||||
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/1.0.2/ContractConfigurator_1.0.2.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 215812,
|
||||
"ksp_version_min": "1.0.2",
|
||||
"ksp_version_max": "1.0.2"
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "FinalFrontier",
|
||||
"license": "BSD-2-clause",
|
||||
"resources": {
|
||||
"x_curse": "http://www.curse.com/ksp-mods/kerbal/221413-final-frontier",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/67246-0-24-0-Final-Frontier-kerbal-individual-merits-0-5-3",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/428/Final%20Frontier"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"000_Toolbar",
|
||||
"Source"
|
||||
]
|
||||
}
|
||||
],
|
||||
"ksp_version": "1.0",
|
||||
"name": "Final Frontier",
|
||||
"abstract": "kerbal individual merits",
|
||||
"author": "Nereid",
|
||||
"version": "0.7.7-956",
|
||||
"download": "https://kerbalstuff.com/mod/428/Final%20Frontier/download/0.7.7-956",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1732675
|
||||
}
|
|
@ -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.11.1.20",
|
||||
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.11.1.20/TacLifeSupport_0.11.1.20.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5996971
|
||||
}
|
|
@ -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.11.1.20",
|
||||
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.11.1.20/TacLifeSupport_0.11.1.20.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5996971,
|
||||
"ksp_version": "1.0.2"
|
||||
}
|
Loading…
Reference in New Issue