-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'KSP-CKAN:master' into idk
- Loading branch information
Showing
4 changed files
with
729 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,283 @@ | ||
{ | ||
"spec_version": "v1.26", | ||
"identifier": "RP-1", | ||
"name": "Realistic Progression One (RP-1)", | ||
"abstract": "Career for Realism Overhaul. Do not select/install this directly, instead select the RP-1 Express Install and let it install this automatically unless you know what you're doing and can fix it yourself.", | ||
"author": "RP-1 Group", | ||
"version": "v2.12.0.0", | ||
"ksp_version_min": "1.12.0", | ||
"ksp_version_max": "1.12.99", | ||
"license": "CC-BY-4.0", | ||
"release_status": "stable", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/190040-*", | ||
"repository": "https://github.com/KSP-RO/RP-1", | ||
"bugtracker": "https://github.com/KSP-RO/RP-1/issues", | ||
"manual": "https://github.com/KSP-RO/RP-1/wiki", | ||
"metanetkan": "https://raw.githubusercontent.com/KSP-RO/RP-1/master/RP-1.netkan", | ||
"remote-avc": "https://raw.githubusercontent.com/KSP-RO/RP-1/master/GameData/RP-1/RP-1.version" | ||
}, | ||
"tags": [ | ||
"plugin", | ||
"config", | ||
"parts", | ||
"career", | ||
"science" | ||
], | ||
"localizations": [ | ||
"RP" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "ModuleManager" | ||
}, | ||
{ | ||
"name": "RealismOverhaul", | ||
"min_version": "v16.0.0.0" | ||
}, | ||
{ | ||
"name": "SXTContinued", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "ContractConfigurator", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "CustomBarnKit", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "VenStockRevamp-NewParts", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "RealSolarSystem", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "ClickThroughBlocker", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "ToolbarController", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "Kerbalism-Config-RO", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "KSPCommunityFixes", | ||
"suppress_recommendations": true | ||
}, | ||
{ | ||
"name": "KerbalChangelog", | ||
"suppress_recommendations": true | ||
} | ||
], | ||
"recommends": [ | ||
{ | ||
"name": "ROLoadingImages" | ||
}, | ||
{ | ||
"name": "RSSDateTimeFormatter" | ||
}, | ||
{ | ||
"any_of": [ | ||
{ | ||
"name": "ReStock" | ||
}, | ||
{ | ||
"name": "VenStockRevamp" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "ROEngines", | ||
"min_version": "v2.0.0.0" | ||
}, | ||
{ | ||
"name": "ROTanks" | ||
}, | ||
{ | ||
"name": "ROCapsules", | ||
"min_version": "v2.0.0.0" | ||
}, | ||
{ | ||
"name": "ROSolar", | ||
"min_version": "v2.0.0.0" | ||
}, | ||
{ | ||
"name": "ROHeatshields" | ||
}, | ||
{ | ||
"name": "B9-PWings-Fork" | ||
}, | ||
{ | ||
"name": "KSPWheel" | ||
}, | ||
{ | ||
"name": "HangerExtenderExtended" | ||
}, | ||
{ | ||
"name": "KerbalAlarmClock" | ||
}, | ||
{ | ||
"name": "KerbalRenamer" | ||
}, | ||
{ | ||
"name": "KSCSwitcher" | ||
}, | ||
{ | ||
"name": "MechJeb2" | ||
}, | ||
{ | ||
"name": "AtmosphereAutopilot" | ||
}, | ||
{ | ||
"name": "ProceduralFairings" | ||
}, | ||
{ | ||
"name": "ProceduralParts" | ||
}, | ||
{ | ||
"name": "RCSBuildAid" | ||
}, | ||
{ | ||
"name": "RCSBuildAidCont" | ||
}, | ||
{ | ||
"name": "RealAntennas" | ||
}, | ||
{ | ||
"any_of": [ | ||
{ | ||
"name": "TestFlight" | ||
}, | ||
{ | ||
"name": "TestLite" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "RSSVE-Textures" | ||
}, | ||
{ | ||
"name": "TransferWindowPlannerFork" | ||
}, | ||
{ | ||
"name": "Waterfall" | ||
}, | ||
{ | ||
"name": "ModularLaunchPads" | ||
} | ||
], | ||
"suggests": [ | ||
{ | ||
"name": "BluedogDB" | ||
}, | ||
{ | ||
"name": "FASA" | ||
}, | ||
{ | ||
"name": "TextureReplacer" | ||
}, | ||
{ | ||
"name": "SemiSaturatableRW" | ||
}, | ||
{ | ||
"name": "JanitorsCloset" | ||
}, | ||
{ | ||
"name": "HyperEdit" | ||
}, | ||
{ | ||
"name": "EditorExtensionsRedux" | ||
}, | ||
{ | ||
"name": "KerbalEngineerRedux" | ||
}, | ||
{ | ||
"name": "kOS" | ||
}, | ||
{ | ||
"name": "RealScaleBoosters" | ||
}, | ||
{ | ||
"name": "NearFutureSolar" | ||
}, | ||
{ | ||
"name": "NearFutureConstruction" | ||
}, | ||
{ | ||
"name": "InternalRCS" | ||
}, | ||
{ | ||
"name": "ProbesPlus" | ||
}, | ||
{ | ||
"name": "ATKPropulsionPack" | ||
}, | ||
{ | ||
"name": "WaypointManager" | ||
}, | ||
{ | ||
"name": "SCANsat" | ||
}, | ||
{ | ||
"name": "NavHudRenewed" | ||
}, | ||
{ | ||
"name": "ConformalDecals" | ||
}, | ||
{ | ||
"name": "CanaveralPads" | ||
} | ||
], | ||
"conflicts": [ | ||
{ | ||
"name": "RP-0" | ||
}, | ||
{ | ||
"name": "KerbalConstructionTime" | ||
}, | ||
{ | ||
"name": "CrowdSourcedScience" | ||
}, | ||
{ | ||
"name": "HideEmptyTechNodes" | ||
}, | ||
{ | ||
"name": "MechJebForAll" | ||
}, | ||
{ | ||
"name": "NearFutureElectrical-DecayingRTGs" | ||
}, | ||
{ | ||
"name": "KRASH" | ||
}, | ||
{ | ||
"name": "ROCapsules", | ||
"max_version": "v1.99.0.0" | ||
}, | ||
{ | ||
"name": "ROEngines", | ||
"max_version": "v1.99.0.0" | ||
}, | ||
{ | ||
"name": "ROSolar", | ||
"max_version": "v1.99.0.0" | ||
} | ||
], | ||
"download": "https://github.com/KSP-RO/RP-1/releases/download/v2.12.0.0/RP-1-v2.12.0.0.zip", | ||
"download_size": 52877621, | ||
"download_hash": { | ||
"sha1": "6A0DFE82C12F94AB8136FA010CB15A646BB4B608", | ||
"sha256": "2C2D77FA331A94EB49772DED341AA0234AB5FAD43480CC29197B74DEECF07F63" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 107116993, | ||
"release_date": "2023-09-18T00:54:26Z", | ||
"x_generated_by": "netkan" | ||
} |
Oops, something went wrong.