Added EPL to Karbonite Adaptation (and alternative workshop)
This commit is contained in:
parent
20befb341d
commit
3fcf9bedeb
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "EPL->Karbonite",
|
||||
"identifier" : "EPLKarboniteAdaptation",
|
||||
"abstract" : "This is not a Fork of EPL, just a module manager adaption with all the necessary files to accomplish resource gathering with EPL.",
|
||||
"download" : "https://dl.dropboxusercontent.com/u/19908938/Karbonite-EPL-Converstion16-7.zip",
|
||||
"license" : "unknown",
|
||||
"author" : "rabidninjawombat",
|
||||
"version" : "0.16.7",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/89774"
|
||||
},
|
||||
"depends" : [
|
||||
{"name" : "ModuleManager"},
|
||||
{"name" : "ExtraPlanetaryLaunchpads"},
|
||||
{"name" : "Karbonite"}
|
||||
],
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/WombatConversions",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "EPL->Karbonite Alternate workshop",
|
||||
"identifier" : "EPLKarboniteAdaptationAltWorkshop",
|
||||
"abstract" : "Alternate workshop for EPL->Karbonite",
|
||||
"download" : "https://dl.dropboxusercontent.com/u/19908938/AltOrbitalWorkshop.zip",
|
||||
"license" : "unknown",
|
||||
"author" : "rabidninjawombat",
|
||||
"version" : "0",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/89774"
|
||||
},
|
||||
"depends" : [
|
||||
{"name" : "ExtraPlanetaryLaunchpads"},
|
||||
{"name" : "Karbonite"}
|
||||
],
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/WombatConversions",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue