NetKAN updates
- Kerb-fu is renamed to VerticalPropulsionEmporium New releases: - CIT Util - Karbonite Plus - RetroFuture - RoversNOthers - SCANsat - TWR - UKS
This commit is contained in:
parent
b3e66c1c72
commit
d5abdad566
|
@ -41,6 +41,7 @@
|
|||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"ksp_version": "0.25",
|
||||
"license": "MIT",
|
||||
"author": "nlight",
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "CIT-Util",
|
||||
"name": "CIT Utils",
|
||||
"abstract": "Caelum Ire Technologies shared utilities",
|
||||
"ksp_version": "0.25",
|
||||
"author": "marce",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"resources": {
|
||||
"homepage": "https://ksp.marce.at/",
|
||||
"repository": "https://github.com/marce155/KSP-CIT-Util"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "CIT",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.0.4-unofficial",
|
||||
"download": "https://github.com/pjf/KSP-CIT-Util/releases/download/1.0.4-unofficial/CITUtil_1.0.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 14914
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
"spec_version": 1,
|
||||
"identifier": "CrewFiles",
|
||||
"release_status": "stable",
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/83755",
|
||||
"bugtracker": "https://github.com/Ippo343/CrewFiles/issues",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"name": "Custom Asteroids (inner stock system data)",
|
||||
"abstract": "Adds asteroids inside orbit of Jool",
|
||||
"release_status": "stable",
|
||||
"x_netkan_license_ok": true,
|
||||
"depends": [
|
||||
{
|
||||
"name": "CustomAsteroids",
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
}
|
||||
],
|
||||
"x_maintained_by": "Starstrider42",
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"spec_version": 1,
|
||||
"identifier": "CustomAsteroids",
|
||||
"release_status": "stable",
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"repository": "https://github.com/Starstrider42/Custom-Asteroids",
|
||||
"bugtracker": "https://github.com/Starstrider42/Custom-Asteroids/issues",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"ksp_version": "0.25",
|
||||
"name": "DarkMultiPlayer Client",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"spec_version": 1,
|
||||
"identifier": "DogeCoinFlag",
|
||||
"ksp_version": "any",
|
||||
"x_netkan_license_ok": true,
|
||||
"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"
|
||||
|
|
|
@ -8,6 +8,15 @@
|
|||
"homepage": "http://kerbalspaceprogram.com/forum/showthread.php/20451",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research"
|
||||
},
|
||||
"provides": [
|
||||
"AerodynamicModel",
|
||||
"FAR"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AerodynamicModel"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "KarbonitePlus",
|
||||
"identifier": "KarbonitePlus",
|
||||
"author": "RoverDude",
|
||||
"abstract": "New resources and parts for Karbonite, including the resource Karborundum",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/93054",
|
||||
"repository": "https://github.com/BobPalmer/KarbonitePlus"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "Karbonite"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/UmbraSpaceIndustries",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "0.2.3",
|
||||
"download": "https://github.com/BobPalmer/KarbonitePlus/releases/download/0.2.3/KPlus_0.2.3.Zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 9479781
|
||||
}
|
|
@ -22,6 +22,7 @@
|
|||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"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"
|
||||
|
|
|
@ -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.1c",
|
||||
"download": "https://kerbalstuff.com/mod/111/Retro-Future%20Planes/download/1.7.1c",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 43525075
|
||||
}
|
|
@ -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.1d",
|
||||
"download": "https://kerbalstuff.com/mod/111/Retro-Future%20Planes/download/1.7.1d",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 43525070
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RoversNOthers",
|
||||
"license": "restricted",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Kerbice Group",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"file": "crafts/SPH",
|
||||
"install_to": "Ships"
|
||||
},
|
||||
{
|
||||
"file": "crafts/VAB",
|
||||
"install_to": "Ships"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/336/Rover'N'Others%20set%203"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Rover'N'Others set 3",
|
||||
"abstract": "This is the third set of Rovers'N'Others which provides some Y based bodies.",
|
||||
"author": "KerbiceGroup",
|
||||
"version": "0.5",
|
||||
"download": "https://kerbalstuff.com/mod/336/Rover'N'Others%20set%203/download/0.5",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1338508
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SCANsat",
|
||||
"license": "restricted",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "RasterPropMonitor"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80369",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/249/SCANsat"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "SCANsat",
|
||||
"abstract": "SCANsat: Real Scanning, Real Science, Warp Speed!",
|
||||
"author": "DMagic",
|
||||
"version": "v8.0",
|
||||
"download": "https://kerbalstuff.com/mod/249/SCANsat/download/v8.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1961163
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/86677-0-24-2-StageRecovery-Recover-Funds-from-Dropped-Stages-v1-3-%288-5-14%29",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/97/StageRecovery"
|
||||
|
|
|
@ -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.15",
|
||||
"download": "https://github.com/SirDiazo/TWR1/releases/download/1.15/VertVel115.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 17818
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "TechManager",
|
||||
"x_netkan_license_ok": true,
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/98293-0-25-TechManager-Version-1-0",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/297/TechManager"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Trajectories",
|
||||
"x_netkan_license_ok": true,
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
|
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "USI Kolonization Systems (MKS/OKS)",
|
||||
"identifier": "UKS",
|
||||
"abstract": "a series of interlocking modules for building long-term, self sustaining colonies on other planets and moons.",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/UmbraSpaceIndustries",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "FirespitterCore",
|
||||
"min_version": "7.0.5398.27328"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.5.1"
|
||||
},
|
||||
{
|
||||
"name": "USITools",
|
||||
"min_version": "0.2.4"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar",
|
||||
"min_version": "1.7.7"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack",
|
||||
"min_version": "0.2.3"
|
||||
},
|
||||
{
|
||||
"name": "ORSX",
|
||||
"min_version": "0.1.3"
|
||||
},
|
||||
{
|
||||
"name": "CIT-Util",
|
||||
"min_version": "1.0.4"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "TACLS",
|
||||
"min_version": "v0.10.1"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "MKS"
|
||||
},
|
||||
{
|
||||
"name": "OKS"
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"MKS",
|
||||
"OKS"
|
||||
],
|
||||
"description": "MKS introduces a series of parts specifically designed to provide self-sustaining life support for multiple Kerbals for users of TAC-Life Support. While the parts will function without TAC-LS, the design is centered around providing an appropriate challenge where players will weigh the costs, risks, and rewards of supplying missions exclusively with carried life support supplies, or in making the investment in a permanent colony. That being said, this is not just a single greenhouse part (although food production is part of the mod). Rather, it brings an entire colonization end-game to KSP in a fun and challenging way.",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/79588-0-25-USI-Kolonization-Systems-%28MKS-OKS%29-%280-21-2%29-2014-10-07",
|
||||
"license": "https://github.com/BobPalmer/MKS/blob/master/license.txt",
|
||||
"repository": "https://github.com/BobPalmer/MKS"
|
||||
},
|
||||
"author": "BobPalmer",
|
||||
"version": "0.21.3",
|
||||
"download": "https://github.com/BobPalmer/MKS/releases/download/0.21.3/MKS_0.21.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 38513664
|
||||
}
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Kerb-fu",
|
||||
"identifier": "VerticalPropulsionEmporium",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"recommends": [
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CustomDesignSpacesuits-Steampunk"
|
||||
},
|
||||
{
|
||||
"name": "MechJeb2"
|
||||
}
|
||||
|
@ -11,6 +14,12 @@
|
|||
"homepage": "http://forum.kerbalspaceprogram.com/threads/74625",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/275/Professor%20Phineas%20Kerbenstein's%20wonderous%20vertical%20propulsion%20emporium."
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "Kerb-fu",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"name": "Professor Phineas Kerbenstein's wonderous vertical propulsion emporium.",
|
||||
"abstract": "Vertical Propulsion Emporium",
|
Loading…
Reference in New Issue