home *** CD-ROM | disk | FTP | other *** search
- #
- # Quest config file.
- # (C) Copyright 1996, Chris Carollo & Trey Harrison
- #
- # All lines preceeded by # will be parsed as comments.
- # Blank lines are ignored.
-
-
- # ------------
- # vid_mode <x>
- # ------------
- #
- # Sets the video mode for Quest to use. Allowed values are:
- # 1 - 640x480
- # 2 - 800x600
- # 3 - 1024x768
- # 4 - 1280x1024
- #
- # I recommend setting the highest video mode your computer will comfortably
- # support, due to the complexity of Quake levels and the difficulty of
- # 3-dimensional visualization at lower resolutions.
- #
-
- vid_mode 1
-
- # -------------
- # snap_size <x>
- # -------------
- #
- # Sets the size of the grid to which all movement is "snapped". i.e. If
- # snap_size is set to 8, all movement is done in multiples of eight (-16,
- # -8, 0, 8, 16, 24, etc). It must be positive and not bigger than 64.
- # The default value is 4.
-
- snap_size 4
-
- # -------------
- # pan_speed <x>
- # -------------
- #
- # Set the speed at which the camera is panned around the level. Higher
- # numbers represent faster movement, and lower numbers represend slower,
- # more precise movement. It must be positive and not bigger than 32.
- # The default value is 4.
-
- pan_speed 12
-
- # -------------
- # gamma <x>
- # -------------
- #
- # Set the amount of gamma correction you want. .6 is pretty bright on
- # my monitor, and .4 is pretty dark, but set to your own liking.
-
- gamma .50
-
- # -------------
- # wadfilename <x>
- # -------------
- #
- # Set the default texture wadfile you want Quest to use. Note that if
- # a loaded mapfile that specifies a wadfile will override this setting.
-
- wadfilename d:\quest\gfx\metal.wad
-
- # -------------
- # mouse_sensitivity <x>
- # -------------
- #
- # Set the sensitivity of the mouse. High numbers mean the mouse moves
- # faster.
-
- mouse_sensitivity 2
-