settings.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0"?>
  2. <Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <MediaPath>content\</MediaPath>
  4. <WindowTitle>Spacewar</WindowTitle>
  5. <LevelTime>30</LevelTime>
  6. <ThrustPower>100</ThrustPower>
  7. <FrictionFactor>0.1</FrictionFactor>
  8. <MaxSpeed>200</MaxSpeed>
  9. <ShipRecoveryTime>1.6</ShipRecoveryTime>
  10. <SunPosition>
  11. <X>0</X>
  12. <Y>0</Y>
  13. </SunPosition>
  14. <GravityStrength>500000</GravityStrength>
  15. <GravityPower>2</GravityPower>
  16. <ColorDistribution>3</ColorDistribution>
  17. <Fade>4</Fade>
  18. <FlameSpeed>0.22</FlameSpeed>
  19. <Spread>0.5</Spread>
  20. <Flamability>1.74</Flamability>
  21. <Size>70</Size>
  22. <AsteroidScale>0.02</AsteroidScale>
  23. <BulletScale>0.02</BulletScale>
  24. <ShipScale>0.02</ShipScale>
  25. <Ships>
  26. <PlayerShipInfo>
  27. <StartPosition>
  28. <X>-300</X>
  29. <Y>0</Y>
  30. </StartPosition>
  31. <StartAngle>90</StartAngle>
  32. </PlayerShipInfo>
  33. <PlayerShipInfo>
  34. <StartPosition>
  35. <X>300</X>
  36. <Y>0</Y>
  37. </StartPosition>
  38. <StartAngle>90</StartAngle>
  39. </PlayerShipInfo>
  40. </Ships>
  41. <Weapons>
  42. <WeaponInfo>
  43. <Cost>0</Cost>
  44. <Lifetime>3</Lifetime>
  45. <Max>5</Max>
  46. <Burst>1</Burst>
  47. <Acceleration>0</Acceleration>
  48. <Damage>1</Damage>
  49. </WeaponInfo>
  50. <WeaponInfo>
  51. <Cost>1000</Cost>
  52. <Lifetime>3</Lifetime>
  53. <Max>16</Max>
  54. <Burst>4</Burst>
  55. <Acceleration>0</Acceleration>
  56. <Damage>1</Damage>
  57. </WeaponInfo>
  58. <WeaponInfo>
  59. <Cost>2000</Cost>
  60. <Lifetime>3</Lifetime>
  61. <Max>12</Max>
  62. <Burst>3</Burst>
  63. <Acceleration>0</Acceleration>
  64. <Damage>1</Damage>
  65. </WeaponInfo>
  66. <WeaponInfo>
  67. <Cost>3000</Cost>
  68. <Lifetime>1.5</Lifetime>
  69. <Max>1</Max>
  70. <Burst>1</Burst>
  71. <Acceleration>300</Acceleration>
  72. <Damage>5</Damage>
  73. </WeaponInfo>
  74. <WeaponInfo>
  75. <Cost>4000</Cost>
  76. <Lifetime>2</Lifetime>
  77. <Max>3</Max>
  78. <Burst>1</Burst>
  79. <Acceleration>0</Acceleration>
  80. <Damage>5</Damage>
  81. </WeaponInfo>
  82. </Weapons>
  83. <CrossFadeSpeed>0.2</CrossFadeSpeed>
  84. <OffsetSpeed>0.1</OffsetSpeed>
  85. <ShipLights>
  86. <ShipLighting>
  87. <Ambient>
  88. <X>.4</X>
  89. <Y>.4</Y>
  90. <Z>.4</Z>
  91. <W>1</W>
  92. </Ambient>
  93. <DirectionalDirection>
  94. <X>-1</X>
  95. <Y>-1</Y>
  96. <Z>.2</Z>
  97. <W>0</W>
  98. </DirectionalDirection>
  99. <DirectionalColor>
  100. <X>.639</X>
  101. <Y>.808</Y>
  102. <Z>.937</Z>
  103. <W>1</W>
  104. </DirectionalColor>
  105. <PointPosition>
  106. <X>0</X>
  107. <Y>0</Y>
  108. <Z>0</Z>
  109. <W>0</W>
  110. </PointPosition>
  111. <PointColor>
  112. <X>.976</X>
  113. <Y>.925</Y>
  114. <Z>.717</Z>
  115. <W>1</W>
  116. </PointColor>
  117. <PointFactor>0.0001</PointFactor>
  118. </ShipLighting>
  119. <ShipLighting>
  120. <Ambient>
  121. <X>.3</X>
  122. <Y>.3</Y>
  123. <Z>.3</Z>
  124. <W>1</W>
  125. </Ambient>
  126. <DirectionalDirection>
  127. <X>1</X>
  128. <Y>1</Y>
  129. <Z>1</Z>
  130. <W>0</W>
  131. </DirectionalDirection>
  132. <DirectionalColor>
  133. <X>.976</X>
  134. <Y>.925</Y>
  135. <Z>.717</Z>
  136. <W>1</W>
  137. </DirectionalColor>
  138. <PointPosition>
  139. <X>0</X>
  140. <Y>-200</Y>
  141. <Z>0</Z>
  142. <W>0</W>
  143. </PointPosition>
  144. <PointColor>
  145. <X>.639</X>
  146. <Y>.808</Y>
  147. <Z>.937</Z>
  148. </PointColor>
  149. <PointFactor>0.0001</PointFactor>
  150. </ShipLighting>
  151. </ShipLights>
  152. <Player1Start>LeftControl</Player1Start>
  153. <Player1Back>LeftShift</Player1Back>
  154. <Player1A>V</Player1A>
  155. <Player1B>G</Player1B>
  156. <Player1X>F</Player1X>
  157. <Player1Y>T</Player1Y>
  158. <Player1ThumbstickLeftXmin>A</Player1ThumbstickLeftXmin>
  159. <Player1ThumbstickLeftXmax>D</Player1ThumbstickLeftXmax>
  160. <Player1ThumbstickLeftYmin>S</Player1ThumbstickLeftYmin>
  161. <Player1ThumbstickLeftYmax>W</Player1ThumbstickLeftYmax>
  162. <Player1Left>A</Player1Left>
  163. <Player1Right>D</Player1Right>
  164. <Player1Down>S</Player1Down>
  165. <Player1Up>W</Player1Up>
  166. <Player1LeftTrigger>Q</Player1LeftTrigger>
  167. <Player1RightTrigger>E</Player1RightTrigger>
  168. <Player2Start>RightControl</Player2Start>
  169. <Player2Back>RightShift</Player2Back>
  170. <Player2A>Home</Player2A>
  171. <Player2B>End</Player2B>
  172. <Player2X>PageUp</Player2X>
  173. <Player2Y>PageDown</Player2Y>
  174. <Player2ThumbstickLeftXmin>Left</Player2ThumbstickLeftXmin>
  175. <Player2ThumbstickLeftXmax>Right</Player2ThumbstickLeftXmax>
  176. <Player2ThumbstickLeftYmin>Down</Player2ThumbstickLeftYmin>
  177. <Player2ThumbstickLeftYmax>Up</Player2ThumbstickLeftYmax>
  178. <Player2Left>Left</Player2Left>
  179. <Player2Right>Right</Player2Right>
  180. <Player2Down>Down</Player2Down>
  181. <Player2Up>Up</Player2Up>
  182. <Player2LeftTrigger>Insert</Player2LeftTrigger>
  183. <Player2RightTrigger>Delete</Player2RightTrigger>
  184. </Settings>