NetKAN generated mods - AutoAction-1.2a, TWR1-1.16a
This commit is contained in:
parent
f4843e471f
commit
08f763eaf2
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "AutoAction",
|
||||
"name": "Auto Action",
|
||||
"abstract": "Automatically activate action groups (and RCS/SAS) on vessel launch",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "any",
|
||||
"author": "Diazo",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/101994",
|
||||
"repository": "https://github.com/SirDiazo/AutoAction"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.2a",
|
||||
"download": "https://github.com/SirDiazo/AutoAction/releases/download/1.2a/AutoActions12a.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 16100
|
||||
}
|
|
@ -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://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.16a",
|
||||
"download": "https://github.com/SirDiazo/TWR1/releases/download/1.16a/VertVel116a.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 18105
|
||||
}
|
Loading…
Reference in New Issue