Merge branch 'master' of https://github.com/KSP-CKAN/CKAN-meta
This commit is contained in:
commit
bcbd457d91
|
@ -1,11 +1,10 @@
|
|||
language: java
|
||||
|
||||
# Our validator actually lives in the CKAN directory, which
|
||||
# means CKAN-meta can stay nice and lightweight for then it
|
||||
# gets downloaded by every single CKAN client. :)
|
||||
# Our validator actually lives in the CKAN repo.
|
||||
# --depth=1 is because we don't need full history.
|
||||
|
||||
install:
|
||||
- git clone https://github.com/KSP-CKAN/CKAN.git
|
||||
- git clone --depth=1 https://github.com/KSP-CKAN/CKAN.git
|
||||
|
||||
# Our test is merely checking that all the ckan files validate
|
||||
# against the current spec. We exclude the CKAN directory we just
|
||||
|
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Action Groups Extended",
|
||||
"identifier": "AGExt",
|
||||
"author": "Diazo",
|
||||
"abstract": "Increases the number of action groups to 250 and allows in-flight editing.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/74195",
|
||||
"repository": "https://github.com/SirDiazo/AGExt"
|
||||
},
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_supports": [
|
||||
{
|
||||
"name": "SCANsat"
|
||||
},
|
||||
{
|
||||
"name": "Kethane"
|
||||
},
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
},
|
||||
{
|
||||
"name": "Firespitter"
|
||||
},
|
||||
{
|
||||
"name": "InfernalRobotics"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "WarpPlugin"
|
||||
}
|
||||
],
|
||||
"version": "1.20",
|
||||
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.20/ActionGroupsExtended120.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 55260
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Action Groups Extended",
|
||||
"identifier": "AGExt",
|
||||
"author": "Diazo",
|
||||
"abstract": "Increases the number of action groups to 250 and allows in-flight editing.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/74195",
|
||||
"repository": "https://github.com/SirDiazo/AGExt"
|
||||
},
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_supports": [
|
||||
{
|
||||
"name": "SCANsat"
|
||||
},
|
||||
{
|
||||
"name": "Kethane"
|
||||
},
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
},
|
||||
{
|
||||
"name": "Firespitter"
|
||||
},
|
||||
{
|
||||
"name": "InfernalRobotics"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "WarpPlugin"
|
||||
}
|
||||
],
|
||||
"version": "1.21a",
|
||||
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.21a/ActionGroupsExtended121a.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 59626
|
||||
}
|
41
AJE-1.5.ckan
41
AJE-1.5.ckan
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name" : "Advanced Jet Engine (AJE)",
|
||||
"abstract" : "Realistic jet engines for KSP",
|
||||
"identifier": "AJE",
|
||||
"download" : "https://github.com/NathanKell/AJE/releases/download/v1.5/AJE_v1.5.zip",
|
||||
"license" : "LGPL-2.1",
|
||||
"version" : "1.5",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.24.2",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/70008",
|
||||
"github" : {
|
||||
"url" : "https://github.com/NathanKell/AJE",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "AJE",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "FerramAerospaceResearch" }
|
||||
],
|
||||
"recommends" : [
|
||||
{ "name" : "RealFuels" },
|
||||
{ "name" : "HotRockets" }
|
||||
],
|
||||
"bundles" : [
|
||||
{
|
||||
"file" : "ModuleManager.2.3.5.dll",
|
||||
"identifier" : "ModuleManager",
|
||||
"version" : "2.3.5",
|
||||
"install_to" : "GameData",
|
||||
"license" : "CC-BY-SA",
|
||||
"required" : true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name" : "Advanced Jet Engine (AJE)",
|
||||
"abstract" : "Realistic jet engines for KSP",
|
||||
"identifier": "AJE",
|
||||
"download" : "https://github.com/camlost2/AJE/archive/1.6.4.zip",
|
||||
"license" : "LGPL-2.1",
|
||||
"version" : "1.6.4",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/70008",
|
||||
"github" : {
|
||||
"url" : "https://github.com/camlost2/AJE"
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "AJE-1.6.4/GameData",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "FerramAerospaceResearch" },
|
||||
{ "name" : "ModuleManager", "min_version" : "2.3.5" }
|
||||
],
|
||||
"recommends" : [
|
||||
{ "name" : "RealFuels" },
|
||||
{ "name" : "HotRockets" }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "AMEG",
|
||||
"author": "Justin Kerbice",
|
||||
"license": "restricted",
|
||||
"release_status": "stable",
|
||||
"ksp_version_min": "0.23",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Kerbice Group",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/279/AMEG"
|
||||
},
|
||||
"name": "AMEG",
|
||||
"abstract": "Anti-matter based Electric Generator (AMEG), fUel Generator (AMUG) and manY stuffes Generator (AMYG)",
|
||||
"version": "1.1",
|
||||
"download": "https://kerbalstuff.com/mod/279/AMEG/download/1.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2481555
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Advanced Fly-By-Wire",
|
||||
"abstract": "Joystick & Controller mod",
|
||||
"identifier": "AdvancedFlyByWire",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/95022",
|
||||
"repository": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "x86/SDL2.dll",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "x86/SDL_LICENSE",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "x86/XINPUTDOTNET_LICENSE",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "x86/XInputInterface.dll",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "x86/GameData/ksp-advanced-flybywire",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"file": "x86/GameData/000_Toolbar",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": "(?<!img_buttonAdvancedFlyByWire.png)$"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"license": "MIT",
|
||||
"author": "nlight",
|
||||
"version": "1.2.3_0",
|
||||
"download": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire/download/1.2.3_0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2584071
|
||||
}
|
|
@ -1,44 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name" : "Advanced Fly-By-Wire",
|
||||
"abstract" : "Joystick & Controller mod",
|
||||
"identifier": "ksp-advanced-flybywire",
|
||||
"author": [ "nlight" ],
|
||||
"download" : "http://kerbal.curseforge.com/ksp-mods/224592-advanced-fly-by-wire-joystick-controller-mod/files/2216704/download",
|
||||
"license" : "MIT",
|
||||
"version" : "1.2.2",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/95022",
|
||||
"github" : {
|
||||
"url" : "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "SDL2.dll",
|
||||
"install_to" : "GameRoot"
|
||||
},
|
||||
{
|
||||
"file" : "SDL_LICENSE",
|
||||
"install_to" : "GameRoot"
|
||||
},
|
||||
{
|
||||
"file" : "XINPUTDOTNET_LICENSE",
|
||||
"install_to" : "GameRoot"
|
||||
},
|
||||
{
|
||||
"file" : "XInputInterface.dll",
|
||||
"install_to" : "GameRoot"
|
||||
},
|
||||
{
|
||||
"file" : "GameData/ksp-advanced-flybywire",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "Toolbar" }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "AutoAsparagus",
|
||||
"license": "Apache-2.0",
|
||||
"resources": {
|
||||
"bugtracker": "https://github.com/henrybauer/AutoAsparagus/issues",
|
||||
"repository": "https://github.com/henrybauer/AutoAsparagus",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/61238",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/87/AutoAsparagus"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "AutoAsparagus",
|
||||
"abstract": "Asparagus staging is awesome, but tedious. So, I built a plugin to do it for me! ",
|
||||
"author": "hab136",
|
||||
"version": "v0.7",
|
||||
"download": "https://kerbalstuff.com/mod/87/AutoAsparagus/download/v0.7",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 21030
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
**Are you sure you don't want to submit to the [NetKAN](https://github.com/KSP-CKAN/NetKAN) instead? NetKAN files mean we can index new releases automatically!**
|
||||
|
||||
### Code of Conduct
|
||||
|
||||
A primary goal of the Comprehensive Kerbal Archive Network (CKAN) is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).
|
||||
|
||||
All participants and contributors are expected to follow our
|
||||
[code of conduct](https://github.com/KSP-CKAN/CKAN/wiki/Code-of-Conduct).
|
||||
|
||||
### Submission of CKAN metadata files (.ckan files)
|
||||
|
||||
Contributions of CKAN and NetKAN metadata files *must* be be contributed under the
|
||||
[CC-0](http://creativecommons.org/publicdomain/zero/1.0/) license.
|
||||
|
||||
### Reporting bugs and opening issues
|
||||
|
||||
Please report bugs and open issue generously. Don't be afraid that your idea is silly, or you're reporting a duplicate. We're happy to hear from you.
|
||||
|
||||
### Code and other contributions
|
||||
|
||||
Contributions to the CKAN (via pull request or otherwise) *must* be
|
||||
licensed under the [MIT license](LICENSE.md).
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "CameraTools",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/94171-24-2-Camera-Tools",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/190/Camera%20Tools"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Camera Tools",
|
||||
"abstract": "This mod adds a tool that you can use to achieve various camera angles. It's helpful for getting cool shots for cinematics.",
|
||||
"author": "BahamutoD",
|
||||
"version": "1.1",
|
||||
"download": "https://kerbalstuff.com/mod/190/Camera%20Tools/download/1.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 12129
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Chatterer",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/92324-0-24-2-Chatterer-v-0-6-0-Aug-29-2014",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/124/Chatterer"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Chatterer",
|
||||
"abstract": "A plugin for Kerbal Space Program from SQUAD, which adds some SSTV, beeps, and nonsensical radio chatter between your crewed command pods and Mission Control. There is also some environmental sounds as : wind in atmosphere, breathing on EVA and background noises inside space-crafts.",
|
||||
"author": "Athlonic",
|
||||
"version": "0.7.1",
|
||||
"download": "https://kerbalstuff.com/mod/124/Chatterer/download/0.7.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 6119898
|
||||
}
|
|
@ -25,6 +25,6 @@
|
|||
],
|
||||
"version": "0.2.2",
|
||||
"download": "https://github.com/BobPalmer/CommunityResourcePack/releases/download/0.2.2/CRP_0.2.2.zip",
|
||||
"comment": "Generated by gh2ckan",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 16349520
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Community Resource Pack",
|
||||
"author": "RoverDude",
|
||||
"identifier": "CommunityResourcePack",
|
||||
"abstract": "Common resources for KSP mods",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/91998",
|
||||
"repository": "https://github.com/BobPalmer/CommunityResourcePack"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/CommunityResourcePack",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"file": "GameData/TextureReplacer",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "0.2.3",
|
||||
"download": "https://github.com/BobPalmer/CommunityResourcePack/releases/download/0.2.3/CRP_0.2.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 16354356
|
||||
}
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "CrewFiles",
|
||||
"install": [
|
||||
{
|
||||
"file": "CrewFiles/GameData/CrewFiles",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/39/CrewFiles"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/83755-CrewFiles-persistence-files-for-individual-kerbals"
|
||||
},
|
||||
"name": "CrewFiles",
|
||||
"license": "LGPL-3.0",
|
||||
"abstract": "A modder API to give each kerbal his own individual data file that you can use to store information about him",
|
||||
"author": "Ippo",
|
||||
"version": "2.0.0.1",
|
||||
"download": "https://kerbalstuff.com/mod/39/CrewFiles/download/2.0.0.1",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 114066,
|
||||
"ksp_version": "0.25"
|
||||
}
|
|
@ -1,25 +1,20 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "CrewFiles",
|
||||
"install": [
|
||||
{
|
||||
"file": "CrewFiles/GameData/CrewFiles",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/39/CrewFiles"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/83755-CrewFiles-persistence-files-for-individual-kerbals"
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/83755",
|
||||
"bugtracker": "https://github.com/Ippo343/CrewFiles/issues",
|
||||
"repository": "https://github.com/Ippo343/CrewFiles",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/39"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "CrewFiles",
|
||||
"license": "LGPL-3.0",
|
||||
"abstract": "A modder API to give each kerbal his own individual data file that you can use to store information about him",
|
||||
"author": "Ippo",
|
||||
"version": "2.0.0",
|
||||
"download": "https://kerbalstuff.com/mod/39/CrewFiles/download/2.0.0",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 5217088,
|
||||
"ksp_version": "0.25"
|
||||
"version": "2.0.0.3",
|
||||
"download": "https://kerbalstuff.com/mod/39/CrewFiles/download/2.0.0.3",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 32829
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "CrossFeedEnabler",
|
||||
"name": "Crossfeed Enabler",
|
||||
"abstract": "Adds toggleable fuel crossfeed between the part it's added to, and the part this part is surface-attached to. Use it for radial tanks.",
|
||||
"license": "CC-BY-SA",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"repository": "https://github.com/NathanKell/CrossFeedEnabler"
|
||||
},
|
||||
"author": "NathanKell",
|
||||
"version": "v3.1",
|
||||
"download": "https://github.com/NathanKell/CrossFeedEnabler/releases/download/v3.1/CrossFeedEnabler_v3.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 30773
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "CustomAsteroids-Pops-Stock-Inner",
|
||||
"name": "Custom Asteroids (inner stock system data)",
|
||||
"abstract": "Adds asteroids inside orbit of Jool",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "CustomAsteroids",
|
||||
"min_version": "1.0",
|
||||
"comment": "Version at which config format stabilized."
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"CustomAsteroids-Pops"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AlternisKerbol"
|
||||
},
|
||||
{
|
||||
"name": "RealSolarSystem",
|
||||
"comment": "The 6.4× and 10× Kerbol packs are compatible; how to allow them?"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/CustomAsteroids",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": "(?<!Basic Asteroids\\.cfg)$"
|
||||
}
|
||||
],
|
||||
"x_maintained_by": "Starstrider42",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"license": "MIT",
|
||||
"author": "Starstrider42",
|
||||
"version": "v1.1.0",
|
||||
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 24276
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "CustomAsteroids-Pops-Stock-Outer",
|
||||
"name": "Custom Asteroids (outer stock system data)",
|
||||
"abstract": "Adds comets outside orbit of Jool",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "CustomAsteroids",
|
||||
"min_version": "1.0",
|
||||
"comment": "Version at which config format stabilized."
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"CustomAsteroids-Pops"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AlternisKerbol"
|
||||
},
|
||||
{
|
||||
"name": "PlanetFactory"
|
||||
},
|
||||
{
|
||||
"name": "PlanetFactoryCE"
|
||||
},
|
||||
{
|
||||
"name": "RealSolarSystem",
|
||||
"comment": "The 6.4× and 10× Kerbol packs are compatible; how to select for them?"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/CustomAsteroids",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": "(?<!Trans-Jool\\.cfg)$"
|
||||
}
|
||||
],
|
||||
"x_maintained_by": "Starstrider42",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"license": "MIT",
|
||||
"author": "Starstrider42",
|
||||
"version": "v1.1.0",
|
||||
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 24276
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "CustomAsteroids",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"repository": "https://github.com/Starstrider42/Custom-Asteroids",
|
||||
"bugtracker": "https://github.com/Starstrider42/Custom-Asteroids/issues",
|
||||
"manual": "http://starstrider42.github.io/Custom-Asteroids/",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "CustomAsteroids-Pops"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "CustomAsteroids-Pops-Stock-Inner"
|
||||
},
|
||||
{
|
||||
"name": "CustomAsteroids-Pops-Stock-Outer"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/CustomAsteroids",
|
||||
"install_to": "GameData",
|
||||
"filter": "config"
|
||||
}
|
||||
],
|
||||
"name": "Custom Asteroids",
|
||||
"description": "Custom Asteroids is a mod for KSP that expands the stock asteroid functionality. Under Custom Asteroids most asteroids will not be on a flyby course for Kerbin. Instead, the mod places asteroids in specific populations throughout the stock kerbol system.",
|
||||
"x_maintained_by": "Starstrider42",
|
||||
"ksp_version": "0.25",
|
||||
"license": "MIT",
|
||||
"abstract": "Lets users control where asteroids appear",
|
||||
"author": "Starstrider42",
|
||||
"version": "v1.1.0",
|
||||
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 24276
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Custom Biomes",
|
||||
"identifier" : "CustomBiomes",
|
||||
"abstract" : "Add or replace biomes to any celestial body in KSP",
|
||||
"download" : "http://addons.cursecdn.com/files/2217%5C373/CustomBiomes_1_6_8.zip",
|
||||
"license" : "CC-BY-NC-SA-3.0",
|
||||
"version" : "1.6.8",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"depends" : [
|
||||
{ "name" : "CustomBiomes-Data" }
|
||||
],
|
||||
"recommends" : [
|
||||
{ "name" : "CustomBiomes-Data-Stock" }
|
||||
],
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "CustomBiomes",
|
||||
"install_to" : "GameData",
|
||||
"filter" : "PluginData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Custom Biomes (Real Solar System data)",
|
||||
"identifier": "CustomBiomes-Data-RSS",
|
||||
"abstract": "Custom biomes for the Real Solar System",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "any",
|
||||
"depends": [
|
||||
{
|
||||
"name": "RealSolarSystem"
|
||||
},
|
||||
{
|
||||
"name": "CustomBiomes"
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"CustomBiomes-Data"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "CustomBiomes-Data"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
|
||||
"repository": "https://github.com/NathanKell/RealSolarSystem"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "CustomBiomes",
|
||||
"install_to": "GameData",
|
||||
"comment": "This regexp only installs PluginData, and nothing else",
|
||||
"filter_regexp": "^(?!CustomBiomes/PluginData/)"
|
||||
}
|
||||
],
|
||||
"author": "NathanKell",
|
||||
"version": "v8.2.1",
|
||||
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.2.1/RealSolarSystem_v8.2.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 221951
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Custom Biomes (Stock data)",
|
||||
"identifier" : "CustomBiomes-Data-Stock",
|
||||
"abstract" : "Custom biomes data for the stock Kerbol system",
|
||||
"download" : "http://addons.cursecdn.com/files/2217%5C373/CustomBiomes_1_6_8.zip",
|
||||
"license" : "CC-BY-NC-SA-3.0",
|
||||
"version" : "1.6.8",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "any",
|
||||
"depends" : [ { "name" : "CustomBiomes" } ],
|
||||
"provides" : [ "CustomBiomes-Data" ],
|
||||
"conflicts" : [ { "name" : "CustomBiomes-Data" } ],
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "CustomBiomes",
|
||||
"install_to" : "GameData",
|
||||
"comment" : "This regexp only installs PluginData, and nothing else",
|
||||
"filter_regexp" : "^(?!CustomBiomes/PluginData/)"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DMagicOrbitalScience",
|
||||
"license": "BSD-3-clause",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/DMagic Orbital Science",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/64972",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "DMagic Orbital Science",
|
||||
"abstract": "New science parts and experiments",
|
||||
"author": "DMagic",
|
||||
"version": "0.8.6.1",
|
||||
"download": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science/download/0.8.6.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8266787
|
||||
}
|
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DangIt",
|
||||
"release_status": "stable",
|
||||
"license": "GPL-3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "CrewFiles"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/DangIt",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/7/DangIt!"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/81794-Alpha-2-2-Dang-It%21-A-random-failures-mod-%2818-june%29"
|
||||
},
|
||||
"name": "DangIt!",
|
||||
"abstract": "A random failure mod for KSP.",
|
||||
"author": "Ippo",
|
||||
"version": "0.4.3.1",
|
||||
"download": "https://kerbalstuff.com/mod/7/DangIt!/download/0.4.3.1",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 157056,
|
||||
"ksp_version": "0.25"
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DangIt",
|
||||
"release_status": "stable",
|
||||
"release_status": "development",
|
||||
"license": "GPL-3.0",
|
||||
"depends": [
|
||||
{
|
||||
|
@ -14,24 +14,18 @@
|
|||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/DangIt",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/7/DangIt!"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/81794-Alpha-2-2-Dang-It%21-A-random-failures-mod-%2818-june%29"
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/81794",
|
||||
"bugtracker": "https://github.com/Ippo343/DangIt/issues",
|
||||
"repository": "https://github.com/Ippo343/DangIt",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/7"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "DangIt!",
|
||||
"abstract": "A random failure mod for KSP.",
|
||||
"author": "Ippo",
|
||||
"version": "0.4.2",
|
||||
"download": "https://kerbalstuff.com/mod/7/DangIt!/download/0.4.2",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 171806,
|
||||
"ksp_version": "0.25"
|
||||
"version": "0.4.4.2",
|
||||
"download": "https://kerbalstuff.com/mod/7/DangIt!/download/0.4.4.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 158396
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DarkMultiPlayer",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "alpha",
|
||||
"resources": {
|
||||
"manual": "https://github.com/godarklight/DarkMultiPlayer/blob/master/README.md",
|
||||
"github": {
|
||||
"url": "https://github.com/godarklght/DarkMultiPlayer",
|
||||
"releases": false
|
||||
},
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/4/DarkMultiPlayer%20Client"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/79111-DarkMultiPlayer-0-1-0-0-KSP-0-23-5-Alpha/page1"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "DMPClient/GameData/DarkMultiPlayer",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"name": "DarkMultiPlayer Client",
|
||||
"abstract": "DarkMultiPlayer is a multiplayer mod for KSP 0.24.2. It supports subspace-style (and master controlled warp) warping & career mode, with an easy-to-edit server database.",
|
||||
"author": "godarklight",
|
||||
"version": "v0.1.5.6",
|
||||
"download": "https://kerbalstuff.com/mod/4/DarkMultiPlayer%20Client/download/v0.1.5.6",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 103632,
|
||||
"ksp_version": "0.24.2"
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DarkMultiPlayer",
|
||||
"release_status": "alpha",
|
||||
"resources": {
|
||||
"manual": "https://github.com/godarklight/DarkMultiPlayer/blob/master/README.md",
|
||||
"repository": "https://github.com/godarklght/DarkMultiPlayer",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/79111-DarkMultiPlayer-0-1-0-0-KSP-0-23-5-Alpha/page1",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/4/DarkMultiPlayer%20Client"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "DMPClient/GameData/DarkMultiPlayer",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"name": "DarkMultiPlayer Client",
|
||||
"license": "MIT",
|
||||
"abstract": "DarkMultiPlayer is a multiplayer mod for KSP 0.25. It supports subspace-style (and master controlled warp) warping & career mode, with an easy-to-edit server database.",
|
||||
"author": "godarklight",
|
||||
"version": "v0.1.6.1",
|
||||
"download": "https://kerbalstuff.com/mod/4/DarkMultiPlayer%20Client/download/v0.1.6.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 100409
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DarkMultiPlayer",
|
||||
"release_status": "alpha",
|
||||
"resources": {
|
||||
"manual": "https://github.com/godarklight/DarkMultiPlayer/blob/master/README.md",
|
||||
"repository": "https://github.com/godarklght/DarkMultiPlayer",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/79111-DarkMultiPlayer-0-1-0-0-KSP-0-23-5-Alpha/page1",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/4/DarkMultiPlayer%20Client"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "DMPClient/GameData/DarkMultiPlayer",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"name": "DarkMultiPlayer Client",
|
||||
"license": "MIT",
|
||||
"abstract": "DarkMultiPlayer is a multiplayer mod for KSP 0.25. It supports subspace-style (and master controlled warp) warping & career mode, with an easy-to-edit server database.",
|
||||
"author": "godarklight",
|
||||
"version": "v0.1.6.2",
|
||||
"download": "https://kerbalstuff.com/mod/4/DarkMultiPlayer%20Client/download/v0.1.6.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 100459
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Deadly Reentry Continued",
|
||||
"abstract": "Makes re-entry much more dangerous",
|
||||
"identifier": "DeadlyReentry",
|
||||
"license": "CC-BY-SA",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/54954",
|
||||
"repository": "https://github.com/NathanKell/DeadlyReentry"
|
||||
},
|
||||
"author": "NathanKell",
|
||||
"version": "v6.0",
|
||||
"download": "https://github.com/NathanKell/DeadlyReentry/releases/download/v6.0/DeadlyReentry_v6.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1954943
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Deadly Reentry Continued",
|
||||
"abstract": "Makes re-entry much more dangerous",
|
||||
"identifier": "DeadlyReentry",
|
||||
"license": "CC-BY-SA",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/54954",
|
||||
"repository": "https://github.com/Starwaster/DeadlyReentry"
|
||||
},
|
||||
"author": "Starwaster",
|
||||
"version": "v6.2.1",
|
||||
"download": "https://github.com/Starwaster/DeadlyReentry/releases/download/v6.2.1/DeadlyReentry_v6.2.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1949669
|
||||
}
|
|
@ -1,34 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name" : "Deadly Reentry Continued",
|
||||
"abstract" : "Makes re-entry much more dangerous",
|
||||
"identifier": "DeadlyReentry",
|
||||
"download" : "https://github.com/NathanKell/DeadlyReentry/releases/download/v5.2/DeadlyReentryCont_v5.2.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"version" : "v5.2",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.24.2",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/54954",
|
||||
"github" : {
|
||||
"url" : "https://github.com/NathanKell/DeadlyReentry",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "DeadlyReentry",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"bundles" : [
|
||||
{
|
||||
"file" : "ModuleManager.2.2.0.dll",
|
||||
"identifier" : "ModuleManager",
|
||||
"version" : "v2.2.0",
|
||||
"install_to" : "GameData",
|
||||
"license" : "CC-BY-SA",
|
||||
"required" : true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DevHelper",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/60880-Magic-Smoke-Industries-DevHelper-0-3-Dec-26-2013",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/22/Magic%20Smoke%20Industries%20DevHelper"
|
||||
},
|
||||
"ksp_version": "0.24.2",
|
||||
"name": "Magic Smoke Industries DevHelper",
|
||||
"abstract": "Jump straight to the VAB/SPH when starting KSP.",
|
||||
"author": "sirkut",
|
||||
"version": "0.6",
|
||||
"download": "https://kerbalstuff.com/mod/22/Magic%20Smoke%20Industries%20DevHelper/download/0.6",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 798451
|
||||
}
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DogeCoinFlag",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/DogeCoinFlag",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/269/Dogecoin%20Flag"
|
||||
},
|
||||
"homepage": "https://www.reddit.com/r/dogecoin/comments/1tdlgg/i_made_a_more_accurate_dogecoin_and_a_ksp_flag/"
|
||||
},
|
||||
"name": "Dogecoin Flag",
|
||||
"license": "CC-BY",
|
||||
"abstract": "Such flag. Very currency. To the mun! Wow!",
|
||||
"author": "pjf",
|
||||
"version": "1.01",
|
||||
"download": "https://kerbalstuff.com/mod/269/Dogecoin%20Flag/download/1.01",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 53647,
|
||||
"ksp_version": "0.25"
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DogeCoinFlag",
|
||||
"ksp_version": "any",
|
||||
"resources": {
|
||||
"homepage": "https://www.reddit.com/r/dogecoin/comments/1tdlgg/i_made_a_more_accurate_dogecoin_and_a_ksp_flag/",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/269/Dogecoin%20Flag"
|
||||
},
|
||||
"name": "Dogecoin Flag",
|
||||
"license": "CC-BY",
|
||||
"abstract": "Such flag. Very currency. To the mun! Wow!",
|
||||
"author": "pjf",
|
||||
"version": "1.02",
|
||||
"download": "https://kerbalstuff.com/mod/269/Dogecoin%20Flag/download/1.02",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 53359
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "EngineIgnitor-Unofficial-Repack",
|
||||
"name": "Engine Ignitor (repack)",
|
||||
"author": "HoneyFox (repacked by pjf)",
|
||||
"abstract": "Engine ignition and throttles now work like real engines.",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "RealFuels"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"EngineIgnitor"
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/51880",
|
||||
"repository": "https://github.com/pjf/EngineIgnitor"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "EngineIgnitor-3.4.1.1/GameData/EngineIgnitor",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "3.4.1.1",
|
||||
"download": "https://github.com/pjf/EngineIgnitor/releases/download/3.4.1.1/EngineIgnitor-3.4.1.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 652429,
|
||||
"ksp_version": "0.25.0"
|
||||
}
|
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "FerramAerospaceResearch",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"comment": "Setting to *no* github releases so the code doesn't try to confuse NEAR with FAR",
|
||||
"resources": {
|
||||
"github": {
|
||||
"url": "https://github.com/ferram4/Ferram-Aerospace-Research",
|
||||
"releases": false
|
||||
},
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research"
|
||||
},
|
||||
"homepage": "http://kerbalspaceprogram.com/forum/showthread.php/20451"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/FerramAerospaceResearch",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"file": "Ships",
|
||||
"install_to": "Ships",
|
||||
"optional": true,
|
||||
"description": "FAR example craft"
|
||||
}
|
||||
],
|
||||
"name": "Ferram Aerospace Research",
|
||||
"abstract": "FAR replaces KSP's stock mass-based aerodynamics model with one based on real-life physics.",
|
||||
"author": "ferram4",
|
||||
"version": "v0.14.3.1",
|
||||
"download": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research/download/v0.14.3.1",
|
||||
"download_size": 176427,
|
||||
"ksp_version": "0.25"
|
||||
}
|
|
@ -3,16 +3,10 @@
|
|||
"identifier": "FerramAerospaceResearch",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"comment": "Setting to *no* github releases so the code doesn't try to confuse NEAR with FAR",
|
||||
"resources": {
|
||||
"github": {
|
||||
"url": "https://github.com/ferram4/Ferram-Aerospace-Research",
|
||||
"releases": false
|
||||
},
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research"
|
||||
},
|
||||
"homepage": "http://kerbalspaceprogram.com/forum/showthread.php/20451"
|
||||
"repository": "https://github.com/ferram4/Ferram-Aerospace-Research",
|
||||
"homepage": "http://kerbalspaceprogram.com/forum/showthread.php/20451",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
|
@ -31,11 +25,12 @@
|
|||
"description": "FAR example craft"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"name": "Ferram Aerospace Research",
|
||||
"abstract": "FAR replaces KSP's stock mass-based aerodynamics model with one based on real-life physics.",
|
||||
"author": "ferram4",
|
||||
"version": "v0.14.3.2",
|
||||
"download": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research/download/v0.14.3.2",
|
||||
"download_size": 176527,
|
||||
"ksp_version": "0.25"
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 176527
|
||||
}
|
|
@ -1,42 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name" : "Ferram Aerospace Research(FAR)",
|
||||
"abstract" : "Realistic aerodynamics for KSP",
|
||||
"identifier": "FerramAerospaceResearch",
|
||||
"download" : "https://github.com/ferram4/Ferram-Aerospace-Research/releases/download/v0.14.1.1/FerramAerospaceResearch_v0_14_1_1.zip",
|
||||
"license" : "GPL-3.0",
|
||||
"version" : "0.14.1.1",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.24",
|
||||
"comment" : "Setting to *no* github releases so the code doesn't try to confuse NEAR with FAR",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/20451",
|
||||
"github" : {
|
||||
"url" : "https://github.com/ferram4/Ferram-Aerospace-Research",
|
||||
"releases" : false
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/FerramAerospaceResearch",
|
||||
"install_to" : "GameData"
|
||||
},
|
||||
{
|
||||
"file" : "Ships",
|
||||
"install_to" : "Ships",
|
||||
"optional" : true,
|
||||
"description" : "FAR example craft"
|
||||
}
|
||||
|
||||
],
|
||||
"bundles" : [
|
||||
{
|
||||
"file" : "GameData/ModuleManager.2.2.0.dll",
|
||||
"identifier" : "ModuleManager",
|
||||
"version" : "2.2.0",
|
||||
"install_to" : "GameData",
|
||||
"license" : "CC-BY-SA",
|
||||
"required" : true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "FinePrint",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/88445-0-24-2-Fine-Print-v0-5a-Formerly-Extra-Contracts-%28July-27%29",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/81/Fine%20Print"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Fine Print",
|
||||
"abstract": " Fine Print gives purpose to many formerly meaningless activities like driving rovers and building stations by more than doubling the amount of contract types in the game.",
|
||||
"author": "Arsonide",
|
||||
"version": "0.59",
|
||||
"download": "https://kerbalstuff.com/mod/81/Fine%20Print/download/0.59",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 210864
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Firespitter",
|
||||
"license": "restricted",
|
||||
"comment": "Our version really depends on FirespitterCore",
|
||||
"ksp_version_min": "0.24.2",
|
||||
"resources": {
|
||||
"repository": "https://github.com/snjo/Firespitter",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/showthread.php/24551-Firespitter",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/63/Firespitter"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "FirespitterCore",
|
||||
"min_version": "7.0.5398.27328"
|
||||
}
|
||||
],
|
||||
"x_supports": [
|
||||
{
|
||||
"name": "PartCatalog"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "Firespitter",
|
||||
"install_to": "GameData",
|
||||
"filter": "Firespitter.dll",
|
||||
"comment": "The DLL is installed from FirespitterCore"
|
||||
},
|
||||
{
|
||||
"file": "PartCatalog",
|
||||
"install_to": "GameData",
|
||||
"comment": "Firespitter graphics for PartCatalog"
|
||||
}
|
||||
],
|
||||
"name": "Firespitter",
|
||||
"abstract": "Propeller plane and helicopter parts",
|
||||
"author": "Snjo",
|
||||
"version": "6.3.5",
|
||||
"download": "https://kerbalstuff.com/mod/63/Firespitter/download/6.3.5",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 37457313
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"author" : "Snjo",
|
||||
"abstract" : "Core Firespitter.dll. Install `Firespitter` for the whole shebang",
|
||||
"version" : "7.0.5398.27328",
|
||||
"identifier" : "FirespitterCore",
|
||||
"install" : [
|
||||
{
|
||||
"file" : "Firespitter",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"download" : "http://firespitter.s3.amazonaws.com/FirespitterCore-7.0.5398.27328.zip",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/24551-Firespitter-propeller-plane-and-helicopter-parts",
|
||||
"github" : {
|
||||
"url" : "https://github.com/snjo/Firespitter/"
|
||||
}
|
||||
},
|
||||
"release_status" : "stable",
|
||||
"spec_version" : 1,
|
||||
"license" : "restricted",
|
||||
"name" : "Firespitter Core"
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "HangarExtender",
|
||||
"license": "CC-BY-4.0",
|
||||
"install": [
|
||||
{
|
||||
"file": "FShangarExtender",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://snjo.net",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/18/Hangar%20Extender"
|
||||
},
|
||||
"ksp_version": "0.24.2",
|
||||
"name": "Hangar Extender",
|
||||
"abstract": "Extends the usable area when building in the SPH or VAB, so you can build outside or above the building. Useful for building large aircraft carriers or tall rockets.",
|
||||
"author": "Snjo",
|
||||
"version": "2.0",
|
||||
"download": "https://kerbalstuff.com/mod/18/Hangar%20Extender/download/2.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 6593
|
||||
}
|
|
@ -4,13 +4,9 @@
|
|||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"github": {
|
||||
"url": "https://github.com/sirkut/InfernalRobotics"
|
||||
},
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/8/Magic%20Smoke%20Industries%20Infernal%20Robotics"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/37707-0-23-5-Magic-Smoke-Industries-Infernal-Robotics-0-16-4"
|
||||
"repository": "https://github.com/sirkut/InfernalRobotics",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/37707-0-23-5-Magic-Smoke-Industries-Infernal-Robotics-0-16-4",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/8/Magic%20Smoke%20Industries%20Infernal%20Robotics"
|
||||
},
|
||||
"recommends": [
|
||||
{
|
||||
|
@ -23,12 +19,12 @@
|
|||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"name": "Magic Smoke Industries Infernal Robotics",
|
||||
"abstract": "Making stuff move.",
|
||||
"author": "sirkut",
|
||||
"version": "0.19.2",
|
||||
"download": "https://kerbalstuff.com/mod/8/Magic%20Smoke%20Industries%20Infernal%20Robotics/download/0.19.2",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 11664244,
|
||||
"ksp_version": "0.25"
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 11664244
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Kerbal Attachement System",
|
||||
"identifier" : "KAS",
|
||||
"abstract" : "KAS introduce new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabable & attachable parts.",
|
||||
"download" : "http://kerbal.curseforge.com/ksp-mods/223900-kerbal-attachment-system-kas/files/2216138/download",
|
||||
"license" : "restricted",
|
||||
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ],
|
||||
"version" : "0.4.9",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"depends" : [
|
||||
{"name" : "ModuleManager"}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "KWRocketry",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/51037-0-22-KW-Rocketry-v2-5-5-Avaliable-New-Sounds-New-Parts-11-11-2013",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/67/KW%20Rocketry"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "KW Rocketry",
|
||||
"abstract": "The comprehensive launch vehicle construction pack by Winston and Kickasskyle",
|
||||
"author": "Winston",
|
||||
"version": "2.6d2",
|
||||
"download": "https://kerbalstuff.com/mod/67/KW%20Rocketry/download/2.6d2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 56671297
|
||||
}
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Karbonite",
|
||||
"identifier": "Karbonite",
|
||||
"author": "RoverDude",
|
||||
"abstract": "A newly discovered mineral that has hydrocarbon-like properties and is perfect for processing into a fuel. It's easily mined from the surface, and can be found in liquid or gaseous forms on certain planets.",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/87335",
|
||||
"repository": "https://github.com/BobPalmer/Karbonite"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "USITools"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
},
|
||||
{
|
||||
"name": "FirespitterCore"
|
||||
},
|
||||
{
|
||||
"name": "ORSX"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "TextureReplacer"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/UmbraSpaceIndustries",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "0.4.4",
|
||||
"download": "https://github.com/BobPalmer/Karbonite/releases/download/0.4.4/Karbonite_0.4.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 39015866
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Kerb-fu",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "MechJeb2"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/74625",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/275/Professor%20Phineas%20Kerbenstein's%20wonderous%20vertical%20propulsion%20emporium."
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Professor Phineas Kerbenstein's wonderous vertical propulsion emporium.",
|
||||
"abstract": "Vertical Propulsion Emporium",
|
||||
"author": "Kerb_fu",
|
||||
"version": "v0.20a",
|
||||
"download": "https://kerbalstuff.com/mod/275/Professor%20Phineas%20Kerbenstein's%20wonderous%20vertical%20propulsion%20emporium./download/v0.20a",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 22263178
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Kerbal Alarm Clock",
|
||||
"identifier": "KerbalAlarmClock",
|
||||
"abstract": "Create reminder alarms to help manage flights and not warp past important times",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/24786-0-25-0-Kerbal-Alarm-Clock-v3-0-1-0-%28Oct-26%29",
|
||||
"license": "https://github.com/TriggerAu/KerbalAlarmClock/blob/master/LICENSE",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/231/Kerbal%20Alarm%20Clock",
|
||||
"x_curse": "http://kerbal.curseforge.com/ksp-mods/220289-kerbal-alarm-clock",
|
||||
"repository": "https://github.com/TriggerAu/KerbalAlarmClock"
|
||||
},
|
||||
"author": "TriggerAu",
|
||||
"version": "v3.0.4.0",
|
||||
"download": "https://github.com/TriggerAu/KerbalAlarmClock/releases/download/v3.0.4.0/KerbalAlarmClock_3.0.4.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 406154
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "KerbalConstructionTime",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "StageRecovery"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TarsierSpaceTech"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/KerbalConstructionTime",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/92377-0-24-2-Kerbal-Construction-Time-Release-v1-0-0-%288-29-14%29",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/125/Kerbal%20Construction%20Time"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Kerbal Construction Time",
|
||||
"license": "GPL-3.0",
|
||||
"abstract": "Unrapid Planned Assembly",
|
||||
"author": "magico13",
|
||||
"version": "1.0.3",
|
||||
"download": "https://kerbalstuff.com/mod/125/Kerbal%20Construction%20Time/download/1.0.3",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 574652
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "KerbalFlightData",
|
||||
"name": "Kerbal Flight Data",
|
||||
"abstract": "Displays essential information for piloting space planes. Meant to be used in conjunction with Ferram Aerospace Resarch.",
|
||||
"license": "GPL-3.0",
|
||||
"ksp_version": "0.25",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
},
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80842",
|
||||
"repository": "https://github.com/DaMichel/KerbalFlightData"
|
||||
},
|
||||
"author": "DaMichel",
|
||||
"release_status": "stable",
|
||||
"version": "R12",
|
||||
"download": "https://github.com/DaMichel/KerbalFlightData/releases/download/R12/KerbalFlightDataR12.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 20181
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "KerbalFlightIndicators",
|
||||
"name": "Kerbal Flight Indicators",
|
||||
"abstract": "Draws a flight vector indicator and other things in your field of view.",
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"ksp_version": "0.25",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80277",
|
||||
"repository": "https://github.com/DaMichel/KerbalFlightIndicators"
|
||||
},
|
||||
"author": "DaMichel",
|
||||
"release_status": "stable",
|
||||
"version": "R8",
|
||||
"download": "https://github.com/DaMichel/KerbalFlightIndicators/releases/download/R8/KerbalFlightIndicatorsR8.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 18487
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "KerbalJointReinforcement",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"repository": "https://github.com/ferram4/Kerbal-Joint-Reinforcement/",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/55657",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/53/Kerbal%20Joint%20Reinforcement"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Kerbal Joint Reinforcement",
|
||||
"abstract": "KJR tightens up the joints between parts and adds some physics-adjusting parameters to make vehicles more stable when loading on the launchpad or coming out of timewarp.",
|
||||
"author": "ferram4",
|
||||
"version": "v2.4.4",
|
||||
"download": "https://kerbalstuff.com/mod/53/Kerbal%20Joint%20Reinforcement/download/v2.4.4",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 36034
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "KerbinSide",
|
||||
"license": "BSD-3-clause",
|
||||
"depends": [
|
||||
{
|
||||
"name": "KerbalKonstructs"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/82785-0-24-Kerbin-Side-v0-30-Interim-Physics-Fix-Release",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/77/KerbinSide"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "KerbinSide",
|
||||
"abstract": "New Bases For Planet Kerbin!",
|
||||
"author": "AlphaAsh",
|
||||
"version": "0.39",
|
||||
"download": "https://kerbalstuff.com/mod/77/KerbinSide/download/0.39",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 69739031
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Kethane",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/23979-Kethane",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/152/Kethane"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Kethane",
|
||||
"abstract": "The resource-harvesting classic! Find Kethane on planets and moons, mine it with drills and process it into usable fuel.",
|
||||
"author": "Majiir",
|
||||
"version": "0.9.2",
|
||||
"download": "https://kerbalstuff.com/mod/152/Kethane/download/0.9.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 15659877
|
||||
}
|
|
@ -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.1",
|
||||
"download": "https://github.com/SirDiazo/LandingHeight/releases/download/1.1/LandingHeight11.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 3792
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "MechJeb2",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/12384-PART-0-25-Anatid-Robotics-MuMech-MechJeb-Autopilot-v2-4-0"
|
||||
},
|
||||
"name": "MechJeb 2",
|
||||
"license": "GPL-3.0",
|
||||
"abstract": "Anatid Robotics and Multiversal Mechatronics proudly presents the first flight assistant autopilot: MechJeb",
|
||||
"author": "sarbian",
|
||||
"version": "2.4.0",
|
||||
"download": "http://addons.curse.cursecdn.com/files/2216/245/MechJeb2-2.4.0.0.zip",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault."
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "NovaPunch",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/NovaPunch2",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"file": "Ships/VAB",
|
||||
"install_to": "Ships",
|
||||
"comment": "NovaPunch craft files"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/3870",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/26/NovaPunch"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "NovaPunch",
|
||||
"abstract": "Novapunch is a pack of realistically-styled rocket parts from 1 to 5 meters in diameter. It includes engines, fuel tanks, many adapters and utility parts as well as new crew capsules and spacecraft.",
|
||||
"author": "Tiberion",
|
||||
"version": "2.07",
|
||||
"download": "https://kerbalstuff.com/mod/26/NovaPunch/download/2.07",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 87601867
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Open Resource Standard Fork",
|
||||
"version" : "0.1.1",
|
||||
"author" : "RoverDude",
|
||||
"identifier" : "ORSX",
|
||||
"abstract" : "An ORS Fork",
|
||||
"license" : "BSD-3-clause",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"download" : "https://github.com/BobPalmer/ORSX/archive/0.1.1.zip",
|
||||
"resources" : {
|
||||
"github" : {
|
||||
"url" : "https://github.com/BobPalmer/ORSX"
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "ORSX-0.1.1/GameData/ORSX",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ORSX",
|
||||
"name": "Open Resource System Fork",
|
||||
"author": "RoverDude",
|
||||
"abstract": "An ORS Fork",
|
||||
"license": "BSD-3-clause",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"repository": "https://github.com/BobPalmer/ORSX"
|
||||
},
|
||||
"version": "0.1.3",
|
||||
"download": "https://github.com/BobPalmer/ORSX/releases/download/0.1.3/ORSX_0.1.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 64566
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "PlanetShine",
|
||||
"license": "Apache-2.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/96497",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/266/PlanetShine"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "PlanetShine",
|
||||
"abstract": "Planets and moons reflects their light to your vessel + other ambient light improvements",
|
||||
"author": "Valerian",
|
||||
"version": "0.2.2",
|
||||
"download": "https://kerbalstuff.com/mod/266/PlanetShine/download/0.2.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 41869
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "QuickRevert",
|
||||
"license": "GPL-3.0",
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "SRL"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/95168",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/237/QuickRevert"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "QuickRevert",
|
||||
"abstract": "QuickRevert is a small plugin which add the possibility to keep your revert",
|
||||
"author": "malah",
|
||||
"version": "v1.10",
|
||||
"download": "https://kerbalstuff.com/mod/237/QuickRevert/download/v1.10",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 30931
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "RCS Landing Aid",
|
||||
"identifier": "RCSLandAid",
|
||||
"author": "Diazo",
|
||||
"abstract": "Cancel your horizontal velocity with your RCS to land. Also allows hovering over a specific point.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/85838",
|
||||
"repository": "https://github.com/SirDiazo/RCSLandAid"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.2",
|
||||
"download": "https://github.com/SirDiazo/RCSLandAid/releases/download/1.2/RCSLandAid12a.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 15267
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "RasterPropMonitor Core",
|
||||
"identifier": "RasterPropMonitor-Core",
|
||||
"author": "Mihara",
|
||||
"abstract": "A toolkit for creating interactive IVA experiences.",
|
||||
"comment": "This package contains the plugin, and the standard parts library.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/57603",
|
||||
"manual": "https://github.com/Mihara/RasterPropMonitor/wiki",
|
||||
"repository": "https://github.com/Mihara/RasterPropMonitor"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/JSI",
|
||||
"filter": [
|
||||
"Agencies",
|
||||
"RPMPodPatches"
|
||||
],
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "v0.18.3",
|
||||
"download": "https://github.com/Mihara/RasterPropMonitor/releases/download/v0.18.3/RasterPropMonitor.0.18.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 581923,
|
||||
"ksp_version": "0.25.0"
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "RasterPropMonitor",
|
||||
"identifier": "RasterPropMonitor",
|
||||
"author": "Mihara",
|
||||
"abstract": "Makes Stock IVAs more interactive.",
|
||||
"comment": "This package contains the stock IVA patches and the JSI agency.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/57603",
|
||||
"manual": "https://github.com/Mihara/RasterPropMonitor/wiki",
|
||||
"repository": "https://github.com/Mihara/RasterPropMonitor"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "RasterPropMonitor-Core"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "VesselView-RasterPropMonitor"
|
||||
},
|
||||
{
|
||||
"name": "SCANsat"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/JSI",
|
||||
"filter": [
|
||||
"RasterPropMonitor"
|
||||
],
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "v0.18.3",
|
||||
"download": "https://github.com/Mihara/RasterPropMonitor/releases/download/v0.18.3/RasterPropMonitor.0.18.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 581923,
|
||||
"ksp_version": "0.25.0"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RealChute",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"repository": "https://github.com/StupidChris/RealChute",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/57988",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/71/RealChute%20Parachute%20Systems"
|
||||
},
|
||||
"name": "RealChute Parachute Systems",
|
||||
"abstract": "RealChute is a complete rework of the stock parachute module to fix a few of it's inconveniences and get more realistic results out of parachutes!",
|
||||
"author": "stupid_chris",
|
||||
"version": "1.2.5.3",
|
||||
"download": "https://kerbalstuff.com/mod/71/RealChute%20Parachute%20Systems/download/1.2.5.3",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2709106,
|
||||
"ksp_version_min": "0.25.0",
|
||||
"ksp_version_max": "0.25.0"
|
||||
}
|
|
@ -1,43 +0,0 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Real Fuels",
|
||||
"abstract" : "Real fuels and tanks for KSP",
|
||||
"identifier" : "RealFuels",
|
||||
"download" : "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v7.4/RealFuels_v7.4.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "NathanKell" ],
|
||||
"version" : "7.4",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.24.2",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/64118",
|
||||
"github" : {
|
||||
"url" : "https://github.com/NathanKell/ModularFuelSystem",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "RealFuels",
|
||||
"install_to" : "GameData"
|
||||
},
|
||||
{
|
||||
"file" : "TweakScale",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "ModuleManager", "min_version" : "2.4.5" },
|
||||
{ "name" : "RFEngineConfigs" }
|
||||
],
|
||||
"conflicts" : [
|
||||
{ "name" : "ModularFuelSystem" },
|
||||
{ "name" : "ModularFuelTanks" }
|
||||
],
|
||||
"recommends" : [
|
||||
{ "name" : "CrossFeedEnabler" }
|
||||
],
|
||||
"suggests" : [
|
||||
{ "name" : "EngineIgnitor" }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Real Fuels",
|
||||
"abstract": "Real fuels and tanks for KSP",
|
||||
"identifier": "RealFuels",
|
||||
"license": "CC-BY-SA",
|
||||
"author": [
|
||||
"ialdabaoth",
|
||||
"NathanKell"
|
||||
],
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/64118",
|
||||
"repository": "https://github.com/NathanKell/ModularFuelSystem"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "RealFuels",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"file": "TweakScale",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "RealFuels-Engine-Configs"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "ModularFuelSystem"
|
||||
},
|
||||
{
|
||||
"name": "ModularFuelTanks"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "CrossFeedEnabler"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "EngineIgnitor"
|
||||
}
|
||||
],
|
||||
"version": "rf-v8.1",
|
||||
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v8.1/RealFuels_v8.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 264528
|
||||
}
|
|
@ -1,42 +0,0 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Real Solar System",
|
||||
"identifier" : "RealSolarSystem",
|
||||
"abstract" : "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
|
||||
"download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.0/RealSolarSystem_v8.0.zip",
|
||||
"license" : "CC-BY-NC-SA",
|
||||
"version" : "8.0",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"depends" : [
|
||||
{ "name" : "RSSTextures" },
|
||||
{ "name" : "ModuleManager", "min_version" : "2.5.0" }
|
||||
],
|
||||
"recommends" : [
|
||||
{ "name" : "RealismOverhaul" },
|
||||
{ "name" : "Toolbar" }
|
||||
],
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/55145",
|
||||
"github" : {
|
||||
"url" : "https://github.com/NathanKell/RealSolarSystem",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "RealSolarSystem",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"bundles" : [
|
||||
{
|
||||
"file" : "CustomBiomes",
|
||||
"identifier" : "CustomBiomes",
|
||||
"version" : "1.6.6",
|
||||
"install_to" : "GameData",
|
||||
"license" : "CC-BY-NC-SA",
|
||||
"required" : false
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,53 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Real Solar System",
|
||||
"identifier": "RealSolarSystem",
|
||||
"abstract": "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"depends": [
|
||||
{
|
||||
"name": "RSSTextures"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.5.0"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
|
||||
"github": {
|
||||
"url": "https://github.com/NathanKell/RealSolarSystem"
|
||||
}
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "RealSolarSystem",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"bundles": [
|
||||
{
|
||||
"file": "CustomBiomes",
|
||||
"identifier": "CustomBiomes",
|
||||
"version": "1.6.6",
|
||||
"install_to": "GameData",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"author": "NathanKell",
|
||||
"version": "v8.1.2",
|
||||
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.1.2/RealSolarSystem_v8.1.2.zip",
|
||||
"comment": "Generated by gh2ckan",
|
||||
"download_size": 221760
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
"abstract": "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"depends": [
|
||||
{
|
||||
"name": "RSSTextures"
|
||||
|
@ -16,6 +15,9 @@
|
|||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "CustomBiomes-Data-RSS"
|
||||
},
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
},
|
||||
|
@ -25,9 +27,7 @@
|
|||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
|
||||
"github": {
|
||||
"url": "https://github.com/NathanKell/RealSolarSystem"
|
||||
}
|
||||
"repository": "https://github.com/NathanKell/RealSolarSystem"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
|
@ -35,19 +35,10 @@
|
|||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"bundles": [
|
||||
{
|
||||
"file": "CustomBiomes",
|
||||
"identifier": "CustomBiomes",
|
||||
"version": "1.6.6",
|
||||
"install_to": "GameData",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"author": "NathanKell",
|
||||
"version": "v8.2",
|
||||
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.2/RealSolarSystem_v8.2.zip",
|
||||
"comment": "Generated by gh2ckan",
|
||||
"download_size": 221881
|
||||
"version": "v8.2.1",
|
||||
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.2.1/RealSolarSystem_v8.2.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 221951,
|
||||
"ksp_version": "0.25.0"
|
||||
}
|
|
@ -1,55 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name" : "Realism Overhaul",
|
||||
"identifier": "RealismOverhaul",
|
||||
"abstract" : "Overhaul KSP to use realistic fuels, engines, masses, and more",
|
||||
"download" : "https://github.com/NathanKell/RealismOverhaul/releases/download/v6.0a12/RealismOverhaulv6a12.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"version" : "6a12",
|
||||
"release_status" : "alpha",
|
||||
"ksp_version" : "0.24.2",
|
||||
"depends" : [
|
||||
{ "name" : "AJE" },
|
||||
{ "name" : "DeadlyReentry", "min_version" : "5.2" },
|
||||
{ "name" : "EngineIgnitor" },
|
||||
{ "name" : "FerramAerospaceResearch" },
|
||||
{ "name" : "ModuleManager" },
|
||||
{ "name" : "ModuleRCSFX" },
|
||||
{ "name" : "RealChutes" },
|
||||
{ "name" : "RealFuels" },
|
||||
{ "name" : "RealSolarSystem" }
|
||||
],
|
||||
"recommends" : [
|
||||
{ "name" : "KerbalJointReinforcement" },
|
||||
{ "name" : "RemoteTech2" },
|
||||
{ "name" : "TACLS" },
|
||||
{ "name" : "TweakScale" },
|
||||
{ "name" : "CrossFeedEnabler" },
|
||||
{ "name" : "MechJeb" },
|
||||
{ "name" : "ModuleFixer" },
|
||||
{ "name" : "PartCatalog" },
|
||||
{ "name" : "TextureReplacer" },
|
||||
{ "name" : "ActiveTextureManagement" },
|
||||
{ "name" : "Toolbar" }
|
||||
],
|
||||
"provides" : [ "RFEngineConfigs" ],
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/84689",
|
||||
"github" : {
|
||||
"url" : "https://github.com/NathanKell/RealismOverhaul",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "RealismOverhaul",
|
||||
"install_to" : "GameData"
|
||||
},
|
||||
{
|
||||
"file" : "ThunderAerospace",
|
||||
"install_to" : "GameData",
|
||||
"requires" : "TACLS",
|
||||
"overwrite" : true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Realism Overhaul",
|
||||
"identifier": "RealismOverhaul",
|
||||
"abstract": "Multipatch to KSP to give things realistic stats and sizes",
|
||||
"license": "CC-BY-SA",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "AJE"
|
||||
},
|
||||
{
|
||||
"name": "DeadlyReentry"
|
||||
},
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
},
|
||||
{
|
||||
"name": "KerbalJointReinforcement"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "ModuleRCSFX"
|
||||
},
|
||||
{
|
||||
"name": "RealChute"
|
||||
},
|
||||
{
|
||||
"name": "RealFuels"
|
||||
},
|
||||
{
|
||||
"name": "TACLS-Config-RealismOverhaul"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "ActiveTextureManagement"
|
||||
},
|
||||
{
|
||||
"name": "CrossFeedEnabler"
|
||||
},
|
||||
{
|
||||
"name": "EngineIgnitor"
|
||||
},
|
||||
{
|
||||
"name": "MechJeb2"
|
||||
},
|
||||
{
|
||||
"name": "ModuleFixer"
|
||||
},
|
||||
{
|
||||
"name": "PartCatalog"
|
||||
},
|
||||
{
|
||||
"name": "RealSolarSystem"
|
||||
},
|
||||
{
|
||||
"name": "RemoteTech"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "TextureReplacer"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
},
|
||||
{
|
||||
"name": "TweakScale"
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"RealFuels-Engine-Configs"
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/84689",
|
||||
"repository": "https://github.com/KSP-RO/RealismOverhaul"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "RealismOverhaul",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"file": "KAS",
|
||||
"install_to": "GameData",
|
||||
"comment": "KAS config, does not overwrite"
|
||||
}
|
||||
],
|
||||
"author": "RedAV8R",
|
||||
"version": "v6.1.2c",
|
||||
"download": "https://github.com/KSP-RO/RealismOverhaul/releases/download/v6.1.2c/RealismOverhaul-6.1.2c.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1385555,
|
||||
"ksp_version": "0.25.0"
|
||||
}
|
|
@ -4,17 +4,17 @@
|
|||
"license": "restricted",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"github": {
|
||||
"url": "https://github.com/RemoteTechnologiesGroup/RemoteTech"
|
||||
},
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/134/RemoteTech"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/83305"
|
||||
"repository": "https://github.com/RemoteTechnologiesGroup/RemoteTech",
|
||||
"bugtracker": "https://github.com/RemoteTechnologiesGroup/RemoteTech/issues",
|
||||
"manual": "http://remotetechnologiesgroup.github.io/RemoteTech/",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/83305",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/134/RemoteTech"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.3.1",
|
||||
"comment": "Earlier versions of MM have forward compatibility problems, according to the MM release notes."
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
@ -24,11 +24,13 @@
|
|||
}
|
||||
],
|
||||
"name": "RemoteTech",
|
||||
"description": "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",
|
||||
"ksp_version": "0.25",
|
||||
"abstract": "Adds new rules for communicating with unmanned probes.",
|
||||
"author": "Starstrider42",
|
||||
"version": "v1.5.1",
|
||||
"download": "https://kerbalstuff.com/mod/134/RemoteTech/download/v1.5.1",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 5418104,
|
||||
"ksp_version": "0.25"
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5418104
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RetroFuture",
|
||||
"depends": [
|
||||
{
|
||||
"name": "FirespitterCore"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.5.1"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
},
|
||||
{
|
||||
"name": "RasterPropMonitor"
|
||||
},
|
||||
{
|
||||
"name": "ProceduralDynamics"
|
||||
},
|
||||
{
|
||||
"name": "SmokeScreen"
|
||||
},
|
||||
{
|
||||
"name": "BDArmory"
|
||||
},
|
||||
{
|
||||
"name": "TweakScale"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "RetroFuture",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/84054",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/111/Retro-Future%20Planes"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Retro-Future Planes",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"abstract": "engines and more airplane parts for KSP; futuristic performance, classic designs",
|
||||
"author": "NohArk",
|
||||
"version": "1.6.6",
|
||||
"download": "https://kerbalstuff.com/mod/111/Retro-Future%20Planes/download/1.6.6",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 39043047
|
||||
}
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RetroFuture",
|
||||
"depends": [
|
||||
{
|
||||
"name": "FirespitterCore"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.5.1"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
},
|
||||
{
|
||||
"name": "RasterPropMonitor"
|
||||
},
|
||||
{
|
||||
"name": "ProceduralDynamics"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "SmokeScreen"
|
||||
},
|
||||
{
|
||||
"name": "BDArmory"
|
||||
},
|
||||
{
|
||||
"name": "TweakScale"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "RetroFuture",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/84054",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/111/Retro-Future%20Planes"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Retro-Future Planes",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"abstract": "engines and more airplane parts for KSP; futuristic performance, classic designs",
|
||||
"author": "NohArk",
|
||||
"version": "1.7",
|
||||
"download": "https://kerbalstuff.com/mod/111/Retro-Future%20Planes/download/1.7",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 44235246
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SRL",
|
||||
"license": "GPL-3.0",
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "QuickRevert"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/93722",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/145/Simulate,%20Revert%20&%20Launch"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Simulate, Revert & Launch",
|
||||
"abstract": "This mod is an ironman mod (no revert, as in europa universalis). Now you can try your rockets before launching them !",
|
||||
"author": "malah",
|
||||
"version": "v1.31",
|
||||
"download": "https://kerbalstuff.com/mod/145/Simulate,%20Revert%20&%20Launch/download/v1.31",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 46633
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SXT",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/24906"
|
||||
},
|
||||
"name": "SXT - Stock eXTension",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"abstract": "Ultra-light 'Stock-a-like' expansion pack that using only stock textures",
|
||||
"author": "Lack",
|
||||
"version": "18.5",
|
||||
"download": "https://dl.dropboxusercontent.com/u/39086055/SXT-Fixfor25.zip",
|
||||
"comment" : "Hand packaged by pjf, if anything's wrong, it's my fault."
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "StageRecovery",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KerbalConstructionTime"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "DebRefund"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/StageRecovery",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/86677-0-24-2-StageRecovery-Recover-Funds-from-Dropped-Stages-v1-3-%288-5-14%29",
|
||||
"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
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"ksp_version": "any",
|
||||
"name": "TAC Life Support (TACLS) - Realism Overhaul Config",
|
||||
"identifier": "TACLS-Config-RealismOverhaul",
|
||||
"abstract": "Realism Overhaul config for TACLS",
|
||||
"license": "CC-BY-SA",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"TACLS-Config"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TACLS-Config"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "ThunderAerospace",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/KSP-RO/RealismOverhaul"
|
||||
},
|
||||
"author": "RedAV8R",
|
||||
"version": "v6.1.2c",
|
||||
"download": "https://github.com/KSP-RO/RealismOverhaul/releases/download/v6.1.2c/RealismOverhaul-6.1.2c.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1385555
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "TACLS-Config-Stock",
|
||||
"name": "TAC Life Support (TACLS) - stock config",
|
||||
"abstract": "Stock configuration for TACLS",
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"ksp_version": "any",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "TACLS"
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"TACLS-Config"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TACLS-Config"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ThunderAerospace",
|
||||
"install_to": "GameData",
|
||||
"comment": "This installs only the LifeSupport.cfg file",
|
||||
"filter_regexp": "^(?!GameData/ThunderAerospace/TacLifeSupport/PluginData/TacLifeSupport/LifeSupport.cfg)"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/taraniselsu/TacLifeSupport"
|
||||
},
|
||||
"author": "taraniselsu",
|
||||
"version": "v0.10.1",
|
||||
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.10.1/TacLifeSupport_0.10.1.13.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5997448
|
||||
}
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "TACLS",
|
||||
"name": "TAC Life Support (TACLS)",
|
||||
"abstract": "Adds life support requirements and resources to all kerbals",
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"ksp_version": "0.25",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "TACLS-Config"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "MiniAVC"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KSP-AVC"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ThunderAerospace",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": "PluginData/TacLifeSupport/LifeSupport\\.cfg$"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/taraniselsu/TacLifeSupport"
|
||||
},
|
||||
"author": "taraniselsu",
|
||||
"version": "v0.10.1",
|
||||
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.10.1/TacLifeSupport_0.10.1.13.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5997448
|
||||
}
|
|
@ -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.14",
|
||||
"download": "https://github.com/SirDiazo/TWR1/releases/download/1.14/VertVel114.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 17530
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "TechManager",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/98293-0-25-TechManager-Version-1-0",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/297/TechManager"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "TechManager",
|
||||
"license": "MIT",
|
||||
"abstract": "This mod will allow you to change the tech tree, including the creation of new tech nodes. ",
|
||||
"author": "anonish",
|
||||
"version": "1.1",
|
||||
"download": "https://kerbalstuff.com/mod/297/TechManager/download/1.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 10771
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "TechManager",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/98293-0-25-TechManager-Version-1-0",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/297/TechManager"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "TechManager",
|
||||
"license": "MIT",
|
||||
"abstract": "This mod will allow you to change the tech tree, including the creation of new tech nodes. ",
|
||||
"author": "anonish",
|
||||
"version": "1.2",
|
||||
"download": "https://kerbalstuff.com/mod/297/TechManager/download/1.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 37246
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "TechManager",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/98293-0-25-TechManager-Version-1-0",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/297/TechManager"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "TechManager",
|
||||
"license": "MIT",
|
||||
"abstract": "This mod will allow you to change the tech tree, including the creation of new tech nodes. ",
|
||||
"author": "anonish",
|
||||
"version": "1.3",
|
||||
"download": "https://kerbalstuff.com/mod/297/TechManager/download/1.3",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 37364
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "TextureReplacer",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"comment": "Plugin is MIT, but some parts CC-BY-NC-SA, and we always specify most restrictive in metadata.",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/60961",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/150/TextureReplacer"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "TextureReplacer",
|
||||
"abstract": "Kerbal pimping and texture replacement, compression, mipmap generation and trilinear filtering.",
|
||||
"author": "shaw",
|
||||
"version": "1.9.2",
|
||||
"download": "https://kerbalstuff.com/mod/150/TextureReplacer/download/1.9.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 152543
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Trajectories",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/93685",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/238/Trajectories"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Trajectories",
|
||||
"license": "MIT",
|
||||
"abstract": "Displays atmospheric trajectory of the vessel, landing site, trajectory after aerobraking, etc. Compatible with FAR, NEAR, and stock aerodynamic model",
|
||||
"author": "Youen",
|
||||
"version": "v0.4.1",
|
||||
"download": "https://kerbalstuff.com/mod/238/Trajectories/download/v0.4.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 51253
|
||||
}
|
|
@ -14,9 +14,7 @@
|
|||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80234",
|
||||
"github": {
|
||||
"url": "https://github.com/Biotronic/TweakScale"
|
||||
}
|
||||
"repository": "https://github.com/Biotronic/TweakScale"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
|
@ -27,6 +25,6 @@
|
|||
"author": "Biotronic",
|
||||
"version": "v1.44",
|
||||
"download": "https://github.com/Biotronic/TweakScale/releases/download/v1.44/TweakScale_1.44.zip",
|
||||
"comment": "Generated by gh2ckan",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 127391
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Umbra Space Industries Tools",
|
||||
"author": "RoverDude",
|
||||
"identifier": "USITools",
|
||||
"abstract": "Common libraries for USI mods",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/UmbraSpaceIndustries",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"github": {
|
||||
"url": "https://github.com/BobPalmer/UmbraSpaceIndustries"
|
||||
}
|
||||
},
|
||||
"version": "0.2.3",
|
||||
"download": "https://github.com/BobPalmer/UmbraSpaceIndustries/releases/download/0.2.3/USITools_0.2.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 23961
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Umbra Space Industries Tools",
|
||||
"author": "RoverDude",
|
||||
"identifier": "USITools",
|
||||
"abstract": "Common libraries for USI mods",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/000_USITools",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/BobPalmer/UmbraSpaceIndustries"
|
||||
},
|
||||
"version": "0.2.4",
|
||||
"download": "https://github.com/BobPalmer/UmbraSpaceIndustries/releases/download/0.2.4/USITools_0.2.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 46094
|
||||
}
|
|
@ -1,61 +0,0 @@
|
|||
{
|
||||
"name" : "Karbonite",
|
||||
"identifier" : "Karbonite",
|
||||
"abstract" : "A newly discovered mineral that has hydrocarbon-like properties and is perfect for processing into a fuel. It's easily mined from the surface, and can be found in liquid or gaseous forms on certain planets.",
|
||||
"download" : "https://github.com/BobPalmer/Karbonite/releases/download/0.3.5/Karbonite_0.3.5.zip",
|
||||
"license" : "CC-BY-NC-SA",
|
||||
"version" : "0.3.5",
|
||||
"release_status" : "stable",
|
||||
"min_ksp" : "0.24.2",
|
||||
"max_ksp" : "0.24.2",
|
||||
"spec_version" : 1,
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/87335",
|
||||
"github" : {
|
||||
"url" : "https://github.com/BobPalmer/Karbonite",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/UmbraSpaceIndustries",
|
||||
"install_to" : "GameData"
|
||||
},
|
||||
{
|
||||
"file" : "GameData/TextureReplace",
|
||||
"install_to" : "GameData",
|
||||
"requires" : "TextureReplacer"
|
||||
}
|
||||
],
|
||||
|
||||
"recommends" : [ { "name" : "KarbonitePlus" } ],
|
||||
|
||||
"comment" : "Firespitter isn't a complete install below, and it's got a weird license. Likewise, the UmbraSpaceIndustries folder contains a number of standard USI parts that could be split out.",
|
||||
|
||||
"bundles" : [
|
||||
{
|
||||
"file" : "GameData/CommunityResourcePack",
|
||||
"identifier" : "CommunityResourcePack",
|
||||
"version" : "0.1.3",
|
||||
"install_to" : "GameData",
|
||||
"license" : "CC-BY-NC-SA",
|
||||
"required" : true
|
||||
},
|
||||
{
|
||||
"file" : "GameData/Firespitter",
|
||||
"identifier" : "Firespitter",
|
||||
"version" : "6.3.5",
|
||||
"install_to" : "GameData",
|
||||
"license" : "restricted",
|
||||
"required" : true
|
||||
},
|
||||
{
|
||||
"file" : "GameData/ModuleManager.2.3.3.dll",
|
||||
"identifier" : "ModuleManager",
|
||||
"version" : "2.3.3",
|
||||
"install_to" : "GameData",
|
||||
"license" : "CC-BY-SA",
|
||||
"required" : true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name" : "Mission Controller 2",
|
||||
"identifier" : "MissionControllerEC",
|
||||
"abstract" : "Better missions for Kerbal Space Program",
|
||||
"download" : "https://kerbalstuff.com/mod/93/Mission%20Controller%202/download/Version_1.01_Available",
|
||||
"license" : "GPLv3",
|
||||
"version" : "1.01",
|
||||
"release_status" : "stable",
|
||||
"min_ksp" : "0.24.2",
|
||||
"max_ksp" : "0.24.2",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/43645",
|
||||
"github" : {
|
||||
"url" : "https://github.com/malkuth1974/MissionController2",
|
||||
"releases" : false
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "MissionControllerEC",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -5,14 +5,9 @@
|
|||
"release_status": "stable",
|
||||
"resources": {
|
||||
"manual": "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"github": {
|
||||
"url": "https://github.com/KSP-KOS/KOS",
|
||||
"releases": true
|
||||
},
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System"
|
||||
},
|
||||
"homepage": "http://ksp-kos.github.io/KOS_DOC/"
|
||||
"repository": "https://github.com/KSP-KOS/KOS",
|
||||
"homepage": "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
|
@ -20,12 +15,12 @@
|
|||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"name": "kOS: Scriptable Autopilot System",
|
||||
"abstract": "kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks.",
|
||||
"author": "erendrake",
|
||||
"version": "0.14.2",
|
||||
"download": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System/download/0.14.2",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 2446373,
|
||||
"ksp_version": "0.25"
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2446373
|
||||
}
|
Loading…
Reference in New Issue