Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
a53293ca69
|
@ -1,22 +1,27 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ConnectedLivingSpace",
|
||||
"name": "Connected Living Space",
|
||||
"abstract": "Identifies internals spaces that are connected together within a vessel.",
|
||||
"author": "codepoet",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/122126",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/11/Connected%20Living%20Space"
|
||||
},
|
||||
"version": "1.1.2.0",
|
||||
"ksp_version": "0.90",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/122126",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/11/Connected%20Living%20Space"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "Connected Living Space",
|
||||
"abstract": "Identifies internals spaces that are connected together within a vessel.",
|
||||
"author": "codepoet",
|
||||
"version": "1.1.2.0",
|
||||
"download": "http://ckan1.spacedock.info/storage/codepoet_20/Connected_Living_Space/Connected_Living_Space-1.1.2.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 37774
|
||||
"download_size": 37774,
|
||||
"download_hash": {
|
||||
"sha1": "511E8AC5147FAAA5BE3EBF61C3C108CCE0A41E18",
|
||||
"sha256": "7731DA0C3C20647FA8128A592364A0622282B62F169306D82B70DB4C30122881"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -26,5 +26,10 @@
|
|||
],
|
||||
"download": "https://github.com/severedsolo/ContractPackKFiles/releases/download/1.1/KFiles1.1.zip",
|
||||
"download_size": 1807214,
|
||||
"download_hash": {
|
||||
"sha1": "A2F348C5C45ACDBA10EADD0E798574A19BF17F6E",
|
||||
"sha256": "9E6DA589245E3F6DB9C85D2D24395FBF8DC55B594FD6F85D235185542C43D352"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -1,27 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DarkMultiPlayer",
|
||||
"name": "DarkMultiPlayer Client",
|
||||
"abstract": "DarkMultiPlayer is a multiplayer mod for KSP 0.25. It supports subspace-style (and master controlled warp) warping & career mode, with an easy-to-edit server database.",
|
||||
"author": "godarklight",
|
||||
"license": "MIT",
|
||||
"release_status": "development",
|
||||
"resources": {
|
||||
"manual": "https://github.com/godarklight/DarkMultiPlayer/blob/master/README.md",
|
||||
"repository": "https://github.com/godarklight/DarkMultiPlayer",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/79111-DarkMultiPlayer-0-1-0-0-KSP-0-23-5-Alpha/page1",
|
||||
"repository": "https://github.com/godarklight/DarkMultiPlayer",
|
||||
"manual": "https://github.com/godarklight/DarkMultiPlayer/blob/master/README.md",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/4/DarkMultiPlayer%20Client"
|
||||
},
|
||||
"version": "v0.2.0.1",
|
||||
"ksp_version": "0.90",
|
||||
"install": [
|
||||
{
|
||||
"file": "DMPClient/GameData/DarkMultiPlayer",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_netkan_license_ok": true,
|
||||
"ksp_version": "0.90",
|
||||
"name": "DarkMultiPlayer Client",
|
||||
"license": "MIT",
|
||||
"abstract": "DarkMultiPlayer is a multiplayer mod for KSP 0.25. It supports subspace-style (and master controlled warp) warping & career mode, with an easy-to-edit server database.",
|
||||
"author": "godarklight",
|
||||
"version": "v0.2.0.1",
|
||||
"download": "http://ckan1.spacedock.info/storage/godarklight_5/DarkMultiPlayer_Client/DarkMultiPlayer_Client-v0.2.0.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 200607
|
||||
"download_size": 200607,
|
||||
"download_hash": {
|
||||
"sha1": "9C7FB99305B1FD68F708EA46FFAB7E60F9C5ECA8",
|
||||
"sha256": "0D0977126348FD9C9D425A73680D3F018E8D32073BEB7595C1A08107D0525E2E"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,19 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"license": "CC-BY-NC",
|
||||
"identifier": "InterstellarFuelSwitch",
|
||||
"name": "Interstellar Fuel Switch",
|
||||
"abstract": "Library that enables switching the contents, meshes, and textures of tanks.",
|
||||
"description": "Interstellar Fuel Switch is mend for mod makers which want to add resource/mesh/texture switching to their tanks\nInterstellar Fuel Switch is an improved version of FSFuelSwitch, FSMeshSwitch and FSTextureSwitch, FSTextureSwitch2 made by Snjo",
|
||||
"author": "FreeThinker",
|
||||
"license": "CC-BY-NC",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/117932",
|
||||
"repository": "https://github.com/sswelm/KSPInterstellar/tree/master/FuelSwitch",
|
||||
"bugtracker": "https://github.com/sswelm/KSPInterstellar/issues",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/718"
|
||||
},
|
||||
"version": "1.10",
|
||||
"ksp_version": "1.0.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
|
@ -10,6 +22,11 @@
|
|||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "InterstellarFuelSwitch",
|
||||
|
@ -17,24 +34,12 @@
|
|||
"filter": "Plugins"
|
||||
}
|
||||
],
|
||||
"abstract": "Library that enables switching the contents, meshes, and textures of tanks.",
|
||||
"description": "Interstellar Fuel Switch is mend for mod makers which want to add resource/mesh/texture switching to their tanks\nInterstellar Fuel Switch is an improved version of FSFuelSwitch, FSMeshSwitch and FSTextureSwitch, FSTextureSwitch2 made by Snjo",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/117932",
|
||||
"bugtracker": "https://github.com/sswelm/KSPInterstellar/issues",
|
||||
"repository": "https://github.com/sswelm/KSPInterstellar/tree/master/FuelSwitch",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/718"
|
||||
},
|
||||
"ksp_version": "1.0.2",
|
||||
"name": "Interstellar Fuel Switch",
|
||||
"author": "FreeThinker",
|
||||
"version": "1.10",
|
||||
"download": "http://ckan1.spacedock.info/storage/FreeThinker_6401/Interstellar_Fuel_Switch/Interstellar_Fuel_Switch-1.10.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 67528
|
||||
"download_size": 67528,
|
||||
"download_hash": {
|
||||
"sha1": "04CA8AE70BAB852B7457454E089E69F622A887E2",
|
||||
"sha256": "AC0A56B32918BA85937C0207135B6DCBCF6D5EB6574D3D82606AB84A66992DAF"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -14,5 +14,10 @@
|
|||
"ksp_version": "1.1.0",
|
||||
"download": "https://github.com/ferram4/Kerbal-Joint-Reinforcement/releases/download/v3.1.5/KerbalJointReinforcement_v3.1.5.zip",
|
||||
"download_size": 38473,
|
||||
"download_hash": {
|
||||
"sha1": "4AD0F11668DA115A3E327D0EF3E0EC6AD2D19D68",
|
||||
"sha256": "663716EB000F8ABDA06EC4844E7049B90A230B6BEC8DD256DA43E79D7C90A17A"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -33,5 +33,10 @@
|
|||
],
|
||||
"download": "http://ckan1.spacedock.info/storage/TMasterson5_13720/Master_Tech_Aerospace/Master_Tech_Aerospace-3.8.zip",
|
||||
"download_size": 6317924,
|
||||
"download_hash": {
|
||||
"sha1": "5B8FBBBAA99740343B3710C0697B819826E404BC",
|
||||
"sha256": "4576B697733D0A50DA3B669603250BEDC769AE9BFF313D856D089B94DFA444F7"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -22,5 +22,10 @@
|
|||
],
|
||||
"download": "https://spacedock.info/mod/313/Orbital%20Utility%20Vehicle/download/1.0.9.1",
|
||||
"download_size": 6228556,
|
||||
"download_hash": {
|
||||
"sha1": "1F731BCBA696A0260F7C83C4511FB16EF2E280D8",
|
||||
"sha256": "B52FFA2634D17F08584609F0F38F7DC1B0721A76C1375F2E0544379732CD1A1C"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -1,11 +1,21 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RasterPropMonitor",
|
||||
"name": "RasterPropMonitor",
|
||||
"abstract": "RasterPropMonitor is a plugin and toolkit that provides functional props within your IVA.",
|
||||
"author": [
|
||||
"MOARdV",
|
||||
"Mihara"
|
||||
],
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/117471",
|
||||
"repository": "https://github.com/Mihara/RasterPropMonitor",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/734/RasterPropMonitor",
|
||||
"x_screenshot": "https://kerbalstuff.com/content/MOARdV_3078/RasterPropMonitor/RasterPropMonitor-1430598635.6151521.png"
|
||||
},
|
||||
"version": "v0.22.0",
|
||||
"ksp_version": "1.0.4",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
|
@ -31,17 +41,12 @@
|
|||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "1.0.4",
|
||||
"name": "RasterPropMonitor",
|
||||
"abstract": "RasterPropMonitor is a plugin and toolkit that provides functional props within your IVA.",
|
||||
"version": "v0.22.0",
|
||||
"download": "http://ckan1.spacedock.info/storage/MOARdV_3078/RasterPropMonitor/RasterPropMonitor-v0.22.0.zip",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/117471",
|
||||
"repository": "https://github.com/Mihara/RasterPropMonitor",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/734/RasterPropMonitor",
|
||||
"x_screenshot": "https://kerbalstuff.com/content/MOARdV_3078/RasterPropMonitor/RasterPropMonitor-1430598635.6151521.png"
|
||||
},
|
||||
"download_size": 713849,
|
||||
"download_hash": {
|
||||
"sha1": "79D75D16D3F013330E39F0866E70ECB163518AD2",
|
||||
"sha256": "702AA33995F619CE0B72E6AC846623B0D1146F9FF9CE32358890FB6C4E95056A"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -1,24 +1,29 @@
|
|||
{
|
||||
"identifier": "ScienceRevisitedRevisited",
|
||||
"x_via": "Automated KerbalStuff CKAN submission",
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "ScienceRevisitedRevisited",
|
||||
"name": "Science Revisited Revisited",
|
||||
"abstract": "Science revisited was originally created by CaptRobau as a subtle rebalance of the stock science system. Science Revisited Revisited is an adaptation and update of this mod, in accordance with the original licence.",
|
||||
"author": "zekew11",
|
||||
"license": "CC-BY-SA-2.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/111985-0-90-Science-Revisited-Revisited?p=1763562#post1763562",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/617/Science%20Revisited%20Revisited"
|
||||
},
|
||||
"version": "1.2.1",
|
||||
"ksp_version": "1.0.2",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Science_Revisited",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/111985-0-90-Science-Revisited-Revisited?p=1763562#post1763562",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/617/Science%20Revisited%20Revisited"
|
||||
},
|
||||
"ksp_version": "1.0.2",
|
||||
"name": "Science Revisited Revisited",
|
||||
"abstract": "Science revisited was originally created by CaptRobau as a subtle rebalance of the stock science system. Science Revisited Revisited is an adaptation and update of this mod, in accordance with the original licence.",
|
||||
"author": "zekew11",
|
||||
"version": "1.2.1",
|
||||
"download": "http://ckan1.spacedock.info/storage/zekew11_7670/Science_Revisited_Revisited/Science_Revisited_Revisited-1.2.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 32119
|
||||
"download_size": 32119,
|
||||
"download_hash": {
|
||||
"sha1": "8445BB4F30D6B32B72CC523EF243CF72C0546204",
|
||||
"sha256": "855AA5EF940CFF40137026509A68122B90E376DF342B726FEFAADAE7AB521DA8"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_via": "Automated KerbalStuff CKAN submission",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
|
@ -13,5 +13,10 @@
|
|||
"ksp_version": "1.0.4",
|
||||
"download": "https://github.com/xytovl/SmartStage/releases/download/v2.6.2/SmartStage-2.6.2.zip",
|
||||
"download_size": 18656,
|
||||
"download_hash": {
|
||||
"sha1": "29AC8729E2F0DED0E36A437274D0F39D4040270E",
|
||||
"sha256": "E6DC406DDD8A337011E8167226F66204F9D663985740E6B8E7058DE74D739C94"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue