NetKAN generated mods - ControlLock/ControlLock-1.4, FieldExperience/FieldExperience-1.0.1, LandingHeight/LandingHeight-1.4, SolarScience/SolarScience-v1.03
This commit is contained in:
parent
fd11c36f52
commit
8fdd34cf3e
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Control Lock",
|
||||
"identifier": "ControlLock",
|
||||
"author": "Diazo",
|
||||
"abstract": "Lock KSP so that when entering text in a text field, you do not pass commands to your vessel.",
|
||||
"license": "public-domain",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "1.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/108561",
|
||||
"repository": "https://github.com/SirDiazo/ControlLock"
|
||||
},
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/001ControlLock",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.4",
|
||||
"download": "https://github.com/SirDiazo/ControlLock/releases/download/1.4/ControlLock14.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 16338
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
"homepage": "http://forum.kerbalspaceprogram.com/threads/107663-Magico13-s-Modlets?p=1676818",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/505/Field%20Experience"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"ksp_version": "1.0",
|
||||
"name": "Field Experience",
|
||||
"abstract": "Earn experience without recovering on Kerbin!",
|
||||
"author": "magico13",
|
||||
|
|
|
@ -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": "any",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/76320",
|
||||
"repository": "https://github.com/SirDiazo/LandingHeight"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.4",
|
||||
"download": "https://github.com/SirDiazo/LandingHeight/releases/download/1.4/LandingHeight14.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 3804
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
"resources": {
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/611/Solar%20Science"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"ksp_version": "1.0",
|
||||
"name": "Solar Science",
|
||||
"abstract": "A mod to assist Sun Praisers and scientists all over. Includes multiple flags and 2 scientific instruments, which are heavily based upon actual parts currently aboard the STEREO and SOHO spacecrafts.",
|
||||
"author": "Snoopy_20111",
|
||||
|
|
Loading…
Reference in New Issue