Update BoxSat-prototypes

This commit is contained in:
Dwayne Bent 2015-05-10 09:47:07 -04:00
parent e0111f8625
commit b935a38d45
2 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,26 @@
{
"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" },
{ "name": "BoxSat" }
],
"install": [
{
"find": "BoxSatPrototypes",
"install_to": "GameData",
"filter_regexp": "\\.ddsified$"
}
]
}

View File

@ -4,17 +4,21 @@
"name": "BoxSat", "name": "BoxSat",
"license": "restricted", "license": "restricted",
"abstract": "A modular, stackable, serviceable, & customizable satellite in a box!", "abstract": "A modular, stackable, serviceable, & customizable satellite in a box!",
"author": [ "DasPenguin85", "orcmaul" ], "author": [ "DasPenguin85", "orcmaul" ],
"resources": { "resources": {
"x_curse": "http://kerbal.curseforge.com/ksp-mods/224250-boxsat" "x_curse": "http://kerbal.curseforge.com/ksp-mods/224250-boxsat"
}, },
"version": "A.02e", "version": "A.02e",
"ksp_version": "1.0.2", "ksp_version": "1.0.2",
"download": "http://addons-origin.cursecdn.com/files/2237/556/BoxSat%20vA.02e.zip", "download": "http://addons-origin.cursecdn.com/files/2237/556/BoxSat%20vA.02e.zip",
"depends" : [
{ "name" : "ModuleManager" }
],
"install": [ "install": [
{ {
"find": "BoxSatAlpha", "find": "BoxSatAlpha",
"install_to": "GameData" "install_to": "GameData",
"filter_regexp": "\\.ddsified$"
} }
] ]
} }