NetKAN generated mods - ContractConfigurator/ContractConfigurator-0.5.3, RemoteTech/RemoteTech-v1.6.0
This commit is contained in:
parent
a3a310d3b2
commit
a955232836
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ContractConfigurator",
|
||||
"name": "Contract Configurator",
|
||||
"abstract": "A config-file based solution for creating new contracts!",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"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": "0.5.3",
|
||||
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.5.3/ContractConfigurator_0.5.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 116348,
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90.0"
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RemoteTech",
|
||||
"ksp_version": "0.90",
|
||||
"license": "restricted",
|
||||
"release_status": "stable",
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"repository": "https://github.com/RemoteTechnologiesGroup/RemoteTech",
|
||||
"bugtracker": "https://github.com/RemoteTechnologiesGroup/RemoteTech/issues",
|
||||
"manual": "http://remotetechnologiesgroup.github.io/RemoteTech/"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.3.1",
|
||||
"comment": "Earlier versions of MM have forward compatibility problems, according to the MM release notes."
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/RemoteTech",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"name": "RemoteTech",
|
||||
"abstract": "RemoteTech allows you to construct vast relay networks of communication satellites and remotely controlled unmanned vehicles. Your unmanned vessels require an uplink to a command station to be controlled. This adds a new layer of difficulty that compensates for the lack of live crew members.",
|
||||
"author": "Remote Technologies Group",
|
||||
"x_maintained_by": "Starstrider42",
|
||||
"version": "v1.6.0",
|
||||
"download": "https://github.com/RemoteTechnologiesGroup/RemoteTech/releases/download/v1.6.0/RemoteTech-1.6.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5431725
|
||||
}
|
Loading…
Reference in New Issue