Added Interstellar, Open Resource System, and TreeLoader

This commit is contained in:
Cameron MacFarland 2014-12-13 12:05:29 +08:00
parent 8381a9142b
commit e69a00d8a1
3 changed files with 56 additions and 0 deletions

30
KSPInterstellar-0.13.ckan Normal file
View File

@ -0,0 +1,30 @@
{
"spec_version" : 1,
"identifier" : "KSPInterstellar",
"name" : "KSP Interstellar",
"author" : "Fractal_UK",
"version" : "0.13",
"abstract" : "Advanced tech",
"ksp_version" : "0.25",
"license" : "unknown",
"x_maintained_by" : "distantcam",
"download" : "https://bitbucket.org/FractalUK/kspinstellar/downloads/KSPInterstellar-v0.13.zip",
"depends": [
{ "name": "OpenResourceSystem" },
{ "name": "TreeLoader" },
{ "name": "ModuleManager" }
],
"install": [
{
"file" : "GameData/WarpPlugin",
"install_to" : "GameData"
},
{
"file" : "GameData/ORSResourcePack",
"install_to" : "GameData"
}
]
}

View File

@ -0,0 +1,13 @@
{
"spec_version" : 1,
"identifier" : "OpenResourceSystem",
"name" : "Open Resource System",
"author" : "Fractal_UK",
"version" : "1.4.2",
"abstract" : "Resources framework",
"ksp_version" : "0.25",
"license" : "unknown",
"x_maintained_by" : "distantcam",
"download" : "https://bitbucket.org/FractalUK/kspinstellar/downloads/OpenResourceSystem-v1.4.2.zip"
}

13
TreeLoader.1.1.5.ckan Normal file
View File

@ -0,0 +1,13 @@
{
"spec_version" : 1,
"identifier" : "TreeLoader",
"name" : "TreeLoader",
"author" : "r4m0n",
"version" : "1.1.5",
"abstract" : "Custom Career Tech-tree Loader",
"ksp_version" : "0.23.5",
"license" : "unknown",
"x_maintained_by" : "distantcam",
"download" : "http://addons.curse.cursecdn.com/files/2205/679/TreeLoader_1.1.5.zip"
}