home *** CD-ROM | disk | FTP | other *** search
- # ----------------------------- DOLLY FRONT-END SCRIPT FILE ------------------------------
- #
-
- # load art
- #LOAD_P3D "art/bigfile.p3d"
- #LOAD_P3D "art/fonts.p3d"
- #LOAD_P3D "frontend/art/sample.p3d"
- #LOAD_P3D "frontend/art/fe_sim.p3d"
-
- #FONT_FILE "times" # Font ID 0
- #FONT_FILE "arialbi" # Font ID 1
- #FONT_FILE "font_eyechart"
-
- SetDefaultText 11.0 center
- SetDefaultScreenTransition 0 0 0
-
- AddScreen "puz1_d"
- {
- camera "puzzle_atheon_cam"
- AddLocators "puzzle_atheon_locators"
- AddSceneGraph "puzzle_atheon"
- AddLightGroup "puzzle_atheon"
- AddMultiController "puzzle_atheon_MasterController" "puzzle_atheon"
- HideMouseCursor
-
- AddLabel "atheon_match_this_loc"
- {
- TextSize 10;
- text "TBS_PUZZLE_MATCH_CODES" 1
- colour 190 190 190
- AllCaps 1
- }
-
- AddLabel "atheon_sec_sys_loc"
- {
- text "Atheon Security Program" 2
- colour 190 190 190
- AllCaps 1
- }
-
- AddPuzzle "atheon_locator_invalid"
- {
- name "puz1_d"
- #Symbols "number_%0d_wShape";
- Symbols "atheon_num";
- #BoxLocators "box_%0d_TS";
- BoxLocators "atheon_box";
- ErrorLocator "atheon_locator_text_box" 14;
-
- ifplatform XBOX WIN32
- {
- Cursor "atheon_switch_highlight_xboxShape";
- }
- ifplatform PS2
- {
- Cursor "atheon_switch_highlight_ps2Shape";
- }
- ifplatform GAMECUBE
- {
- Cursor "atheon_switch_highlight_gcShape";
- }
-
- FlashController "gmalb_border";
- CursorLocators "atheon_switch_loc";
- TimeLocator "atheon_time";
- NumCodeStrings 1;
- SequenceLengths 10;
- FailString "TBS_PUZZLE_BAR_6" 0.65;
- PassString "TBS_PUZZLE_BAR_5" 0.65;
- TimeStringLocator "atheon_remaining_time_loc";
- TimeString "TBS_MENU_LEVEL_END_TIME" 12.0;
- TimeLimit 20.0;
- }
-
- AddLabel "atheon_instructions"
- {
- name "DynamicControlButtonLabel"
- TextSize 10;
- text "" 2
- halign left
- }
- }
-
- AddScreen "puz1_d2"
- {
- camera "puzzle_atheon_cam"
- AddLocators "puzzle_atheon_locators"
- AddSceneGraph "puzzle_atheon"
- AddLightGroup "puzzle_atheon"
- AddMultiController "puzzle_atheon_MasterController" "puzzle_atheon"
- HideMouseCursor
-
- AddLabel "atheon_match_this_loc"
- {
- TextSize 10;
- text "TBS_PUZZLE_MATCH_CODES" 1
- colour 190 190 190
- AllCaps 1
- }
-
- AddLabel "atheon_sec_sys_loc"
- {
- text "Atheon Security Program" 2
- colour 190 190 190
- AllCaps 1
- }
-
- AddPuzzle "atheon_locator_invalid"
- {
- name "puz1_d2"
- #Symbols "number_%0d_wShape";
- Symbols "atheon_num";
- #BoxLocators "box_%0d_TS";
- BoxLocators "atheon_box";
- ErrorLocator "atheon_locator_text_box" 14;
-
- ifplatform XBOX WIN32
- {
- Cursor "atheon_switch_highlight_xboxShape";
- }
- ifplatform PS2
- {
- Cursor "atheon_switch_highlight_ps2Shape";
- }
- ifplatform GAMECUBE
- {
- Cursor "atheon_switch_highlight_gcShape";
- }
-
- FlashController "gmalb_border";
- CursorLocators "atheon_switch_loc";
- TimeLocator "atheon_time";
- NumCodeStrings 1;
- SequenceLengths 10;
- FailString "TBS_PUZZLE_BAR_4" 0.65;
- PassString "TBS_PUZZLE_BAR_3" 0.65;
- TimeStringLocator "atheon_remaining_time_loc";
- TimeString "TBS_MENU_LEVEL_END_TIME" 12.0;
- TimeLimit 20.0;
- }
-
- AddLabel "atheon_instructions"
- {
- name "DynamicControlButtonLabel"
- TextSize 10;
- text "" 2
- halign left
- }
- }
-
- AddScreen "puz1_d3"
- {
- camera "puzzle_atheon_cam"
- AddLocators "puzzle_atheon_locators"
- AddSceneGraph "puzzle_atheon"
- AddLightGroup "puzzle_atheon"
- AddMultiController "puzzle_atheon_MasterController" "puzzle_atheon"
- HideMouseCursor
-
- AddLabel "atheon_match_this_loc"
- {
- TextSize 10;
- text "TBS_PUZZLE_MATCH_CODES" 1
- colour 190 190 190
- AllCaps 1
- }
-
- AddLabel "atheon_sec_sys_loc"
- {
- text "Atheon Security Program" 2
- colour 190 190 190
- AllCaps 1
- }
-
- AddPuzzle "atheon_locator_invalid"
- {
- name "puz1_d3"
- #Symbols "number_%0d_wShape";
- Symbols "atheon_num";
- #BoxLocators "box_%0d_TS";
- BoxLocators "atheon_box";
- ErrorLocator "atheon_locator_text_box" 14;
-
- ifplatform XBOX WIN32
- {
- Cursor "atheon_switch_highlight_xboxShape";
- }
- ifplatform PS2
- {
- Cursor "atheon_switch_highlight_ps2Shape";
- }
- ifplatform GAMECUBE
- {
- Cursor "atheon_switch_highlight_gcShape";
- }
-
- FlashController "gmalb_border";
- CursorLocators "atheon_switch_loc";
- TimeLocator "atheon_time";
- NumCodeStrings 1;
- SequenceLengths 10;
- FailString "TBS_PUZZLE_FORMULATION_6" 0.65;
- PassString "TBS_PUZZLE_FORMULATION_5" 0.65;
- TimeStringLocator "atheon_remaining_time_loc";
- TimeString "TBS_MENU_LEVEL_END_TIME" 12.0;
- TimeLimit 20.0;
- }
-
- AddLabel "atheon_instructions"
- {
- name "DynamicControlButtonLabel"
- TextSize 10;
- text "" 2
- halign left
- }
- }
-
-