home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58b_TRIBES.iso / Demo / data1.cab / Game_Files / AutoExec.cs < prev    next >
Encoding:
Text File  |  1998-12-14  |  538 b   |  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.