home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / if18 / DATA1.CAB / Basic_Game / DATA / PLAYREQ.INI < prev    next >
Encoding:
INI File  |  1998-09-08  |  12.7 KB  |  197 lines

  1. //
  2. // All comments *must* go *above* [playreq] line
  3. //
  4. // name = code, groupId, nameId, descriptionId, eventType [,(repeat|(min,max))]
  5. //
  6. // Primary Sort : groupId
  7. // Secondary Sort : name
  8. //
  9. // name             : function name
  10. // code             : cooresponds to entries in playrqcd.h
  11. // groupId          : group identifier for UI display
  12. // nameId           : stringtable identifier for UI display
  13. // descriptionId    : stringtable identifier for UI display
  14. // eventType        : T-trigger event, P-absolute position event, R-relative position event
  15. // repeat           : repeat rate (trigger event only)
  16. // min,max          : min,max range of input (position events only)
  17. //
  18.  
  19.  
  20. // don't know if comments are ok inside the table, so they go here
  21. // groupId's 
  22. // 0 - doesn't show up
  23. // 1 - flight controls
  24. // 2 - throttle Controls
  25. // 3 - hud controls
  26. // 4 - system commands
  27. // 5 - communication and navigation
  28. // 6 - virtual view system
  29. // 7 - internal views
  30. // 8 - external views
  31. // 9 - ddi controls
  32. // 10 - countermeasures
  33. // 11 - detection and identification
  34. // 12 - weapons and targeting controls
  35.  
  36. [playreq]
  37.  
  38. CursorSelect1                                               = 107,0,30000,30500,T
  39. CursorSelect2                                               = 108,0,30001,30501,T
  40. CursorSelect3                                               = 109,0,30002,30502,T
  41. CursorSelect4                                               = 110,0,30003,30503,T
  42. CursorX                                                     = 105,0,30004,30504,P
  43. CursorY                                                     = 106,0,30005,30505,P
  44. FlightStickX                                                = 015,0,30006,30506,P,-100,100
  45. FlightStickY                                                = 016,0,30007,30507,P,-100,100
  46. Minimize                                                    = 113,0,30008,30508,T
  47. Rudder                                                      = 019,0,30009,30509,P,-100,100
  48. Throttle                                                    = 065,0,30010,30510,P,0,100
  49. PongModeInCurrentMFD                                        = 318,0,34010,34510,T
  50. TacticalModeInCurrentMFD                                    = 319,0,34018,34518,T
  51.  
  52. CatapultShot                                                = 804,1,33003,33503,T
  53. AutopilotHeadingHold                                        = 460,1,32010,32510,T
  54. AutopilotCoupledCourse                                      = 466,1,32008,32508,T
  55. AutopilotCoupledDirect                                      = 465,1,32009,32509,T
  56. AutopilotAltitudeHold                                       = 461,1,32004,32504,T
  57. AutopilotAttitudeHold                                       = 462,1,32007,32507,T
  58. AutopilotAPC_Cruise                                         = 463,1,32005,32505,T
  59. AutopilotAPC_Approach                                       = 464,1,32006,32506,T
  60. AutopilotACLS1                                              = 467,1,32011,32511,T
  61. AutopilotACLS2                                              = 468,1,32012,32512,T
  62. AutopilotILS                                                = 026,1,32013,34513,T
  63. AltimeterToggle                                             = 025,1,32000,32500,T
  64. RudderLeft                                                  = 017,1,33023,33523,T,50
  65. RudderRight                                                 = 018,1,33024,33524,T,50
  66. WheelBrakes                                                 = 023,1,33036,33536,T
  67. AirBrakes                                                   = 024,1,33001,33501,T
  68. LandingGear                                                 = 022,1,33009,33509,T
  69. ExtendFlaps                                                 = 020,1,33007,33507,T
  70. RetractFlaps                                                = 021,1,33021,33521,T
  71. TailHook                                                    = 034,1,33025,33525,T
  72. JettisonExternalStores                                      = 028,1,32003,32503,T
  73. FuelDumpToggle                                              = 029,1,32002,32502,T
  74. Eject                                                       = 030,1,33006,33506,T
  75.  
  76. LeftEngineToggle                                            = 051,2,33010,33510,T
  77. RightEngineToggle                                           = 052,2,33022,33522,T
  78. Throttle100Pct                                              = 062,2,33026,33526,T
  79. Throttle10Pct                                               = 053,2,33027,33527,T
  80. Throttle20Pct                                               = 054,2,33028,33528,T
  81. Throttle30Pct                                               = 055,2,33029,33529,T
  82. Throttle40Pct                                               = 056,2,33030,33530,T
  83. Throttle50Pct                                               = 057,2,33031,33531,T
  84. Throttle60Pct                                               = 058,2,33032,33532,T
  85. Throttle70Pct                                               = 059,2,33033,33533,T
  86. Throttle80Pct                                               = 060,2,33034,33534,T
  87. Throttle90Pct                                               = 061,2,33035,33535,T
  88. IncreaseThrottle10Pct                                       = 063,2,33008,33508,T,50
  89. DecreaseThrottle10Pct                                       = 064,2,33004,33504,T,50
  90. AfterburnerToggle                                           = 066,2,33000,33500,T
  91.  
  92. NextHUDMode                                                 = 351,3,35012,35512,T
  93. PreviousHUDMode                                             = 352,3,35014,35514,T
  94. DecreaseHUDBrightness                                       = 355,3,35003,35503,T
  95. IncreaseHUDBrightness                                       = 354,3,35010,35510,T
  96. HelmetHUDToggle                                             = 353,3,35008,35508,T
  97.  
  98. Pause                                                       = 101,4,31006,31506,T
  99. AccelerateTime                                              = 031,4,31000,31500,T
  100. DecelerateTime                                              = 032,4,31002,31502,T
  101. NormalTime                                                  = 033,4,31005,31505,T
  102. Screenshot                                                  = 112,4,31007,31507,T
  103. CockpitWarningSoundsToggle                                  = 111,4,32001,32501,T
  104. CloseAndExitGame                                            = 104,4,31001,31501,T
  105. EndMission                                                  = 102,4,31003,31503,T
  106. ExitGame                                                    = 103,4,31004,31504,T
  107.  
  108. CallTheBall                                                 = 805,5,33002,33502,T
  109. Com1Toggle                                                  = 151,5,34002,34502,T
  110. SendCom1Msg                                                 = 152,5,34013,34513,T
  111. SendCom2Msg                                                 = 153,5,34014,34514,T
  112. SendGuardMessage                                            = 154,5,34015,34515,T
  113. NetworkChatMode                                             = 155,5,34007,34507,T
  114. NextWaypoint                                                = 156,5,34009,34509,T
  115. PreviousWaypoint                                            = 157,5,34012,34512,T
  116.  
  117. VirtualCockpitToggle                                        = 210,6,36023,36523,T
  118. MoveViewLeft                                                = 204,6,36008,36508,T,50
  119. MoveViewRight                                               = 202,6,36009,36509,T,50
  120. MoveViewUp                                                  = 203,6,36010,36510,T,50
  121. MoveViewDown                                                = 201,6,36007,36507,T,50
  122. SnapToFrontView                                             = 205,6,36016,36516,T
  123. SnapToLeftView                                              = 206,6,36017,36517,T
  124. SnapToRearView                                              = 207,6,36018,36518,T
  125. SnapToRightView                                             = 208,6,36019,36519,T
  126. SnapToTopView                                               = 209,6,36020,36520,T
  127. PadlockView                                                 = 268,6,36011,36511,T
  128. IncomingMissilePadlockView                                  = 269,6,36005,36505,T
  129.  
  130. FrontCockpitView                                            = 266,7,36002,36502,T
  131. CockpitGraphicToggle                                        = 267,7,36000,36500,T
  132.  
  133. FunctionKeyViewToggle                                       = 251,8,36004,36504,T
  134. PlayerChaseView                                             = 252,8,36013,36513,T
  135. TargetChaseView                                             = 253,8,36022,36522,T
  136. MissileBombView                                             = 254,8,36006,36506,T
  137. TacticalView                                                = 255,8,36021,36521,T
  138. ReverseTacticalView                                         = 256,8,36014,36514,T
  139. FlyByView                                                   = 257,8,36001,36501,T
  140. CarrierPadlockView                                          = 271,8,36012,36512,T
  141. SatelliteView                                               = 259,8,36015,36515,T
  142. LandingView                                                 = 270,8,36024,36524,T
  143. RotateCameraDown                                            = 260,8,37000,37500,T,50
  144. RotateCameraLeft                                            = 263,8,37001,37501,T,50
  145. RotateCameraRight                                           = 262,8,37002,37502,T,50
  146. RotateCameraUp                                              = 261,8,37003,37503,T,50
  147. ZoomIn                                                      = 264,8,37004,37504,T,50
  148. ZoomOut                                                     = 265,8,37005,37505,T,50
  149.  
  150. ChooseNextMFD                                               = 306,9,34000,34500,T
  151. ChoosePreviousMFD                                           = 307,9,34001,34501,T
  152. NextModeInCurrentMFD                                        = 308,9,34008,34508,T
  153. PreviousModeInCurrentMFD                                    = 309,9,34011,34511,T
  154. MFDCursorDown                                               = 012,9,33012,33512,T,50
  155. MFDCursorLeft                                               = 013,9,33013,33513,T,50
  156. MFDCursorRight                                              = 014,9,33014,33514,T,50
  157. MFDCursorUp                                                 = 011,9,33015,33515,T,50
  158. FullScreenMFDView                                           = 211,9,36003,36503,T
  159.  
  160. ECM                                                         = 401,10,35004,35504,T
  161. Chaff                                                       = 403,10,35002,35502,T
  162. Flares                                                      = 404,10,35007,35507,T
  163. AutoDispenseChaffFlares                                     = 402,10,35001,35501,T
  164.  
  165. ActiveRadarToggle                                           = 451,11,35000,35500,T
  166. IFFCheckOnCurrentTarget                                     = 452,11,35009,35509,T
  167.  
  168. DesignateCCIP                                               = 806,12,33005,33505,T
  169. MFDCenterFLIR                                               = 801,12,33011,33511,T
  170. MFDDesignateTarget                                          = 800,12,33016,33516,T
  171. MFDZoomIn                                                   = 802,12,33017,33517,T
  172. MFDZoomOut                                                  = 803,12,33018,33518,T
  173. MFDBlackHot                                                    = 810,12,33019,33519,T,50
  174. MFDWhiteHot                                                    = 811,12,33020,33520,T,50
  175. DecreaseRadarHorzFOV                                        = 313,12,34003,34503,T
  176. DecreaseRadarVertFOV                                        = 315,12,34004,34504,T
  177. IncreaseRadarHorzFOV                                        = 312,12,34005,34505,T
  178. IncreaseRadarVertFOV                                        = 314,12,34006,34506,T
  179. SlewRadarDown                                               = 317,12,34016,34516,T,50
  180. SlewRadarUp                                                 = 316,12,34017,34517,T,50
  181. FireGun                                                     = 506,12,35005,35505,T,50
  182. FireWeapon                                                  = 505,12,35006,35506,T,50
  183. MasterArm                                                   = 504,12,35011,35511,T
  184. PrepareAutoShootListForCurrentlySelectedWeapon              = 509,12,35013,35513,T
  185. RemoveCurrentTargetFromShootList                            = 510,12,35015,35515,T
  186. SelectNextTarget                                            = 511,12,35016,35516,T
  187. SelectNextWeapon                                            = 501,12,35017,35517,T
  188. SelectPreviousTarget                                        = 512,12,35018,35518,T
  189. SelectPreviousWeapon                                        = 502,12,35019,35519,T
  190. SelectTargetNearestCenterOfHUD                              = 508,12,35020,35520,T
  191. WeaponModeToggle                                            = 514,12,35021,35521,T
  192.  
  193.  
  194.  
  195.  
  196.  
  197.