home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Best Games for Windows / 1000BestGamesForWindows.iso / sharewarefin / FOB13_8.ZIP / FRCSCRMD.TXT < prev    next >
Text File  |  1996-02-08  |  916b  |  25 lines

  1.  
  2. It might not alwayes be possible to detect the right screen mode. You can
  3. therefore overwrite the detected screen dimensions by setting the options
  4. below in the "fob.ini" file in the root directory of Fields of Battle:
  5.   
  6.   FORCESCREENWIDTH               set screen width
  7.   FORCESCREENHEIGHT              set screen height
  8.   FORCESCREENCOLORS              set number of colors
  9.  
  10. If for example you have a screenmode of 800x600, 256 colors, but Fields of
  11. Battle can't detect this mode, then you can set the options as:
  12.  
  13.   [QuickEnvironment]
  14.   ...
  15.   FORCESCREENWIDTH=800
  16.   FORCESCREENHEIGHT=600
  17.   FORCESCREENCOLORS=256
  18.   ...
  19.  
  20. Be aware of that Fields of Battle only runs if you have 256 colors or more.
  21. However, with the options above you can force Fields of Battle to run under
  22. 16 colors by setting FORCESCREENCOLORS=256 even though you only have 16 colors;
  23. it simply won't be a pretty sight!
  24.  
  25.