Merge pull request #1100 from Grenadier/master

RoverWheelSounds seems to live on curseforge for the time being.
This commit is contained in:
Myk Dowling 2016-04-27 18:38:48 +10:00
commit db72cca5bf
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"spec_version": 1,
"identifier": "RoverWheelSounds",
"name": "Rover Wheel Sounds",
"abstract": "Adds motor sound effects to the four stock motorized rover wheels.",
"author": "pizzaoverhead",
"license": "GPL-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/55104",
"repository": "https://github.com/pizzaoverhead/WheelSounds"
},
"version": "2.2",
"ksp_version": "1.1.0",
"depends": [
{
"name": "ModuleManager",
"min_version": "2.6.23"
}
],
"install": [
{
"file": "GameData/WheelSounds",
"install_to": "GameData"
}
],
"download": "http://kerbal.curseforge.com/projects/rover-wheel-sounds/files/2294492/download"
}