NetKAN generated mods - InFlightWaypoints-1.1.0, RP-0-v0.19
This commit is contained in:
parent
b3996cc320
commit
8d80bf69ba
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "InFlightWaypoints",
|
||||||
|
"name": "In-Flight Waypoints",
|
||||||
|
"abstract": "Display waypoints while in flight.",
|
||||||
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
|
"release_status": "stable",
|
||||||
|
"author": "nightingale",
|
||||||
|
"description": "Display waypoints while in flight.",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/104758",
|
||||||
|
"bugtracker": "https://github.com/jrossignol/InFlightWaypoints/issues",
|
||||||
|
"license": "https://raw.githubusercontent.com/jrossignol/InFlightWaypoints/master/LICENSE.txt",
|
||||||
|
"repository": "https://github.com/jrossignol/InFlightWaypoints"
|
||||||
|
},
|
||||||
|
"version": "1.1.0",
|
||||||
|
"download": "https://github.com/jrossignol/InFlightWaypoints/releases/download/1.1.0/InFlightWaypoints_1.1.0.zip",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 11042,
|
||||||
|
"ksp_version_min": "0.90.0",
|
||||||
|
"ksp_version_max": "0.90.0"
|
||||||
|
}
|
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"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": "ProceduralDynamics"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TweakScale"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProceduralParts"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"provides": [
|
||||||
|
"FinePrint-Config"
|
||||||
|
],
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "FinePrint-Config"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "GameData/RP-0",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resources": {
|
||||||
|
"repository": "https://github.com/KSP-RO/RP-0"
|
||||||
|
},
|
||||||
|
"version": "v0.19",
|
||||||
|
"download": "https://github.com/KSP-RO/RP-0/releases/download/v0.19/RP-0-v0.19.zip",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 48162
|
||||||
|
}
|
Loading…
Reference in New Issue