NetKAN generated mods - KerbalConstructionTime-RP-0-Config/KerbalConstructionTime-RP-0-Config-v0.27, RP-0/RP-0-v0.27
This commit is contained in:
parent
6c4899151f
commit
885187458f
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "KerbalConstructionTime-RP-0-Config",
|
||||||
|
"name": "Kerbal Construction Time RP-0 Config",
|
||||||
|
"abstract": "A Kerbal Construction Time configuration meant to be used for RP-0",
|
||||||
|
"license": "CC-BY-4.0",
|
||||||
|
"author": "RP-0 Group",
|
||||||
|
"release_status": "development",
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "RP-0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "KerbalConstructionTime"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"provides": [
|
||||||
|
"KerbalConstructionTime-Config"
|
||||||
|
],
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "KerbalConstructionTime-Config"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "GameData/KerbalConstructionTime",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resources": {
|
||||||
|
"repository": "https://github.com/KSP-RO/RP-0"
|
||||||
|
},
|
||||||
|
"version": "v0.27",
|
||||||
|
"download": "https://github.com/KSP-RO/RP-0/releases/download/v0.27/RP-0-v0.27.zip",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 624991
|
||||||
|
}
|
|
@ -0,0 +1,70 @@
|
||||||
|
{
|
||||||
|
"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": "KerbalConstructionTime"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "KerbalConstructionTime-RP-0-Config"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProceduralDynamics"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TweakScale"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ProceduralParts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TestFlight"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "VenStockRevamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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.27",
|
||||||
|
"download": "https://github.com/KSP-RO/RP-0/releases/download/v0.27/RP-0-v0.27.zip",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 624991
|
||||||
|
}
|
Loading…
Reference in New Issue