Merge pull request #475 from Apokee/update_boxsat

Update BoxSat and BoxSat-prototypes
This commit is contained in:
Willhelm Rendahl 2015-05-10 17:46:59 +02:00
commit 5fb46a15a8
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"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"
},
"version": "A.02e",
"ksp_version": "1.0.2",
"download": "http://addons-origin.cursecdn.com/files/2237/556/BoxSat%20vA.02e.zip",
"depends" : [
{ "name": "ModuleManager" }
],
"install": [
{
"find": "BoxSatPrototypes",
"install_to": "GameData",
"filter_regexp": "\\.ddsified$"
}
]
}

24
BoxSat/BoxSat-A.02e.ckan Normal file
View File

@ -0,0 +1,24 @@
{
"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"
},
"version": "A.02e",
"ksp_version": "1.0.2",
"download": "http://addons-origin.cursecdn.com/files/2237/556/BoxSat%20vA.02e.zip",
"depends" : [
{ "name" : "ModuleManager" }
],
"install": [
{
"find": "BoxSatAlpha",
"install_to": "GameData",
"filter_regexp": "\\.ddsified$"
}
]
}