NetKAN Updates
- BackgroundProcessing - RP-0 - RealismOverhaul - TACLS-Config-RealismOverhaul - kOS
This commit is contained in:
parent
85fb370a8f
commit
22f0ac47bb
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "BackgroundProcessing",
|
||||
"x_netkan_license_ok": true,
|
||||
"install": [
|
||||
{
|
||||
"file": "BackgroundProcessing.dll",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "BackgroundProcessing",
|
||||
"license": "MIT",
|
||||
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
|
||||
"author": "jamespicone",
|
||||
"version": "0.2.4",
|
||||
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.2.4",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8868
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RP-0",
|
||||
"name": "Realistic Progression Zero",
|
||||
"abstract": "Realistic Progression Zero - The lightweight Realism Overhaul tech tree",
|
||||
"license": "CC-BY-4.0",
|
||||
"author": "RP-0 Group",
|
||||
"release_status": "development",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
},
|
||||
{
|
||||
"name": "SXT"
|
||||
},
|
||||
{
|
||||
"name": "ProceduralFairings"
|
||||
},
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "ProceduralDyanmics"
|
||||
},
|
||||
{
|
||||
"name": "TweakScale"
|
||||
},
|
||||
{
|
||||
"name": "ProceduralParts"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/KSP-RO/RP-0"
|
||||
},
|
||||
"version": "v0.04",
|
||||
"download": "https://github.com/KSP-RO/RP-0/releases/download/v0.04/RP-0-v0.04.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 13480
|
||||
}
|
|
@ -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": "Felger",
|
||||
"version": "v7.0.0b",
|
||||
"download": "https://github.com/KSP-RO/RealismOverhaul/releases/download/v7.0.0b/RealismOverhaul_v7_0_0b.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1394482,
|
||||
"ksp_version": "0.25.0"
|
||||
}
|
|
@ -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": "Felger",
|
||||
"version": "v7.0.0b",
|
||||
"download": "https://github.com/KSP-RO/RealismOverhaul/releases/download/v7.0.0b/RealismOverhaul_v7_0_0b.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1394482
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "kOS",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"manual": "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"github": {
|
||||
"url": "https://github.com/KSP-KOS/KOS",
|
||||
"releases": true
|
||||
},
|
||||
"homepage": "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/kOS",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.3.1",
|
||||
"comment": "Earlier versions of MM have forward compatibility problems, according to the MM release notes."
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "RemoteTech",
|
||||
"min_version": "1.5.1",
|
||||
"comment": "RT gives incentive to having local control of craft, even unmanned ones"
|
||||
}
|
||||
],
|
||||
"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.15.1",
|
||||
"download": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System/download/0.15.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2524503
|
||||
}
|
Loading…
Reference in New Issue