Advertisement
Guest User

Vehicle Gadgets+ | Ladded - XML Entry Example

a guest
Jun 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.85 KB | None | 0 0
  1.     <Entry xsi:type="Ladder">
  2.       <Base>
  3.         <BoneName>ladder_base</BoneName>
  4.         <RotationSpeed>11</RotationSpeed>
  5.         <RotationAxis X="0" Y="0" Z="1" />
  6.       </Base>
  7.       <Main>
  8.         <BoneName>ladder_main_0</BoneName>
  9.         <RotationSpeed>11</RotationSpeed>
  10.         <RotationAxis X="1" Y="0" Z="0" />
  11.         <MinAngle>0</MinAngle>
  12.         <MaxAngle>65</MaxAngle>
  13.       </Main>
  14.       <ExtensionParts>
  15.         <Entry>
  16.           <BoneName>ladder_main_1</BoneName>
  17.           <MoveSpeed>3</MoveSpeed>
  18.           <ExtensionDistance>6</ExtensionDistance>
  19.         </Entry>
  20.       </ExtensionParts>
  21.       <Bucket>
  22.         <BoneName>ladder_bucket</BoneName>
  23.         <RotationSpeed>10</RotationSpeed>
  24.         <RotationAxis X="1" Y="0" Z="0" />
  25.         <MinAngle>-85</MinAngle>
  26.         <MaxAngle>85</MaxAngle>
  27.       </Bucket>
  28.     </Entry>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement