home *** CD-ROM | disk | FTP | other *** search
/ Gambler 30 B / GAMBLERCD30B.BIN / ABRAMS / ABRAMS.INI < prev    next >
INI File  |  1997-02-21  |  5KB  |  125 lines

  1. ;===========================================================================
  2. ;
  3. ;                          i M 1 A 2    A B R A M S
  4. ;                         America's Main Battle Tank
  5. ;
  6. ;                          Designed for Windows 95
  7. ;   
  8. ;           Copyright (c) 1996, 1997 by Interactive Magic, Inc.
  9. ;                           All Rights Reserved.
  10. ;
  11. ;---------------------------------------------------------------------------
  12. ;
  13. ; Abrams.INI
  14. ;
  15. ; Contains general configuration settings for the product.
  16. ;
  17. ;===========================================================================
  18.  
  19. ;===========================================================================
  20. ;========================== Startup parameters =============================
  21. ;===========================================================================
  22. [StartUp]
  23.  
  24. ;---------------------------------------------------------------------------
  25. ; If the DIB mode is in use, this will allow the system to switch into
  26. ; the correct resolution using DirectDraw's interface.  This can be 
  27. ; overridden by the -dibswitch and -nodibswitch command line parameters.
  28. ;---------------------------------------------------------------------------
  29. DIBModeSwitch=Yes
  30.  
  31. ;---------------------------------------------------------------------------
  32. ; Switches video mode between 640x480 and 320x240
  33. ;---------------------------------------------------------------------------
  34. HiRes=Yes
  35.  
  36. ;---------------------------------------------------------------------------
  37. ; Shows the introduction for the product.  This can be overridden with the
  38. ; -intro and -nointro command line parameters.
  39. ;---------------------------------------------------------------------------
  40. ShowIntro=Yes
  41.  
  42. ;---------------------------------------------------------------------------
  43. ; DirectSound is used for effects if this is set.  This may be overridden
  44. ; by the -audio and -noaudio command line parameters.  If active, then
  45. ; speech may be turned on or off with Speech or via the -speech and
  46. ; -nospeech command line parameters.
  47. ;---------------------------------------------------------------------------
  48. Audio=Yes
  49. Speech=Full
  50.  
  51. ;---------------------------------------------------------------------------
  52. ; Joystick movements are used by the product if this is set.  This may be
  53. ; overridden by the -joy and -nojoy command line parameters.  If active,
  54. ; then -hat/-nohat, -throttle/-nothrottle, and -rudder/-norudder will
  55. ; affect the available of options for advanced joysticks.
  56. ;---------------------------------------------------------------------------
  57. Joystick=Yes
  58. Hat=Yes
  59. Throttle=Yes
  60. Rudder=Yes
  61. AutoShow=Yes
  62.  
  63.  
  64. ;===========================================================================
  65. ;=========================== Game settings =================================
  66. ;===========================================================================
  67. [Settings]
  68. ;---------------------------------------------------------------------------
  69. ; This controls the base configuration settings
  70. ;---------------------------------------------------------------------------
  71. Config=Basic
  72. GameplaySettings=Intermediate
  73. MachineSettings=Fast
  74.  
  75. ;---------------------------------------------------------------------------
  76. ; These control the rendering settings for the terrain
  77. ;---------------------------------------------------------------------------
  78. TexturesOnTerrain=Medium
  79. UsePerspectiveForTerrain=Yes
  80. SmoothShadeTerrain=No
  81.  
  82. ;---------------------------------------------------------------------------
  83. ; These control the rendering settings for models
  84. ;---------------------------------------------------------------------------
  85. SmoothShadeModels=No
  86. UsePerspectiveForModels=No
  87.  
  88. ;---------------------------------------------------------------------------
  89. ; These control the level of detail settings
  90. ;---------------------------------------------------------------------------
  91. UseHighDetailModels=Yes
  92. AnimateTexturesOnVehicles=No
  93. HorizonDistance=4.0/2.6
  94. DistanceHazing=Yes
  95. SpecialEffects=Partial
  96.  
  97. ;---------------------------------------------------------------------------
  98. ; These control the difficulty level
  99. ;---------------------------------------------------------------------------
  100. FriendlyQuality=Veteran
  101. EnemyQuality=Regular
  102.  
  103. ;---------------------------------------------------------------------------
  104. ; These control the realism settings
  105. ;---------------------------------------------------------------------------
  106. Invulnerablity=Q/S
  107. UnlimitedAmmo=Q/S SMISSION CMPGN
  108. ArcadeMode=Q/S
  109. AutoID=Q/S SMISSION CMPGN
  110. ExternViewFromEnemy=Off
  111. ExternViewFromSupport=Q/S SMISSION CMPGN
  112. PerfectIntel= SMISSION CMPGN
  113.  
  114.  
  115. ;===========================================================================
  116. ;============================ QuickStart parameters ========================
  117. ;===========================================================================
  118. [QuickStart]
  119. FriendlyMission=PRDEF
  120. EnemyMission=QKASLT
  121. TimeOfDay=Afternoon
  122. Weather=Clear
  123.  
  124. ; eof - abrams.ini
  125.