New update

As requested in KSP-CKAN/NetKAN/pull/2173
This commit is contained in:
Arne Peirs 2015-08-26 03:28:43 +02:00
parent 891a2a6173
commit 415e6c22ed
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"spec_version": 1,
"identifier": "RCSSounds",
"name": "RCS Sounds",
"abstract": "Adds a sound effect when firing RCS engines.",
"license": "GPL-2.0",
"author": "pizzaoverhead",
"description": "Tired of your monopropellant rockets being left out in the sound department? This adds a sound effect when firing RCS engines, varying in pitch and intensity with monopropellant usage. It can be useful to tell just how much SAS is burning through your reserves without even a glance.",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/52896",
"repository": "https://github.com/pizzaoverhead/RcsSounds"
},
"version": "4.3a",
"ksp_version_min": "0.25.0",
"ksp_version_max": "1.0.4",
"download": "http://addons-origin.cursecdn.com/files/2252/83/RcsSoundsV4.3a.zip",
"depends": [
{ "name": "ModuleManager" }
],
"install": [
{
"file": "GameData/RcsSounds",
"install_to": "GameData"
}
]
}