home *** CD-ROM | disk | FTP | other *** search
/ Quake++ for Quake / Quake++.iso / quake / mdlv / mdl.cfg < prev    next >
Encoding:
Text File  |  1996-03-12  |  1.1 KB  |  34 lines

  1. # This is the configuration file for MedDLe. You must tell MedDLe where
  2. # to find your mdl files. It is usually in the quake sub-directory
  3. # called 'progs'. (What? You don't have that directory? Unpack your
  4. # id1.pak.)  NOTE: You must use forward slashes and end the
  5. # path with a forward slash!
  6.  
  7. progspath c:/quake/progs/
  8.  
  9. # Set your video driver here. The possible choices are:
  10. #       herc = Hercules (bla)
  11. #       stdega = standard EGA (bla)
  12. #       stdvga = standard VGA (really slow)
  13. #       vesa = generic VESA Super VGA driver 
  14. #       ati28800 =  ATI 28800 chipset 
  15. #       et4000 = Tseng ET4000 (i.e. w32p)
  16. #       cl5426 = Cirrus 5426 
  17. #       mach64 = ATI MACH64 (i.e. s3)
  18. #       svgalib = (for Linux)
  19.  
  20. driver stdvga
  21.  
  22. # Set the screen resolution here. All of the following choices
  23. # may or may not work depending on your video card. The choices are:  
  24. #      0 = 320x200 
  25. #      1 = 640x350
  26. #      2 = 640x480
  27. #      3 = 800x600
  28. #      4 = 1024x768
  29.  
  30. mode 0
  31.  
  32. # if you change anything in this file, use '#' for comments
  33. # That's it for now folks!
  34.