home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 067.DIR.MAC < prev    next >
Text File  |  1991-04-26  |  778b  |  32 lines

  1. 'DIR.MAC
  2. '=======
  3. 'this macro must be in same directory as SEE
  4.  
  5. '**************** IMPORTANT ************************
  6. 'you must change the directory listings in this file
  7. 'to reflect your setup:
  8.  
  9. 'directory where your source or input scenery file (SC1) resides
  10. '(usually this is your flight sim directory)
  11.  
  12. INDIR,  c:\fsasd\
  13.  
  14. 'directory where the enhanced scenery file (SC1) is to be placed
  15. '(usually this is your flight sim directory)
  16.  
  17. OUTDIR, c:\fsasd\
  18.  
  19. 'directory where you keep the SEE scenery library (SC0) files
  20.  
  21. LIBDIR, c:\fsasd\see\library
  22.  
  23. 'It's also possible to set a limit (in bytes) of the size
  24. 'of scenery file that SEE will produce.  Set this to the
  25. 'maximum your system can run (default = 60k)
  26.  
  27. FILESIZE, 60000
  28.  
  29. 'OK; that's all
  30. END
  31.  
  32.