home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / mouse.inf < prev    next >
INI File  |  2002-10-09  |  3KB  |  280 lines

  1. #include "GlobalIncludes.inf"
  2.  
  3. Scales=FALSE
  4.  
  5. [Cursor]
  6. {
  7.     type=NONE
  8.     Center=0,0
  9.     wildcard=gfx/mouse/kurzoralap
  10. }
  11.  
  12. [Cursor]
  13. {
  14.     type=NO_MOVEMENT
  15.     Center=0,0
  16.     wildcard=gfx/mouse/kurzornomove
  17. }
  18.  
  19. [Cursor]
  20. {
  21.     type=MOVE
  22.     Center=0,0
  23.     wildcard=gfx/mouse/kurzorland
  24. }
  25.  
  26. [Cursor]
  27. {
  28.     type=FIRE0
  29.     Center=0,0
  30.     wildcard=gfx/mouse/kurzor0attack
  31. }
  32.  
  33. [Cursor]
  34. {
  35.     type=NoLOS
  36.     Center=0,0
  37.     wildcard=gfx/mouse/kurzorNoLOS
  38. }
  39.  
  40. [Cursor]
  41. {
  42.     type=CantDamage
  43.     Center=0,0
  44.     wildcard=gfx/mouse/kurzorCantDamage
  45. }
  46.  
  47.  
  48.  
  49. [Cursor]
  50. {
  51.     type=FIRE1
  52.     Center=0,0
  53.     wildcard=gfx/mouse/kurzor1attack
  54. }
  55. [Cursor]
  56. {
  57.     type=FIRE2
  58.     Center=0,0
  59.     wildcard=gfx/mouse/kurzor2attack
  60. }
  61. [Cursor]
  62. {
  63.     type=FIRE3
  64.     Center=0,0
  65.     wildcard=gfx/mouse/kurzor3attack
  66. }
  67.  
  68. [Cursor]
  69. {
  70.     type=FIRE4
  71.     Center=0,0
  72.     wildcard=gfx/mouse/kurzor4attack
  73. }
  74.  
  75.  
  76. [Cursor]
  77. {
  78.     type=FIRE_SECONDARY
  79.     Center=0,0
  80.     wildcard=gfx/mouse/kurzor0attack
  81. }
  82.  
  83. [Cursor]
  84. {
  85.     type=PLACE_CLAYMORE
  86.     Center=0,0
  87.     wildcard=gfx/mouse/kurzorland
  88. }
  89.  
  90. [Cursor]
  91. {
  92.     type=ASSAULT
  93.     Center=0,0
  94.     wildcard=gfx/mouse/kurzor0attack
  95. }
  96.  
  97. [Cursor]
  98. {
  99.     type=REQUEST_SMOKE
  100.     Center=0,0
  101.     wildcard=gfx/mouse/kurzor0attack
  102. }
  103.  
  104. [Cursor]
  105. {
  106.     type=FIRE_ILLUMINATION
  107.     Center=0,0
  108.     wildcard=gfx/mouse/kurzor0attack
  109. }
  110.  
  111. [Cursor]
  112. {
  113.     type=REQUEST_AIR_STRIKE
  114.     Center=0,0
  115.     wildcard=gfx/mouse/kurzor0attack
  116. }
  117.  
  118. [Cursor]
  119. {
  120.     type=REMOVE_TRAP
  121.     Center=0,0
  122.     wildcard=gfx/mouse/kurzortrap
  123. }
  124.  
  125. [Cursor]
  126. {
  127.     type=REQUEST_ARTILLERY
  128.     Center=0,0
  129.     wildcard=gfx/mouse/kurzor0attack
  130. }
  131.  
  132. [Cursor]
  133. {
  134.     type=THROW_GRENADE
  135.     Center=0,0
  136.     wildcard=gfx/mouse/kurzorland
  137. }
  138.  
  139. [Cursor]
  140. {
  141.     type=THROW_SMOKE_GRENADE
  142.     Center=0,0
  143.     wildcard=gfx/mouse/kurzorland
  144. }
  145.  
  146. [Cursor]
  147. {
  148.     type=THROW_SATCHEL
  149.     Center=0,0
  150.     wildcard=gfx/mouse/kurzorland
  151. }
  152.  
  153. [Cursor]
  154. {
  155.     type=HEAL
  156.     Center=0,0
  157.     wildcard=gfx/mouse/kurzorheal
  158. }
  159.  
  160. [Cursor]
  161. {
  162.     type=MOUNT
  163.     Center=0,0
  164.     wildcard=gfx/mouse/kurzormount
  165. }
  166. [Cursor]
  167. {
  168.     type=UNABLE_TO_MOUNT
  169.     Center=0,0
  170.     wildcard=gfx/mouse/kurzornomount
  171. }
  172.  
  173. [Cursor]
  174. {
  175.     type=SELECTION
  176.     Center=0,0
  177.     wildcard=gfx/mouse/kurzoralap
  178. }
  179.  
  180.  
  181. [Cursor]
  182. {
  183.     type=ScrollLeft
  184.     Center=0,15
  185.     wildcard=gfx/mouse/ScrollLeft
  186. }
  187.  
  188. [Cursor]
  189. {
  190.     type=ScrollRight
  191.     Center=30,15
  192.     wildcard=gfx/mouse/ScrollRight
  193. }
  194.  
  195. [Cursor]
  196. {
  197.     type=ScrollUp
  198.     Center=15,0
  199.     wildcard=gfx/mouse/ScrollUp
  200. }
  201.  
  202. [Cursor]
  203. {
  204.     type=ScrollDown
  205.     Center=15,30
  206.     wildcard=gfx/mouse/ScrollDown
  207. }
  208.  
  209. [Cursor]
  210. {
  211.     type=ScrollLeftDown
  212.     Center=0,30
  213.     wildcard=gfx/mouse/ScrollLeftDown
  214. }
  215.  
  216. [Cursor]
  217. {
  218.     type=ScrollRightDown
  219.     Center=30,30
  220.     wildcard=gfx/mouse/ScrollRightDown
  221. }
  222.  
  223. [Cursor]
  224. {
  225.     type=ScrollLeftUp
  226.     Center=0,0
  227.     wildcard=gfx/mouse/ScrollLeftUp
  228. }
  229.  
  230. [Cursor]
  231. {
  232.     type=ScrollRightUp
  233.     Center=30,0
  234.     wildcard=gfx/mouse/ScrollRightUp
  235. }
  236.  
  237. [Cursor]
  238. {
  239.     type=Rotate
  240.     Center=8,8
  241.     wildcard=gfx/mouse/rotate
  242. }
  243.  
  244. [Cursor]
  245. {
  246.     type=Blast
  247.     Center=8,8
  248.     wildcard=gfx/mouse/blast
  249. }
  250.  
  251. [Cursor]
  252. {
  253.     type=Strike
  254.     Center=8,8
  255.     wildcard=gfx/mouse/strike
  256. }
  257.  
  258. [Cursor]
  259. {
  260.     type=PlaceClaymore
  261.     Center=8,8
  262.     wildcard=gfx/mouse/placeclay
  263. }
  264.  
  265. [Cursor]
  266. {
  267.     type=ThrowGrenade
  268.     Center=0,0
  269.     wildcard=gfx/mouse/kurzorgrenade
  270. }
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.