home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 35 / PCGAMER35.bin / abrams / abrams.ini < prev    next >
INI File  |  1996-05-31  |  4KB  |  93 lines

  1. ;===========================================================================
  2. ;
  3. ;                                A B R A M S
  4. ;                         America's Main Battle Tank
  5. ;
  6. ;                          Designed for Windows 95
  7. ;   
  8. ;           Copyright (c) 1995, 1996 by Charybdis Enterprises, Inc.
  9. ;                           All Rights Reserved.
  10. ;
  11. ;---------------------------------------------------------------------------
  12. ;
  13. ;    This product is being developed pursuant to a contract between
  14. ;    Charybdis Enterprises, Inc. and Interactive Magic, Inc.  This file
  15. ;    and all associated files are subject to the conditions of this
  16. ;    contract.
  17. ;
  18. ;---------------------------------------------------------------------------
  19. ;
  20. ;           *** Charybdis Enterprises, Inc. Company Confidential ***
  21. ;
  22. ;  This file and all associated files are the company proprietary property
  23. ;        of Charybdis Enterprises, Inc.  Unauthorized use prohibited.
  24. ;
  25. ;---------------------------------------------------------------------------
  26. ;
  27. ; Abrams.INI
  28. ;
  29. ; Contains general configuration settings for the product.
  30. ;
  31. ;===========================================================================
  32.  
  33. ;===========================================================================
  34. ;========================== Startup parameters =============================
  35. ;===========================================================================
  36. [StartUp]
  37.  
  38. ;---------------------------------------------------------------------------
  39. ; Causes the product to use DirectDraw for all video.  If DirectDraw is
  40. ; not selected, then the standard DIB interface is used.  This can be
  41. ; overridden by the -dd and -nodd command line parameters.
  42. ;---------------------------------------------------------------------------
  43. DirectDraw=No
  44.  
  45. ;---------------------------------------------------------------------------
  46. ; If the DIB mode is in use, this will allow the system to switch into
  47. ; the correct resolution using DirectDraws interface.  This can be 
  48. ; overridden by the -dibswitch and -nodibswitch command line parameters.
  49. ;---------------------------------------------------------------------------
  50. DIBModeSwitch=Yes
  51.  
  52. ;---------------------------------------------------------------------------
  53. ; Shows the introduction for the product.  This can be overridden with the
  54. ; -intro and -nointro command line parameters.
  55. ;---------------------------------------------------------------------------
  56. ShowIntro=Yes
  57.  
  58. ;---------------------------------------------------------------------------
  59. ; DirectSound is used for effects if this is set.  This may be overridden
  60. ; by the -audio and -noaudio command line parameters.  If active, then
  61. ; speech may be turned on or off with Speech or via the -speech and
  62. ; -nospeech command line parameters.
  63. ;---------------------------------------------------------------------------
  64. Audio=Yes
  65. Speech=Yes
  66.  
  67. ;---------------------------------------------------------------------------
  68. ; Joystick movements are used by the product if this is set.  This may be
  69. ; overridden by the -joy and -nojoy command line parameters.
  70. ;---------------------------------------------------------------------------
  71. Joystick=Yes
  72.  
  73.  
  74. ;===========================================================================
  75. ;=========================== Game settings =================================
  76. ;===========================================================================
  77. [Settings]
  78.  
  79. ;---------------------------------------------------------------------------
  80. ; These control the rendering settings for the terrain
  81. ;---------------------------------------------------------------------------
  82. TexturesOnTerrain=Yes
  83. UsePerspectiveForTerrain=Yes
  84.  
  85. ;---------------------------------------------------------------------------
  86. ; These control the rendering settings for models
  87. ;---------------------------------------------------------------------------
  88. LightModels=Yes
  89. SmoothShadeModels=Yes
  90. UsePerspectiveForModels=Yes
  91.  
  92. ; eof - abrams.ini
  93.