Skip to content
64 changes: 64 additions & 0 deletions GameData/PhotonCorp/Compatibility/RSE/Photon-SRB-Heavy.cfg
Original file line number Diff line number Diff line change
@@ -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
}
}
9 changes: 9 additions & 0 deletions GameData/PhotonCorp/Compatibility/RSE/SoundRemover.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Engines Sound Remover
@PART[*]:HAS[@MODULE[RSE_Engines]]:AFTER[zzzRocketSoundEnhancementDefault]:NEEDS[RocketSoundEnhancement]
{
@EFFECTS,*
{
// Rockets
@running_solid{!AUDIO{}}
}
}
Loading