Add boxsat A.02f

This commit is contained in:
Matthew Heguy 2015-10-05 22:07:03 +08:00
parent 3c1d0d2c63
commit 4854474c7b
2 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"spec_version": "v1.4",
"identifier": "BoxSat-prototypes",
"name": "BoxSat prototype parts",
"release_status": "development",
"license": "restricted",
"abstract": "A modular, stackable, serviceable, & customizable satellite in a box!",
"author": [ "DasPenguin85", "orcmaul" ],
"resources": {
"x_curse": "http://kerbal.curseforge.com/ksp-mods/224250-boxsat",
"homepage": "http://forum.kerbalspaceprogram.com/threads/91616"
},
"version": "A.02f",
"ksp_version": "1.0.4",
"download": "http://addons-origin.cursecdn.com/files/2257/195/BoxSat%20vA.02f.zip",
"depends" : [
{ "name": "ModuleManager" },
{ "name": "BoxSat" }
],
"install": [
{
"find": "BoxSatPrototypes",
"install_to": "GameData",
"filter_regexp": "\\.ddsified$"
}
]
}

25
BoxSat/BoxSat-A.02f.ckan Normal file
View File

@ -0,0 +1,25 @@
{
"spec_version": "v1.4",
"identifier": "BoxSat",
"name": "BoxSat",
"license": "restricted",
"abstract": "A modular, stackable, serviceable, & customizable satellite in a box!",
"author": [ "DasPenguin85", "orcmaul" ],
"resources": {
"x_curse": "http://kerbal.curseforge.com/ksp-mods/224250-boxsat",
"homepage": "http://forum.kerbalspaceprogram.com/threads/91616"
},
"version": "A.02f",
"ksp_version": "1.0.4",
"download": "http://addons-origin.cursecdn.com/files/2257/195/BoxSat%20vA.02f.zip",
"depends" : [
{ "name" : "ModuleManager" }
],
"install": [
{
"find": "BoxSatAlpha",
"install_to": "GameData",
"filter_regexp": "\\.ddsified$"
}
]
}