Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <Definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Sounds>
- <Sound>
- <Id>
- <TypeId>MyObjectBuilder_AudioDefinition</TypeId>
- <SubtypeId>CustomDoorOpeningSound</SubtypeId>
- </Id>
- <Category>BLOCK</Category>
- <MaxDistance>10</MaxDistance>
- <Volume>0.06</Volume>
- <Waves>
- <Wave Type="D3">
- <Start>ARC\BLOCK\ArcBlockDoorSmallOpen3d.xwm</Start>
- </Wave>
- </Waves>
- </Sound>
- <Sound>
- <Id>
- <TypeId>MyObjectBuilder_AudioDefinition</TypeId>
- <SubtypeId>CustomDoorClosingSound</SubtypeId>
- </Id>
- <Category>BLOCK</Category>
- <MaxDistance>10</MaxDistance>
- <Volume>0.06</Volume>
- <Waves>
- <Wave Type="D3">
- <Start>ARC\BLOCK\ArcBlockDoorSmallClose3d.xwm</Start>
- </Wave>
- </Waves>
- </Sound>
- <Sound>
- <Id>
- <TypeId>MyObjectBuilder_AudioDefinition</TypeId>
- <SubtypeId>AirHangarSound</SubtypeId>
- </Id>
- <Category>BLOCK</Category>
- <MaxDistance>10</MaxDistance>
- <Volume>0.06</Volume>
- <Loopable>true</Loopable>
- <SoundLimit>3</SoundLimit>
- <Waves>
- <Wave Type="D3">
- <Start>ARC\BLOCK\ArcBlockDoorHangarStart3d.wav</Start>
- <Loop>ARC\BLOCK\ArcBlockDoorHangarLoop3d.wav</Loop>
- <End>ARC\BLOCK\ArcBlockDoorHangarEnd3d.wav</End>
- </Wave>
- </Waves>
- </Sound>
- </Sounds>
- </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment