CKAN-meta/ModuleFixer/ModuleFixer-3.ckan

33 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-01-03 12:56:37 +00:00
{
"spec_version": 1,
"identifier": "ModuleFixer",
"ksp_version_min" : "0.25",
"ksp_version_max" : "0.90",
"comment" : "Updated to 0.90 compatible by Daz based on 0.90 mods still using it",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/63109"
},
"conflicts" : [ { "name" : "Karbonite" },
{ "name" : "KarbonitePlus" },
{ "name" : "AlcubierreStandalone" },
{ "name" : "USI-ART" },
{ "name" : "USI-EXP" },
{ "name" : "USI-FTT" },
{ "name" : "USI-SRV" },
{ "name" : "USITools" },
{ "name" : "UKS" } ],
"name": "Module Fixer",
"license": "GPL-3.0",
"abstract": "This fixes the problems of exploding/expanding parts in the VAB while hovering over some parts in some mods.",
"author": "arsenic87",
"version": "3",
"download": "https://www.dropbox.com/s/pllcpggs805zwmt/uploads_2013_12_Modulefixer3.zip?dl=1",
"install": [
2015-01-03 12:56:37 +00:00
{
2015-08-21 10:34:08 +00:00
"file" : "Modulefixer.dll",
2015-01-03 12:56:37 +00:00
"install_to" : "GameData"
}
]
}