-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Aebestach/master
Support for some mods
- Loading branch information
Showing
16 changed files
with
1,469 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
111 changes: 111 additions & 0 deletions
111
GameData/RocketSoundEnhancementDefault/Configs/Mods/Benjee10MMSEV-Wheel.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
// P-G40L Linear Rover Wheel | ||
@PART[Benjee10_MMSEV_wheelLinear]:NEEDS[Benjee10_MMSEV]:FOR[RocketSoundEnhancementDefault] | ||
{ | ||
MODULE | ||
{ | ||
name = RSE_Wheels | ||
volume = 0.45 | ||
|
||
Motor | ||
{ | ||
offLoadVolumeScale | ||
{ | ||
Motor_Base = 0.5 | ||
} | ||
|
||
SOUNDLAYER | ||
{ | ||
name = Motor_Base | ||
audioClip = RocketSoundEnhancementDefault/Sounds/ElectricMotors/ElectricMotor_Small-300hz | ||
|
||
loop = true | ||
spool = true | ||
spoolSpeed = 2 | ||
spread = 0.25 | ||
|
||
volume = 0.0 0.0 | ||
volume = 0.06 0.5 | ||
|
||
pitchFC | ||
{ | ||
key = 0 0 0 6.36 | ||
key = 1.25 3.18 0 0 | ||
} | ||
} | ||
} | ||
|
||
Ground | ||
{ | ||
SOUNDLAYER | ||
{ | ||
name = Tire_Concrete | ||
audioClip = RocketSoundEnhancementDefault/Sounds/Wheels/Tire_Concrete | ||
data = concrete | ||
|
||
loop = true | ||
spread = 0.25 | ||
|
||
volume = 1.0 0.0 | ||
volume = 10.0 0.5 | ||
volume = 60.0 1.0 | ||
|
||
pitch = 0.0 0.8 | ||
pitch = 60.0 1.5 | ||
} | ||
|
||
SOUNDLAYER | ||
{ | ||
name = Tire_Ground-Dirt | ||
audioClip = RocketSoundEnhancementDefault/Sounds/Wheels/Tire_Ground | ||
data = dirt | ||
|
||
loop = true | ||
spread = 0.25 | ||
|
||
volume = 1.0 0.0 | ||
volume = 10.0 0.5 | ||
volume = 60.0 1.0 | ||
|
||
pitch = 0.0 0.8 | ||
pitch = 60.0 1.5 | ||
} | ||
} | ||
|
||
Slip | ||
{ | ||
SOUNDLAYER | ||
{ | ||
name = Tire_Slip-Concrete | ||
audioClip = RocketSoundEnhancementDefault/Sounds/Wheels/Tire_Screech-Low | ||
data = concrete | ||
|
||
loop = true | ||
spread = 0.25 | ||
|
||
volume = 1.0 0.0 | ||
volume = 5.0 0.5 | ||
volume = 25.0 1.0 | ||
|
||
pitch = 0.0 1.3 | ||
pitch = 50.0 1.1 | ||
} | ||
|
||
SOUNDLAYER | ||
{ | ||
name = Tire_Slip-Dirt | ||
audioClip = RocketSoundEnhancementDefault/Sounds/Wheels/Tire_Ground | ||
data = dirt | ||
|
||
loop = true | ||
spread = 0.25 | ||
|
||
volume = 1.0 0.0 | ||
volume = 5.0 0.5 | ||
volume = 25.0 1.0 | ||
|
||
pitch = 0.0 2.0 | ||
pitch = 50.0 1.8 | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.