home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / 3DFXManiaCDROM.iso / games / magedemo.exe / AUTOEXEC.CFG next >
Encoding:
Text File  |  1997-09-15  |  605 b   |  24 lines

  1. ; Final release flic stuff
  2.  
  3. alias introseq "
  4.     queueclear;
  5.     queueflic flics\raven;
  6.     queuepic 3 sprites\mstitle;
  7.     queuesound title2;
  8.     queuepic 6 sprites\mstitle1;
  9.     queuedemo demo1.dem;
  10.     queuepic 3 sprites\mstitle;
  11.     queuesound title2;
  12.     queuepic 6 sprites\mstitle1;
  13.     queuedemo demo1.dem;
  14.     queuestart"
  15.  
  16. alias bigFinale "queueclear;wait;disconnect;
  17.     queuepic 6 sprites\sshots01;
  18.     queuepic 6 sprites\sshots02;
  19.     queuepic 6 sprites\sshots03;
  20.     queuepic 6 sprites\sshots04;
  21.     queuecommand credits on;
  22.     queuecommand queueclear;
  23.     queuestart"
  24.