From ce7fc9f6760e7487625c89cde8f52b5fbb350d61 Mon Sep 17 00:00:00 2001 From: JacobB094 Date: Sun, 11 Aug 2024 23:22:17 +0200 Subject: [PATCH] Add files via upload --- .../Compatibility/RSE/Photon-SRB-Heavy.cfg | 64 +++++++++++++++++++ .../Compatibility/RSE/SoundRemover.cfg | 9 +++ 2 files changed, 73 insertions(+) create mode 100644 GameData/PhotonCorp/Compatibility/RSE/Photon-SRB-Heavy.cfg create mode 100644 GameData/PhotonCorp/Compatibility/RSE/SoundRemover.cfg 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