NetKAN: Updated realfuels.

Removed old RealFuels and RealismOverhaul files (pre-netkan)
This commit is contained in:
Paul Fenwick 2014-11-03 21:31:17 +11:00
parent c4d438c673
commit a5d7b0e734
3 changed files with 59 additions and 98 deletions

View File

@ -1,43 +0,0 @@
{
"spec_version" : 1,
"name" : "Real Fuels",
"abstract" : "Real fuels and tanks for KSP",
"identifier" : "RealFuels",
"download" : "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v7.4/RealFuels_v7.4.zip",
"license" : "CC-BY-SA",
"author" : [ "ialdabaoth", "NathanKell" ],
"version" : "7.4",
"release_status" : "stable",
"ksp_version" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/64118",
"github" : {
"url" : "https://github.com/NathanKell/ModularFuelSystem",
"releases" : true
}
},
"install" : [
{
"file" : "RealFuels",
"install_to" : "GameData"
},
{
"file" : "TweakScale",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "2.4.5" },
{ "name" : "RFEngineConfigs" }
],
"conflicts" : [
{ "name" : "ModularFuelSystem" },
{ "name" : "ModularFuelTanks" }
],
"recommends" : [
{ "name" : "CrossFeedEnabler" }
],
"suggests" : [
{ "name" : "EngineIgnitor" }
]
}

59
RealFuels-rf-v8.1.ckan Normal file
View File

@ -0,0 +1,59 @@
{
"spec_version": 1,
"name": "Real Fuels",
"abstract": "Real fuels and tanks for KSP",
"identifier": "RealFuels",
"license": "CC-BY-SA",
"author": [
"ialdabaoth",
"NathanKell"
],
"release_status": "stable",
"ksp_version": "0.25",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/64118",
"github": {
"url": "https://github.com/NathanKell/ModularFuelSystem"
}
},
"install": [
{
"file": "RealFuels",
"install_to": "GameData"
},
{
"file": "TweakScale",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "RealFuels-Engine-Configs"
}
],
"conflicts": [
{
"name": "ModularFuelSystem"
},
{
"name": "ModularFuelTanks"
}
],
"recommends": [
{
"name": "CrossFeedEnabler"
}
],
"suggests": [
{
"name": "EngineIgnitor"
}
],
"version": "rf-v8.1",
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v8.1/RealFuels_v8.1.zip",
"x_generated_by": "netkan",
"download_size": 264528
}

View File

@ -1,55 +0,0 @@
{
"spec_version": 1,
"name" : "Realism Overhaul",
"identifier": "RealismOverhaul",
"abstract" : "Overhaul KSP to use realistic fuels, engines, masses, and more",
"download" : "https://github.com/NathanKell/RealismOverhaul/releases/download/v6.0a12/RealismOverhaulv6a12.zip",
"license" : "CC-BY-SA",
"version" : "6a12",
"release_status" : "alpha",
"ksp_version" : "0.24.2",
"depends" : [
{ "name" : "AJE" },
{ "name" : "DeadlyReentry", "min_version" : "5.2" },
{ "name" : "EngineIgnitor" },
{ "name" : "FerramAerospaceResearch" },
{ "name" : "ModuleManager" },
{ "name" : "ModuleRCSFX" },
{ "name" : "RealChutes" },
{ "name" : "RealFuels" },
{ "name" : "RealSolarSystem" }
],
"recommends" : [
{ "name" : "KerbalJointReinforcement" },
{ "name" : "RemoteTech2" },
{ "name" : "TACLS" },
{ "name" : "TweakScale" },
{ "name" : "CrossFeedEnabler" },
{ "name" : "MechJeb" },
{ "name" : "ModuleFixer" },
{ "name" : "PartCatalog" },
{ "name" : "TextureReplacer" },
{ "name" : "ActiveTextureManagement" },
{ "name" : "Toolbar" }
],
"provides" : [ "RFEngineConfigs" ],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/84689",
"github" : {
"url" : "https://github.com/NathanKell/RealismOverhaul",
"releases" : true
}
},
"install" : [
{
"file" : "RealismOverhaul",
"install_to" : "GameData"
},
{
"file" : "ThunderAerospace",
"install_to" : "GameData",
"requires" : "TACLS",
"overwrite" : true
}
]
}