home *** CD-ROM | disk | FTP | other *** search
/ Hacker 9 / HACKER09.ISO / Games / StarSiege.exe / Starsiege / AutoExec.cs < prev    next >
Text File  |  1998-07-21  |  538b  |  20 lines

  1. #
  2. # user configuration file
  3. #
  4.  
  5. if (isFile("defaultPrefs.cs") != "")
  6. {
  7.    exec( "defaultPrefs.cs" );
  8. }
  9. # uncomment this line to enable mission results logging:
  10. # $server::logFile="log.txt";
  11.  
  12. # uncomment this line to enable detailed mission results:
  13. # $server::logVerbose=true;
  14.  
  15. # NOTE $server::logVerbose only works when $server::logFile is also enabled
  16.  
  17. # without this access key, the movie recorder playback screen
  18. # will be automatically loaded after the splash screen (instead of the main menu)
  19. $AccessKey = "2829";
  20.