Advertisement
Pastebinning04

Untitled

Jan 6th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.69 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Sounds>
  4.     <Sound>
  5.       <Id>
  6.         <TypeId>MyObjectBuilder_AudioDefinition</TypeId>
  7.         <SubtypeId>CustomSoundSEM4</SubtypeId>
  8.       </Id>
  9.       <Category>BLOCK</Category>
  10.       <MaxDistance>20</MaxDistance>
  11.       <Volume>1.0</Volume>
  12.       <Loopable>false</Loopable>
  13.       <Waves>
  14.         <Wave Type="D3">
  15.           <Start>Audio\JetEngineFiringUp.xwm</Start>
  16.           <Loop>Audio\JetEngineFullThrottle.xwm</Loop>
  17.           <End>Audio\JetEngineFiringDown.xwm</End>
  18.         </Wave>
  19.       </Waves>
  20.     </Sound>
  21.   </Sounds>
  22. </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement