diff --git a/GameData/PhotonCorp/Compatibility/RSE/Photon-SRB-Heavy.cfg b/GameData/PhotonCorp/Compatibility/RSE/Photon-SRB-Heavy.cfg new file mode 100644 index 0000000..d854281 --- /dev/null +++ b/GameData/PhotonCorp/Compatibility/RSE/Photon-SRB-Heavy.cfg @@ -0,0 +1,64 @@ +// SSRB +@PART[PC_5Seg_RSRM]:NEEDS[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = SRB_Heavy + volume = 1.46 + pitch = 1.30 + } +} +@PART[PC_4Seg_RSRM]:NEEDS[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = SRB_Heavy + volume = 1.31 + pitch = 1.30 + } +} +@PART[PC_3Seg_RSRM]:NEEDS[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = SRB_Heavy + volume = 1.15 + pitch = 1.30 + } +} +@PART[PC_2_5Seg_RSRM]:NEEDS[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = SRB_Heavy + volume = 1.08 + pitch = 1.30 + } +} +@PART[PC_2Seg_RSRM]:NEEDS[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = SRB_Heavy + volume = 1.01 + pitch = 1.30 + } +} +@PART[PC_1Seg_RSRM]:NEEDS[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = SRB_Heavy + volume = 0.79 + pitch = 1.30 + } +} +@PART[PC_Nose]:NEEDS[RocketSoundEnhancementDefault] +{ + RSE_PRESET + { + name = SRB_Light_1 + volume = 0.66 + pitch = 1.20 + } +} \ No newline at end of file diff --git a/GameData/PhotonCorp/Compatibility/RSE/SoundRemover.cfg b/GameData/PhotonCorp/Compatibility/RSE/SoundRemover.cfg new file mode 100644 index 0000000..07f932d --- /dev/null +++ b/GameData/PhotonCorp/Compatibility/RSE/SoundRemover.cfg @@ -0,0 +1,9 @@ +// Engines Sound Remover +@PART[*]:HAS[@MODULE[RSE_Engines]]:AFTER[zzzRocketSoundEnhancementDefault]:NEEDS[RocketSoundEnhancement] +{ + @EFFECTS,* + { + // Rockets + @running_solid{!AUDIO{}} + } +} \ No newline at end of file