Updating HotRockets to 0.90 and adding Community Configs

This commit is contained in:
Willhelm Rendahl 2015-04-16 00:15:34 +02:00
parent 37e673270b
commit e9d50c2234
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "HotRockets! Particle FX Replacement",
"abstract" : "Replacement for stock engine particle FX",
"identifier" : "HotRockets",
"download" : "http://addons-origin.cursecdn.com/files/2227/270/HotRockets_7.9_CorePack.zip",
"license" : "CC-BY-NC",
"author" : [ "Nazari1382" ],
"version" : "7.9",
"release_status" : "stable",
"ksp_version" : "0.90",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/65754"
},
"install" : [
{
"file" : "MP_Nazari",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "2.5.1" },
{ "name" : "SmokeScreen", "min_version" : "2.5.0" }
]
}

View File

@ -0,0 +1,24 @@
{
"spec_version" : 1,
"name" : "HotRockets - Community Configs",
"abstract" : "Community configs for popular partpacks",
"identifier" : "HotRocketsCommunityConfigs",
"download" : "http://addons-origin.cursecdn.com/files/2216/165/HotRockets_Community_CFGs.zip",
"license" : "CC-BY-NC",
"author" : [ "Nazari1382" ],
"version" : "7.25",
"release_status" : "stable",
"ksp_version" : "0.25",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/65754"
},
"install" : [
{
"file" : "MP_Nazari",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "HotRockets", "max_version" : "7.25" }
]
}