-
-
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.
NetKAN added mod - RasterPropMonitor-Core-1-v1.0.2
- Loading branch information
1 parent
9f20d0a
commit 851c369
Showing
1 changed file
with
125 additions
and
0 deletions.
There are no files selected for viewing
125 changes: 125 additions & 0 deletions
125
RasterPropMonitor-Core/RasterPropMonitor-Core-1-v1.0.2.ckan
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,125 @@ | ||
{ | ||
Check warning on line 1 in RasterPropMonitor-Core/RasterPropMonitor-Core-1-v1.0.2.ckan GitHub Actions / Validate
|
||
"spec_version": "v1.34", | ||
"comment": "This package contains the plugin, and the standard parts library.", | ||
"identifier": "RasterPropMonitor-Core", | ||
"name": "RasterPropMonitor Core", | ||
"abstract": "Plugin and props for use in IVAs", | ||
"author": [ | ||
"Mihara", | ||
"MOARdV", | ||
"JonnyOThan" | ||
], | ||
"version": "1:v1.0.2", | ||
"ksp_version_min": "1.12.0", | ||
"ksp_version_max": "1.12.99", | ||
"license": "GPL-3.0", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/190737-18x-110x-rasterpropmonitor-adopted/", | ||
"spacedock": "https://spacedock.info/mod/2534/RasterPropMonitor", | ||
"repository": "https://github.com/FirstPersonKSP/RasterPropMonitor", | ||
"bugtracker": "https://github.com/FirstPersonKSP/RasterPropMonitor/issues", | ||
"remote-avc": "https://github.com/FirstPersonKSP/RasterPropMonitor/releases/latest/download/RasterPropMonitor.version", | ||
"x_screenshot": "https://spacedock.info/content/JonnyOThan_33590/RasterPropMonitor/RasterPropMonitor-1683294207.png" | ||
}, | ||
"tags": [ | ||
"plugin", | ||
"crewed", | ||
"first-person" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "ModuleManager" | ||
} | ||
], | ||
"recommends": [ | ||
{ | ||
"name": "DE-IVAExtension" | ||
}, | ||
{ | ||
"name": "FreeIva" | ||
} | ||
], | ||
"suggests": [ | ||
{ | ||
"name": "Astrogator" | ||
}, | ||
{ | ||
"name": "DockingPortAlignmentIndicator" | ||
}, | ||
{ | ||
"name": "NavUtilities" | ||
}, | ||
{ | ||
"name": "SCANsat" | ||
}, | ||
{ | ||
"name": "VesselView" | ||
}, | ||
{ | ||
"name": "ProbeControlRoomRecontrolled" | ||
}, | ||
{ | ||
"name": "kOSPropMonitor" | ||
}, | ||
{ | ||
"name": "Chatterer" | ||
}, | ||
{ | ||
"name": "Reviva" | ||
}, | ||
{ | ||
"name": "MechJeb2" | ||
}, | ||
{ | ||
"name": "RealChute" | ||
}, | ||
{ | ||
"name": "ASETProps" | ||
}, | ||
{ | ||
"name": "ASETAvionics" | ||
}, | ||
{ | ||
"name": "Mk1LanderCanIVAReplbyASET" | ||
}, | ||
{ | ||
"name": "MK12PodIVAReplacementbyASET" | ||
}, | ||
{ | ||
"name": "ALCOR" | ||
}, | ||
{ | ||
"name": "ThroughTheEyesOfaKerbal" | ||
}, | ||
{ | ||
"name": "QuickIVA" | ||
}, | ||
{ | ||
"name": "KSAIVAUpgrade" | ||
} | ||
], | ||
"install": [ | ||
{ | ||
"find": "JSI/RasterPropMonitor", | ||
"install_to": "GameData/JSI" | ||
}, | ||
{ | ||
"find": "JSI/RPMPodPatches/BasicMFD", | ||
"install_to": "GameData/JSI/RPMPodPatches", | ||
"comment": "This folder contains the multi-function display props, which belong in this module along with the other props" | ||
} | ||
], | ||
"download": [ | ||
"https://github.com/FirstPersonKSP/RasterPropMonitor/releases/download/1.0.2/RasterPropMonitor-1.0.2.zip", | ||
"https://spacedock.info/mod/2534/RasterPropMonitor/download/1.0.2" | ||
], | ||
"download_size": 1287135, | ||
"download_hash": { | ||
"sha1": "E383FED74FEAB13883B71008634410639B172B8D", | ||
"sha256": "E7F3D4CEC99EAF95EA52AAB53A4CCFCF4D4807D71F33768CD10A62E29893738D" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 6429632, | ||
"release_date": "2024-09-24T15:57:14.378746+00:00", | ||
"x_generated_by": "netkan" | ||
} |