UniversalStorage fixups
- Fixed JSON errors - Fixed descriptions - Fixed abstracts - More consistent spacing and indentation. - UniversalStorage-KAS depends on KAS - UniversalStorage-TAC depends on TACLS
This commit is contained in:
parent
380229d540
commit
fc86292e22
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "UniversalStorage",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/75129"
|
||||
},
|
||||
"name": "Universal Storage Core Pack",
|
||||
"license": "restricted",
|
||||
"abstract": "Universal storage is a modular parts pack that allows you to build custom service modules. The pack contains a number of wedges that fit around a core hub. This allows you to build a 1.25 meter stack with 4 wedges or a 2.5 meter stack with 8 wedges. Of course these stacks can be placed on top of each other to provide whatever resources or machine the mission requires.",
|
||||
"author": "Paul Kingtiger",
|
||||
"version": "0.9.3.25",
|
||||
"download": "http://www.kingtiger.co.uk/kingtiger/wordpress/wp-content/uploads/2014/11/US_Core_0.9.3.25.zip",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"spec_version": 1,
|
||||
"identifier": "UniversalStorage",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/75129"
|
||||
},
|
||||
"name": "Universal Storage Core Pack",
|
||||
"license": "restricted",
|
||||
"abstract" : "Universal storage - Custom service modules and wedges.",
|
||||
"description": "Universal storage is a modular parts pack that allows you to build custom service modules. The pack contains a number of wedges that fit around a core hub. This allows you to build a 1.25 meter stack with 4 wedges or a 2.5 meter stack with 8 wedges. Of course these stacks can be placed on top of each other to provide whatever resources or machine the mission requires.",
|
||||
"author": "Paul Kingtiger",
|
||||
"version": "0.9.3.25",
|
||||
"download": "http://www.kingtiger.co.uk/kingtiger/wordpress/wp-content/uploads/2014/11/US_Core_0.9.3.25.zip",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"depends" : [ { "name" : "USITools" } ],
|
||||
"install":
|
||||
{
|
||||
"install": [
|
||||
{
|
||||
"file" : "PartCatalog",
|
||||
"install_to" : "GameData",
|
||||
"comment" : "PartCatalog Data for Universal Storage"
|
||||
"comment" : "PartCatalog Data for Universal Storage"
|
||||
},
|
||||
{
|
||||
{
|
||||
"file" : "UniversalStorage",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "UniversalStorage-KAS",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/75129"
|
||||
},
|
||||
"name": "Universal Storage KAS Pack",
|
||||
"license": "restricted",
|
||||
"abstract": "Universal storage is a modular parts pack that allows you to build custom service modules. The pack contains a number of wedges that fit around a core hub. This allows you to build a 1.25 meter stack with 4 wedges or a 2.5 meter stack with 8 wedges. Of course these stacks can be placed on top of each other to provide whatever resources or machine the mission requires.",
|
||||
"author": "Paul Kingtiger",
|
||||
"version": "0.9.0.14",
|
||||
"download": "http://www.kingtiger.co.uk/kingtiger/wordpress/wp-content/uploads/2014/11/US_KAS_0.9.0.14.zip",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"depends" : [ { "name" : "UniversalStorage" } ],
|
||||
"install": [
|
||||
{
|
||||
"file" : "UniversalStorage/Parts",
|
||||
"install_to" : "GameData",
|
||||
"filter" : "US License.pdf"
|
||||
}
|
||||
]
|
||||
"spec_version": 1,
|
||||
"identifier": "UniversalStorage-KAS",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/75129"
|
||||
},
|
||||
"name": "Universal Storage KAS Pack",
|
||||
"license": "restricted",
|
||||
"abstract": "Universal storage - Kerbal Attachment System extensions",
|
||||
"author": "Paul Kingtiger",
|
||||
"version": "0.9.0.14",
|
||||
"download": "http://www.kingtiger.co.uk/kingtiger/wordpress/wp-content/uploads/2014/11/US_KAS_0.9.0.14.zip",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"depends" : [
|
||||
{ "name" : "UniversalStorage" },
|
||||
{ "name" : "KAS" }
|
||||
],
|
||||
"install": [ {
|
||||
"file" : "UniversalStorage/Parts",
|
||||
"install_to" : "GameData",
|
||||
"filter" : "US License.pdf"
|
||||
} ]
|
||||
}
|
||||
|
|
|
@ -1,24 +1,25 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "UniversalStorage-TAC",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/75129"
|
||||
},
|
||||
"name": "Universal Storage TAC Pack",
|
||||
"license": "restricted",
|
||||
"abstract": "Universal storage is a modular parts pack that allows you to build custom service modules. The pack contains a number of wedges that fit around a core hub. This allows you to build a 1.25 meter stack with 4 wedges or a 2.5 meter stack with 8 wedges. Of course these stacks can be placed on top of each other to provide whatever resources or machine the mission requires.",
|
||||
"author": "Paul Kingtiger",
|
||||
"version": "0.9.2.7",
|
||||
"download": "http://www.kingtiger.co.uk/kingtiger/wordpress/wp-content/uploads/2014/11/US_TAC_0.9.2.7.zip",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"depends" : [ { "name" : "UniversalStorage" } ],
|
||||
"install": [
|
||||
{
|
||||
"file" : "UniversalStorage",
|
||||
"install_to" : "GameData",
|
||||
"filter" : "US License.pdf"
|
||||
}
|
||||
]
|
||||
"spec_version": 1,
|
||||
"identifier": "UniversalStorage-TAC",
|
||||
"ksp_version": "0.25",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/75129"
|
||||
},
|
||||
"name": "Universal Storage TAC Pack",
|
||||
"license": "restricted",
|
||||
"abstract": "Universal storage - TACLS extensions",
|
||||
"author": "Paul Kingtiger",
|
||||
"version": "0.9.2.7",
|
||||
"download": "http://www.kingtiger.co.uk/kingtiger/wordpress/wp-content/uploads/2014/11/US_TAC_0.9.2.7.zip",
|
||||
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
|
||||
"depends" : [
|
||||
{ "name" : "UniversalStorage" },
|
||||
{ "name" : "TACLS" }
|
||||
],
|
||||
"install": [ {
|
||||
"file" : "UniversalStorage",
|
||||
"install_to" : "GameData",
|
||||
"filter" : "US License.pdf"
|
||||
} ]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue