Skip to content

RSE_Coupler PartModule

Ensou edited this page Nov 23, 2020 · 3 revisions

PartModule for Decouplers, LaunchClamps and Docking Ports.

SoundLayers node only serves as a wrapper for this PartModule. Multiple SoundLayers does not work for the same Action and only the first one will be applied.

SoundLayer "name" values for Part Actions:

value Part Type
decouple Decouplers
activate LaunchClamps
dock Docking Ports
undock Docking Ports

Example Module Manager Patch from Rocket Sound Enhancement Stock Configs

@PART[radialDecoupler*]:FOR[RocketSoundEnhancement]
{
	!sound_decoupler_fire = decouple //Remove Stock Audio
	MODULE
	{
		name = RSE_Coupler
		SOUNDLAYER
		{
			// name of Part Action
			name = decouple
			audioClip = RocketSoundEnhancement/Sounds/Decouplers/Decoupler_1
			spread = 0.25
			channel = ShipBoth
			volume = 0.5
			pitch = 2
		}
	}
}
Clone this wiki locally