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 5.0 center
- SetDefaultScreenTransition 0 0 0
-
- #AddSceneGraph "example1_sgroot"
- #AddMultiController "MasterController" "example1_sgroot"
-
- AddScreen "puz1_a"
- {
- #camera "example1_camera"
- #camera "FE_main_cameraShape"
- camera "puzzle_gammalab_cam"
- AddLocators "puzzle_gammalab_locators"
- AddSceneGraph "puzzle_gammalab"
- AddLightGroup "puzzle_gammalab"
- HideMouseCursor
-
- AddLabel "locator_match_this"
- {
- TextSize 3.5;
- text "TBS_PUZZLE_MATCH_CODE" 1;
- colour 190 190 190
- AllCaps 1;
- }
-
- AddPuzzle "locator_invalid"
- {
- name "puz1_a"
- #Symbols "number_%0d_wShape";
- Symbols "num";
- #BoxLocators "box_%0d_TS";
- BoxLocators "box";
- ErrorLocator "locator_text_box" 8;
-
- ifplatform XBOX WIN32
- {
- Cursor "switch_number_selector_xboxShape";
- }
- ifplatform PS2
- {
- Cursor "switch_number_selector_ps2Shape";
- }
- ifplatform GAMECUBE
- {
- Cursor "switch_number_selector_gcShape";
- }
-
- FlashController "gmalb_border";
- CursorLocators "puzzle_gammalab_switch";
- TimeLocator "puzzle_gammalab_time";
- NumCodeStrings 1;
- SequenceLengths 6;
- FailString "TBS_PUZZLE_BYPASS_INCOMPLETE" 0.65;
- PassString "TBS_PUZZLE_SECURITY_BYP_ACTV" 0.65;
- TimeStringLocator "puzzle_gammalab_time_text";
- TimeString "TBS_MENU_LEVEL_END_TIME" 5.0;
- TimeLimit 20.0;
- }
-
- AddLabel "puzzle_gammalab_instructions"
- {
- name "DynamicControlButtonLabel"
- TextSize 3.5;
- text "" 2
- halign left
- }
- }
-
- AddScreen "puz1_b"
- {
- #camera "example1_camera"
- #camera "FE_main_cameraShape"
- camera "puzzle_gammalab_cam"
- AddLocators "puzzle_gammalab_locators"
- AddSceneGraph "puzzle_gammalab"
- AddLightGroup "puzzle_gammalab"
- AddMultiController "puzzle_gammalab_MasterController" "puzzle_gammalab"
- HideMouseCursor
-
- AddLabel "locator_match_this"
- {
- TextSize 3.5;
- text "TBS_PUZZLE_MATCH_CODE" 1;
- colour 190 190 190
- AllCaps 1;
- }
-
- AddPuzzle "locator_invalid"
- {
- name "puz1_b"
- #Symbols "number_%0d_wShape";
- Symbols "num";
- #BoxLocators "box_%0d_TS";
- BoxLocators "box";
- ErrorLocator "locator_text_box" 8;
-
- ifplatform XBOX WIN32
- {
- Cursor "switch_number_selector_xboxShape";
- }
- ifplatform PS2
- {
- Cursor "switch_number_selector_ps2Shape";
- }
- ifplatform GAMECUBE
- {
- Cursor "switch_number_selector_gcShape";
- }
-
- FlashController "gmalb_border";
- CursorLocators "puzzle_gammalab_switch";
- TimeLocator "puzzle_gammalab_time";
- NumCodeStrings 1;
- SequenceLengths 8;
- FailString "TBS_PUZZLE_BYPASS_INCOMPLETE" 0.65;
- PassString "TBS_PUZZLE_SECURITY_BYP_ACTV" 0.65;
- TimeStringLocator "puzzle_gammalab_time_text";
- TimeString "TBS_MENU_LEVEL_END_TIME" 5.0;
- TimeLimit 20.0;
- }
-
- AddLabel "puzzle_gammalab_instructions"
- {
- name "DynamicControlButtonLabel"
- TextSize 3.5;
- text "" 2
- halign left
- }
- }
-