home *** CD-ROM | disk | FTP | other *** search
- #
- # user configuration file
- #
-
- if (isFile("defaultPrefs.cs") != "")
- {
- exec( "defaultPrefs.cs" );
- }
- # uncomment this line to enable mission results logging:
- # $server::logFile="log.txt";
-
- # uncomment this line to enable detailed mission results:
- # $server::logVerbose=true;
-
- # NOTE $server::logVerbose only works when $server::logFile is also enabled
-
- # without this access key, the movie recorder playback screen
- # will be automatically loaded after the splash screen (instead of the main menu)
- $AccessKey = "2829";
-