head 1.1; branch ; access ; symbols ; locks ; strict; comment @@; 1.1 date 2002.04.04.16.14.58; author sbn; state Exp; branches ; next ; ext @project U:/street2.pj; @ desc @@ 1.1 log @Initial revision@ text @// This script file is executed automatically on startup. // // setup debug menu... debug_menu 1 // toggle the debug menu on/off (0 => OFF, 1 => ON) // *** Set Build Version ****** // - Description: 32-bit integer field: // - Bits 24-31 => Major version number (0-255). // - Bits 16-23 => Minor version number (0-255). // - Bits 08-15 => Build type ID code (ASCII; i.e. - 0x61 for 'a', etc.) // - Set this byte to 0x00 if no type ID code is defined. // - Bits 00-07 => Reserved (0x00). // - When set to 0x00000000, the version is considered to be unspecified. // - This is the default value. // - Examples: // - 0x02000000 => Version 2.0 // - 0x01156100 => Version 1.21a // - 0x00000000 => N/A (unspecified) // **************************** set_version 0x00000000 // setup FE stuff... skill_level 0 // default skill level (0 => easy, 1 => normal, 2 => hard) skip_intro 0 // intro screen sequence skip flag (0 => show them, 1 => skip them) demo_delay 120 // seconds to wait before demo starts (approx.) print "Autoexec Complete!" @