NetKAN generated mods - KerbalEngineerRedux-1.0.13.0, LandingHeight-1.2, TWR1-1.16
This commit is contained in:
parent
48590234e7
commit
9287df49d0
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "KerbalEngineerRedux",
|
||||
"name": "Kerbal Engineer Redux",
|
||||
"abstract": "Reveals important statistics about your ship and its orbit during building and flight",
|
||||
"author": "CYBUTEK",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "testing",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/18230",
|
||||
"github": {
|
||||
"url": "https://github.com/CYBUTEK/KerbalEngineer"
|
||||
},
|
||||
"repository": "https://github.com/CYBUTEK/KerbalEngineer"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "KerbalEngineer",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.0.13.0",
|
||||
"download": "https://github.com/CYBUTEK/KerbalEngineer/releases/download/1.0.13.0/KerbalEngineer-1.0.13.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1018527,
|
||||
"ksp_version": "0.90.0"
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Landing Height Display",
|
||||
"identifier": "LandingHeight",
|
||||
"author": "Diazo",
|
||||
"abstract": "Display true height to ground from the bottom of your vessel on in-game altimeter when in surface mode. Display altitude above sea level (KSP Default) when in orbit mode.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/76320",
|
||||
"repository": "https://github.com/SirDiazo/LandingHeight"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.2",
|
||||
"download": "https://github.com/SirDiazo/LandingHeight/releases/download/1.2/LandingHeight12.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 3797
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Vertical Velocity Controller",
|
||||
"identifier": "TWR1",
|
||||
"abstract": "Control your descent speed in discreet increments for soft, controlled skycrane landings.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "any",
|
||||
"author": "Diazo",
|
||||
"resources": {
|
||||
"homepage": "http://http://forum.kerbalspaceprogram.com/threads/50736",
|
||||
"repository": "https://github.com/SirDiazo/TWR1"
|
||||
},
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.16",
|
||||
"download": "https://github.com/SirDiazo/TWR1/releases/download/1.16/VertVel116.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 17818
|
||||
}
|
Loading…
Reference in New Issue