Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
c7ae379a23
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Actions Everywhere",
|
||||
"identifier": "ActsEW",
|
||||
"abstract": "Add mouse only actions from right-click menu to action groups, including resource locking and cross-feeding",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.90",
|
||||
"author": "Diazo",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100932",
|
||||
"repository": "https://github.com/SirDiazo/ActsEverywhere"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.2a",
|
||||
"download": "https://github.com/SirDiazo/ActsEverywhere/releases/download/1.2a/ActionsEverywhere12a.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 7172
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ColorCodedCans",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.5.6"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://imgur.com/a/goA7X",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters"
|
||||
},
|
||||
"name": "Color Coded Canisters",
|
||||
"abstract": "Stock-relplacement models and textures for rocket fuel tanks! Cleaner, prettier, and color-coded end-caps for ease of use in the VAB/SPH menus.",
|
||||
"author": "NecroBones",
|
||||
"version": "0.6",
|
||||
"download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.6",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2185202,
|
||||
"ksp_version_min": "0.90.0"
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ContractConfigurator",
|
||||
"name": "Contract Configurator",
|
||||
"abstract": "A config-file based solution for creating new contracts!",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"author": "nightingale",
|
||||
"description": "A config-file based solution for creating new contracts!",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CoherentContracts"
|
||||
},
|
||||
{
|
||||
"name": "ContractsWindowPlus"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
|
||||
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
|
||||
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
|
||||
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
|
||||
"repository": "https://github.com/jrossignol/ContractConfigurator"
|
||||
},
|
||||
"version": "0.5.2",
|
||||
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.5.2/ContractConfigurator_0.5.2.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 114498,
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90.0"
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/BoulderCo",
|
||||
"file": "GameData/EnvironmentalVisualEnhancements",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/EnvironmentalVisualEnhancements",
|
||||
"file": "GameData/BoulderCo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/EnvironmentalVisualEnhancements",
|
||||
"file": "GameData/BoulderCo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "FilterExtensions",
|
||||
"name": "Filter Extensions",
|
||||
"abstract": "Custom, configurable filters for the VAB/SPH.",
|
||||
"license": "CC-BY-4.0",
|
||||
"ksp_version": "0.90",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/000_FilterExtensions",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/Crzyrndm/FilterExtension"
|
||||
},
|
||||
"author": "Crzyrndm",
|
||||
"version": "1.14",
|
||||
"download": "https://github.com/Crzyrndm/FilterExtension/releases/download/1.14/Filter.Extensions.1.14.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 383741
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"x_via": "Automated KerbalStuff CKAN submission",
|
||||
"identifier": "ForScienceContinued",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"spec_version": "v1.4",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ForScience",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106004-0-90-ForScience-Continued",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/477/ForScience%20Continued!"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "ForScience Continued!",
|
||||
"abstract": "Build upon the ForScience mod by WaveFunctionP. This version adds an interface and exciting new features to it.",
|
||||
"author": "SpaceTiger",
|
||||
"version": "0.25.2",
|
||||
"download": "https://kerbalstuff.com/mod/477/ForScience%20Continued!/download/0.25.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 14690
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "HaystackContinued",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/89920",
|
||||
"repository": "https://github.com/qberticus/HaystackContinued",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/100/Haystack%20Continued"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "Haystack Continued",
|
||||
"abstract": "Now you can find that lost ship you were looking for!",
|
||||
"author": "qberticus",
|
||||
"version": "0.3.3.0",
|
||||
"download": "https://kerbalstuff.com/mod/100/Haystack%20Continued/download/0.3.3.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 94496
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"name": "Kerbal Alarm Clock",
|
||||
"identifier": "KerbalAlarmClock",
|
||||
"abstract": "An in-game alarm clock to help you stop missing important moments",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"author": "TriggerAu",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/24786",
|
||||
"license": "https://github.com/TriggerAu/KerbalAlarmClock/blob/master/LICENSE",
|
||||
"repository": "https://github.com/TriggerAu/KerbalAlarmClock",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/231/Kerbal%20Alarm%20Clock",
|
||||
"manual": "http://triggerau.github.io/KerbalAlarmClock/",
|
||||
"x_curse": "http://kerbal.curseforge.com/ksp-mods/220289-kerbal-alarm-clock"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"find": "KerbalAlarmClock",
|
||||
"install_to": "GameData/TriggerTech"
|
||||
}
|
||||
],
|
||||
"version": "v3.2.2.0",
|
||||
"download": "https://github.com/TriggerAu/KerbalAlarmClock/releases/download/v3.2.2.0/KerbalAlarmClock_3.2.2.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 460228
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"identifier": "NanoGauges",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"spec_version": 1,
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Nereid",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/84409-0-90-0-NanoGauges-tiny-ana1og-gauges-for-kerbalnauts-0-5-21-236",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/429/NanoGauges"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "NanoGauges",
|
||||
"abstract": "tiny analog gauges",
|
||||
"author": "Nereid",
|
||||
"version": "0.6.5-801",
|
||||
"download": "https://kerbalstuff.com/mod/429/NanoGauges/download/0.6.5-801",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1363363
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "OuterPlanetsMod",
|
||||
"x_netkan_license_ok": true,
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"install": [
|
||||
{
|
||||
"find": "GameData/OPM",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_to_be_added": "Kopernicus and CustomAsteroids from the archive",
|
||||
"x_to_be_added_recommended": "From the listing...",
|
||||
"x_to_be_added_supported": "From the listing...",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/104280-0-90-Outer-Planet-Mods-Expands-the-Kerbol-system-with-new-planets-based-on-Saturn",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/437/Outer%20Planets%20Mod"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "Outer Planets Mod",
|
||||
"abstract": "Expands the Kerbol system with new planets and moons based on Saturn, Uranus, Neptune and their moons",
|
||||
"author": "CaptRobau",
|
||||
"version": "1.3",
|
||||
"download": "https://kerbalstuff.com/mod/437/Outer%20Planets%20Mod/download/1.3",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 79498100
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "PlaneMode",
|
||||
"x_netkan_license_ok": true,
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106934",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/493/Plane%20Mode"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "Plane Mode",
|
||||
"license": "MIT",
|
||||
"abstract": "Swap Yaw/Roll in Flight",
|
||||
"author": "dbb",
|
||||
"version": "0.3.0",
|
||||
"download": "https://kerbalstuff.com/mod/493/Plane%20Mode/download/0.3.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 15368
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "PortableScienceContainer",
|
||||
"license": "restricted",
|
||||
"install": [
|
||||
{
|
||||
"file": "VerneTech",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "KAS"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106562-0-90-KAS-EVA-Portable-Science-Container-and-Transmitter-v1-2",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/490/KAS%20Portable%20Science%20Container"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "KAS Portable Science Container",
|
||||
"abstract": "A container for scientists you can take with you on EVA, stores multiple surface samples and EVA reports!",
|
||||
"author": "zorbaq",
|
||||
"version": "1.2.1",
|
||||
"download": "https://kerbalstuff.com/mod/490/KAS%20Portable%20Science%20Container/download/1.2.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 137406
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "PortableScienceContainer",
|
||||
"license": "restricted",
|
||||
"install": [
|
||||
{
|
||||
"file": "VerneTech",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "KAS"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106562-0-90-KAS-EVA-Portable-Science-Container-and-Transmitter-v1-2",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/490/KAS%20Portable%20Science%20Container"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "KAS Portable Science Container",
|
||||
"abstract": "A science container you can take with you on EVA, stores multiple surface samples and EVA reports!",
|
||||
"author": "zorbaq",
|
||||
"version": "1.2",
|
||||
"download": "https://kerbalstuff.com/mod/490/KAS%20Portable%20Science%20Container/download/1.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 137404
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ProceduralParts",
|
||||
"name": "Procedural Parts",
|
||||
"abstract": "ProceduralParts allows you to procedurally generate a number of different parts in a range of sizes and shapes.",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"x_broken_$vref_check_isue_97": "#/ckan/ksp-avc",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "PPTextures"
|
||||
},
|
||||
{
|
||||
"name": "FreedomTex"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/Swamp-Ig/ProceduralParts"
|
||||
},
|
||||
"author": "ItMustBeACamel",
|
||||
"version": "v1.0.0",
|
||||
"download": "https://github.com/Swamp-Ig/ProceduralParts/releases/download/v1.0.0/ProceduralParts-1.0.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 7386833
|
||||
}
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SETI",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "ProceduralParts"
|
||||
},
|
||||
{
|
||||
"name": "StageRecovery"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "KerbalEngineerRedux"
|
||||
},
|
||||
{
|
||||
"name": "TweakScale"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "SETI",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106130",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/484/SETI-BalanceMod"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "SETI-BalanceMod",
|
||||
"license": "restricted",
|
||||
"abstract": "The Scope, Econ & Tech Integration - BalanceMod combines and tweaks existing mods to provide a more coherent and balanced gameplay experience.",
|
||||
"author": "Yemo",
|
||||
"version": "0.5.0",
|
||||
"download": "https://kerbalstuff.com/mod/484/SETI-BalanceMod/download/0.5.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 329279
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"name": "Transfer Window Planner",
|
||||
"identifier": "TransferWindowPlanner",
|
||||
"abstract": "An ingame implementation of Alexmun's Launch Window Planner",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"author": "TriggerAu",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/93115",
|
||||
"license": "https://github.com/TriggerAu/TransferWindowPlanner/blob/master/LICENSE",
|
||||
"repository": "https://github.com/TriggerAu/TransferWindowPlanner",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/268/Transfer%20Window%20Planner",
|
||||
"manual": "http://triggerau.github.io/TransferWindowPlanner/",
|
||||
"x_curse": "http://kerbal.curseforge.com/ksp-mods/224116-transfer-window-planner"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"find": "TransferWindowPlanner",
|
||||
"install_to": "GameData/TriggerTech"
|
||||
}
|
||||
],
|
||||
"version": "v1.2.3.0",
|
||||
"download": "https://github.com/TriggerAu/TransferWindowPlanner/releases/download/v1.2.3.0/TransferWindowPlanner_1.2.3.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 91774
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "WiderContractsApp",
|
||||
"abstract": "The stock contracts app, but 60% wider.",
|
||||
"name": "Wider Contracts App",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"author": "nightingale",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106892",
|
||||
"bugtracker": "https://github.com/jrossignol/WiderContractsApp/issues",
|
||||
"license": "https://raw.githubusercontent.com/jrossignol/WiderContractsApp/master/GameData/WiderContractsApp/LICENSE.txt",
|
||||
"repository": "https://github.com/jrossignol/WiderContractsApp"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"download": "https://github.com/jrossignol/WiderContractsApp/releases/download/1.0.0/WiderContractsApp_1.0.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8434,
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90.0"
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "WiderContractsApp",
|
||||
"abstract": "The stock contracts app, but 60% wider.",
|
||||
"name": "Wider Contracts App",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"author": "nightingale",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106892",
|
||||
"bugtracker": "https://github.com/jrossignol/WiderContractsApp/issues",
|
||||
"license": "https://raw.githubusercontent.com/jrossignol/WiderContractsApp/master/GameData/WiderContractsApp/LICENSE.txt",
|
||||
"repository": "https://github.com/jrossignol/WiderContractsApp"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"download": "https://github.com/jrossignol/WiderContractsApp/releases/download/1.0.1/WiderContractsApp_1.0.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8447,
|
||||
"ksp_version_min": "0.90.0",
|
||||
"ksp_version_max": "0.90.0"
|
||||
}
|
Loading…
Reference in New Issue