Splitting files into subdirectories
This commit is contained in:
parent
826ebc52d9
commit
e2577707ed
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.1.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.1",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"install" : [
|
||||
{
|
||||
"file" : "ModuleManager.2.5.1.dll",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.2.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.2",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"install" : [
|
||||
{
|
||||
"file" : "ModuleManager.2.5.2.dll",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.3.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.3",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"install" : [
|
||||
{
|
||||
"file" : "ModuleManager.2.5.3.dll",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.4.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.4",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.90",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/55219-0-90-Module-Manager-2-5-4-%28Dec-15%29-v-1c-Edition",
|
||||
"repository" : "https://github.com/sarbian/ModuleManager"
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "ModuleManager.2.5.4.dll",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.6.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.6",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.90",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/55219",
|
||||
"repository" : "https://github.com/sarbian/ModuleManager"
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "ModuleManager.2.5.6.dll",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "ModuleRCSFX",
|
||||
"abstract" : "A fixed version of the stock RCS module",
|
||||
"identifier" : "ModuleRCSFX",
|
||||
"download" : "https://github.com/NathanKell/ModuleRCSFX/releases/download/v3.1/ModuleRCSFX_v3.1.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "NathanKell" ],
|
||||
"version" : "3.1",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/92290",
|
||||
"github" : {
|
||||
"url" : "https://github.com/NathanKell/ModuleRCSFX",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "ModuleRCSFX",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "ModuleRCSFX",
|
||||
"abstract": "A fixed version of the stock RCS module",
|
||||
"identifier": "ModuleRCSFX",
|
||||
"license": "CC-BY-SA",
|
||||
"author": [
|
||||
"ialdabaoth",
|
||||
"NathanKell"
|
||||
],
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/92290",
|
||||
"repository": "https://github.com/NathanKell/ModuleRCSFX"
|
||||
},
|
||||
"version": "v3.2",
|
||||
"download": "https://github.com/NathanKell/ModuleRCSFX/releases/download/v3.2/ModuleRCSFX_v3.2.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5785
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "ModuleRCSFX",
|
||||
"abstract": "A fixed version of the stock RCS module",
|
||||
"identifier": "ModuleRCSFX",
|
||||
"license": "CC-BY-SA",
|
||||
"author": [
|
||||
"ialdabaoth",
|
||||
"NathanKell"
|
||||
],
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/92290",
|
||||
"repository": "https://github.com/NathanKell/ModuleRCSFX"
|
||||
},
|
||||
"version": "v3.3",
|
||||
"download": "https://github.com/NathanKell/ModuleRCSFX/releases/download/v3.3/ModuleRCSFX_v3.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5598
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "ModuleRCSFX",
|
||||
"abstract": "A fixed version of the stock RCS module",
|
||||
"identifier": "ModuleRCSFX",
|
||||
"license": "CC-BY-SA",
|
||||
"author": [
|
||||
"ialdabaoth",
|
||||
"NathanKell"
|
||||
],
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.90",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/92290",
|
||||
"repository": "https://github.com/NathanKell/ModuleRCSFX"
|
||||
},
|
||||
"version": "v3.4",
|
||||
"download": "https://github.com/NathanKell/ModuleRCSFX/releases/download/v3.4/ModuleRCSFX_v3.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5939
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "MovieTime",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/102988-0-25-MovieTime-v0-1-(Dec-14)-Olde-Timey-Movie-and-TV-Effects?p=1598899#post1598899",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/409/MovieTime"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "MovieTime",
|
||||
"abstract": "Olde Timey Film and TV Effects",
|
||||
"author": "bernierm",
|
||||
"version": "0.2",
|
||||
"download": "https://kerbalstuff.com/mod/409/MovieTime/download/0.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1194060
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "NBody",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/70881-0-25-Orbit-Manipulator-Series-(Updated-March-12-2014)"
|
||||
},
|
||||
"name": "Orbit Manipulator Series",
|
||||
"license": "MIT",
|
||||
"abstract": "Ion Engines in time warp, Atmospheric decay in time warp, simple N-Body dynamics",
|
||||
"author": "HoneyFox",
|
||||
"version": "0.0",
|
||||
"download": "https://www.dropbox.com/s/w8sgzy4q7gdlops/NBody.zip?dl=1",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"install": [
|
||||
{
|
||||
"file" : "NBody",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "NEAR",
|
||||
"license": "GPL-3.0",
|
||||
"provides": [
|
||||
"AerodynamicModel"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AerodynamicModel"
|
||||
},
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/86419",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/54/Neophyte's%20Elementary%20Aerodynamics%20Replacement"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "Neophyte's Elementary Aerodynamics Replacement",
|
||||
"abstract": "NEAR replaces KSP's stock mass-based aerodynamics model with a relatively simple, slightly more realistic one.",
|
||||
"author": "ferram4",
|
||||
"version": "v1.3.1",
|
||||
"download": "https://kerbalstuff.com/mod/54/Neophyte's%20Elementary%20Aerodynamics%20Replacement/download/v1.3.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 78227
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "NEAR",
|
||||
"license": "GPL-3.0",
|
||||
"provides": [
|
||||
"AerodynamicModel"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AerodynamicModel"
|
||||
},
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/86419",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/54/Neophyte's%20Elementary%20Aerodynamics%20Replacement"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Neophyte's Elementary Aerodynamics Replacement",
|
||||
"abstract": "NEAR replaces KSP's stock mass-based aerodynamics model with a relatively simple, slightly more realistic one.",
|
||||
"author": "ferram4",
|
||||
"version": "v1.3a",
|
||||
"download": "https://kerbalstuff.com/mod/54/Neophyte's%20Elementary%20Aerodynamics%20Replacement/download/v1.3a",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 76711
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"identifier": "NanoGauges",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"spec_version": 1,
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Nereid",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/84409-0-90-0-NanoGauges-tiny-ana1og-gauges-for-kerbalnauts-0-5-21-236",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/429/NanoGauges"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "NanoGauges",
|
||||
"abstract": "tiny analog gauges",
|
||||
"author": "Nereid",
|
||||
"version": "0.5.24-303",
|
||||
"download": "https://kerbalstuff.com/mod/429/NanoGauges/download/0.5.24-303",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1278442
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"identifier": "NanoGauges",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"spec_version": 1,
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Nereid",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/84409-0-90-0-NanoGauges-tiny-ana1og-gauges-for-kerbalnauts-0-5-21-236",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/429/NanoGauges"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "NanoGauges",
|
||||
"abstract": "tiny analog gauges",
|
||||
"author": "Nereid",
|
||||
"version": "0.5.25-580",
|
||||
"download": "https://kerbalstuff.com/mod/429/NanoGauges/download/0.5.25-580",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1278768
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Navball Texture Changer",
|
||||
"abstract": "Replace stock navball texture with something better!",
|
||||
"description": "You can replace default navball texture (GameData/NavBallTextureExport/navball.png) with one of this: http://bit.ly/navballs",
|
||||
"identifier": "NavBallTextureExport",
|
||||
"download": "https://bitbucket.org/xEvilReeperx/ksp_navballtexturechanger/downloads/KSP-0.24-NavballChanger-v.1.3.zip",
|
||||
"license": "public-domain",
|
||||
"version": "1.3",
|
||||
"author": "xEvilReeperx",
|
||||
"release_status": "stable",
|
||||
"ksp_version_min": "0.24",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/69540-Making-high-contrast-nav-ball!?p=969741&viewfull=1#post969741",
|
||||
"repository": "https://bitbucket.org/xEvilReeperx/ksp_navballtexturechanger",
|
||||
"x_textures": "http://bit.ly/navballs"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/NavBallTextureExport",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "NavHud",
|
||||
"license": "MIT",
|
||||
"name": "NavHud",
|
||||
"abstract": "a NavBall inspired Heads Up Display",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/81543",
|
||||
"repository": "https://github.com/Ninenium/NavHud"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/NavHud",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"author": "Ninenium",
|
||||
"version": "1.1.2",
|
||||
"download": "https://github.com/Ninenium/NavHud/releases/download/1.1.2/NavHud_1.1.2.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 55232
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "NavHud",
|
||||
"license": "MIT",
|
||||
"name": "NavHud",
|
||||
"abstract": "a NavBall inspired Heads Up Display",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/81543",
|
||||
"repository": "https://github.com/Ninenium/NavHud"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/NavHud",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"author": "Ninenium",
|
||||
"version": "1.1.3",
|
||||
"download": "https://github.com/Ninenium/NavHud/releases/download/1.1.3/NavHud_1.1.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 55386
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Sounding Rockets!",
|
||||
"abstract" : "Adds a series of low tech sounding rockets to the 'start' node.",
|
||||
"identifier" : "SoundingRockets",
|
||||
"download" : "https://www.dropbox.com/sh/1fsuzvl35s2gppt/AAAzbEhTUHl3I_VzWhCwew-6a/SoundingRockets_0.1.1.zip?dl=1",
|
||||
"license" : "CC-BY-NC-SA-4.0",
|
||||
"version" : "0.1.1",
|
||||
"release_status" : "stable",
|
||||
"author" : "RoverDude",
|
||||
"ksp_version" : "0.90",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/102502"
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/UmbraSpaceIndustries",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "USITools" }
|
||||
]
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SovietEngines",
|
||||
"license": "restricted",
|
||||
"install": [
|
||||
{
|
||||
"file": "BobCatind",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/374/BobCat's%20Soviet%20Engine%20Pack"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "BobCat's Soviet Engine Pack",
|
||||
"abstract": "A pack containing several realistic engines",
|
||||
"author": "Dragon01",
|
||||
"version": "1.0",
|
||||
"download": "https://kerbalstuff.com/mod/374/BobCat's%20Soviet%20Engine%20Pack/download/1.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 24891143
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpaceTug",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/83364",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/408/Space%20Tug"
|
||||
},
|
||||
"x_netkan_license_ok": true,
|
||||
"depends": [
|
||||
{
|
||||
"name": "FirespitterCore"
|
||||
},
|
||||
{
|
||||
"name": "JSIPartUtilities"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "OrbitalTug",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"name": "Space Tug",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"abstract": "small parts pack for low and high orbital applications",
|
||||
"author": "NohArk",
|
||||
"version": "DEV_0.4e",
|
||||
"download": "https://kerbalstuff.com/mod/408/Space%20Tug/download/DEV_0.4e",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 9975904
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpaceY-Lifters",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100408",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack"
|
||||
},
|
||||
"name": "SpaceY Heavy Lifters Parts Pack",
|
||||
"abstract": "Parts for large lifting rockets, 5m rocket parts and large SRBs, and matching decouplers. ",
|
||||
"author": "NecroBones",
|
||||
"version": "0.3",
|
||||
"download": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack/download/0.3",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 6655882,
|
||||
"ksp_version_min": "0.25.0"
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpaceY-Lifters",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100408",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack"
|
||||
},
|
||||
"name": "SpaceY Heavy Lifters Parts Pack",
|
||||
"abstract": "5m rocket parts and large SRBs, rocket-powered decouplers, large docking ports, upper-stage thrust plates with fairings, payload bays, and more. ",
|
||||
"author": "NecroBones",
|
||||
"version": "0.4",
|
||||
"download": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack/download/0.4",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 7632045,
|
||||
"ksp_version_min": "0.25.0"
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpaceY-Lifters",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100408",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack"
|
||||
},
|
||||
"name": "SpaceY Heavy Lifters Parts Pack",
|
||||
"abstract": "0.90 updated. 5m rocket parts and large SRBs, rocket-powered decouplers, large docking ports, upper-stage thrust plates with fairings, payload bays, and more. ",
|
||||
"author": "NecroBones",
|
||||
"version": "0.5.1",
|
||||
"download": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack/download/0.5.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8325198,
|
||||
"ksp_version_min": "0.90.0"
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpaceY-Lifters",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100408",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack"
|
||||
},
|
||||
"name": "SpaceY Heavy Lifters Parts Pack",
|
||||
"abstract": "0.90 updated. 5m rocket parts and large SRBs, rocket-powered decouplers, large docking ports, upper-stage thrust plates with fairings, payload bays, and more. ",
|
||||
"author": "NecroBones",
|
||||
"version": "0.5",
|
||||
"download": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack/download/0.5",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8208426,
|
||||
"ksp_version_min": "0.90.0"
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpaceY-Lifters",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100408",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack"
|
||||
},
|
||||
"name": "SpaceY Heavy Lifters Parts Pack",
|
||||
"abstract": "0.90 updated. 5m rocket parts and large SRBs, rocket-powered decouplers, large docking ports, upper-stage thrust plates with fairings, payload bays, and more. ",
|
||||
"author": "NecroBones",
|
||||
"version": "0.6.1",
|
||||
"download": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack/download/0.6.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8757828,
|
||||
"ksp_version_min": "0.90.0"
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpaceY-Lifters",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100408",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack"
|
||||
},
|
||||
"name": "SpaceY Heavy Lifters Parts Pack",
|
||||
"abstract": "0.90 updated. 5m rocket parts and large SRBs, rocket-powered decouplers, large docking ports, upper-stage thrust plates with fairings, payload bays, and more. ",
|
||||
"author": "NecroBones",
|
||||
"version": "0.6",
|
||||
"download": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack/download/0.6",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8757763,
|
||||
"ksp_version_min": "0.90.0"
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpaceY-Lifters",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100408",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack"
|
||||
},
|
||||
"name": "SpaceY Heavy Lifters Parts Pack",
|
||||
"abstract": "0.90 updated. 5m rocket parts and large SRBs, rocket-powered decouplers, large docking ports, upper-stage thrust plates with fairings, payload bays, and more. ",
|
||||
"author": "NecroBones",
|
||||
"version": "0.7",
|
||||
"download": "https://kerbalstuff.com/mod/352/SpaceY%20Heavy%20Lifters%20Parts%20Pack/download/0.7",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 9206563,
|
||||
"ksp_version_min": "0.90.0"
|
||||
}
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SpannersBoomsticks",
|
||||
"license": "restricted",
|
||||
"depends": [
|
||||
{
|
||||
"name": "BDArmory"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "SpannersBoomSticks1",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/225/Spanners%20Boomsticks,%20Parts%20to%20complement%20BD%20Armory%20"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Spanners Boomsticks, Parts to complement BD Armory ",
|
||||
"abstract": "Spanners Boomsticks , a small pack of alternate weaponry to complement the very cool BD Armory plugin and parts pack",
|
||||
"author": "SpannerMonkey",
|
||||
"version": "0.25.64.1",
|
||||
"download": "https://kerbalstuff.com/mod/225/Spanners%20Boomsticks,%20Parts%20to%20complement%20BD%20Armory%20/download/0.25.64.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 18907083
|
||||
}
|
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "StageRecovery",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KerbalConstructionTime"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "DebRefund"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/StageRecovery",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/86677-0-24-2-StageRecovery-Recover-Funds-from-Dropped-Stages-v1-3-(8-5-14)",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/97/StageRecovery"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "StageRecovery",
|
||||
"license": "GPL-3.0",
|
||||
"abstract": "Recover Funds+ from Dropped Stages",
|
||||
"author": "magico13",
|
||||
"version": "1.5.1",
|
||||
"download": "https://kerbalstuff.com/mod/97/StageRecovery/download/1.5.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 40331
|
||||
}
|
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "StageRecovery",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KerbalConstructionTime"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "DebRefund"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/StageRecovery",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/86677-0-24-2-StageRecovery-Recover-Funds-from-Dropped-Stages-v1-3-(8-5-14)",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/97/StageRecovery"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "StageRecovery",
|
||||
"license": "GPL-3.0",
|
||||
"abstract": "Recover Funds+ from Dropped Stages",
|
||||
"author": "magico13",
|
||||
"version": "1.5.2.1",
|
||||
"download": "https://kerbalstuff.com/mod/97/StageRecovery/download/1.5.2.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 41413
|
||||
}
|
|
@ -1,38 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "StageRecovery",
|
||||
"ksp_version": "0.90",
|
||||
"resources": {
|
||||
"repository": "https://github.com/magico13/StageRecovery",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/86677-0-24-2-StageRecovery-Recover-Funds-from-Dropped-Stages-v1-3-(8-5-14)",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/97/StageRecovery"
|
||||
},
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KerbalConstructionTime"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "DebRefund"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/StageRecovery",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"name": "StageRecovery",
|
||||
"license": "GPL-3.0",
|
||||
"abstract": "Recover Funds+ from Dropped Stages",
|
||||
"author": "magico13",
|
||||
"version": "1.5.2.1_2",
|
||||
"download": "https://kerbalstuff.com/mod/97/StageRecovery/download/1.5.2.1_2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 41443
|
||||
}
|
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "StageRecovery",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KerbalConstructionTime"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "DebRefund"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/StageRecovery",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/86677-0-24-2-StageRecovery-Recover-Funds-from-Dropped-Stages-v1-3-(8-5-14)",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/97/StageRecovery"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "StageRecovery",
|
||||
"license": "GPL-3.0",
|
||||
"abstract": "Recover Funds+ from Dropped Stages",
|
||||
"author": "magico13",
|
||||
"version": "1.5.2",
|
||||
"download": "https://kerbalstuff.com/mod/97/StageRecovery/download/1.5.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 41366
|
||||
}
|
Loading…
Reference in New Issue