home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-05-31 | 4.0 KB | 93 lines |
- ;===========================================================================
- ;
- ; A B R A M S
- ; America's Main Battle Tank
- ;
- ; Designed for Windows 95
- ;
- ; Copyright (c) 1995, 1996 by Charybdis Enterprises, Inc.
- ; All Rights Reserved.
- ;
- ;---------------------------------------------------------------------------
- ;
- ; This product is being developed pursuant to a contract between
- ; Charybdis Enterprises, Inc. and Interactive Magic, Inc. This file
- ; and all associated files are subject to the conditions of this
- ; contract.
- ;
- ;---------------------------------------------------------------------------
- ;
- ; *** Charybdis Enterprises, Inc. Company Confidential ***
- ;
- ; This file and all associated files are the company proprietary property
- ; of Charybdis Enterprises, Inc. Unauthorized use prohibited.
- ;
- ;---------------------------------------------------------------------------
- ;
- ; Abrams.INI
- ;
- ; Contains general configuration settings for the product.
- ;
- ;===========================================================================
-
- ;===========================================================================
- ;========================== Startup parameters =============================
- ;===========================================================================
- [StartUp]
-
- ;---------------------------------------------------------------------------
- ; Causes the product to use DirectDraw for all video. If DirectDraw is
- ; not selected, then the standard DIB interface is used. This can be
- ; overridden by the -dd and -nodd command line parameters.
- ;---------------------------------------------------------------------------
- DirectDraw=No
-
- ;---------------------------------------------------------------------------
- ; If the DIB mode is in use, this will allow the system to switch into
- ; the correct resolution using DirectDraws interface. This can be
- ; overridden by the -dibswitch and -nodibswitch command line parameters.
- ;---------------------------------------------------------------------------
- DIBModeSwitch=Yes
-
- ;---------------------------------------------------------------------------
- ; Shows the introduction for the product. This can be overridden with the
- ; -intro and -nointro command line parameters.
- ;---------------------------------------------------------------------------
- ShowIntro=Yes
-
- ;---------------------------------------------------------------------------
- ; DirectSound is used for effects if this is set. This may be overridden
- ; by the -audio and -noaudio command line parameters. If active, then
- ; speech may be turned on or off with Speech or via the -speech and
- ; -nospeech command line parameters.
- ;---------------------------------------------------------------------------
- Audio=Yes
- Speech=Yes
-
- ;---------------------------------------------------------------------------
- ; Joystick movements are used by the product if this is set. This may be
- ; overridden by the -joy and -nojoy command line parameters.
- ;---------------------------------------------------------------------------
- Joystick=Yes
-
-
- ;===========================================================================
- ;=========================== Game settings =================================
- ;===========================================================================
- [Settings]
-
- ;---------------------------------------------------------------------------
- ; These control the rendering settings for the terrain
- ;---------------------------------------------------------------------------
- TexturesOnTerrain=Yes
- UsePerspectiveForTerrain=Yes
-
- ;---------------------------------------------------------------------------
- ; These control the rendering settings for models
- ;---------------------------------------------------------------------------
- LightModels=Yes
- SmoothShadeModels=Yes
- UsePerspectiveForModels=Yes
-
- ; eof - abrams.ini
-