home *** CD-ROM | disk | FTP | other *** search
Wrap
<screen version="1.0" > <!-- this container will display the intro screen logo --> <container> <layout class="stick_to_sides_attachment" alignment="all" inset="0"/> <widget class="picture" id="losg" file="setup/logo" auto_size="all" transparency="1.0"> <layout class="centre_in_parent_attachment" alignment="vertical" priority="1"/> </widget> </container> <!-- this container will display the shadowed background --> <container> <layout class="stick_to_sides_attachment" alignment="all" inset="0"/> <widget class="picture" file="setup/background" auto_size="all" transparency="1.0"> <layout class="stick_to_sides_attachment" alignment="all" inset="0"/> <layout class="stick_to_sides_attachment" alignment="right" priority="1" inset="0"/> </widget> </container> <!-- play --> <widget class="action_button" id="ibng" appearance="setup/new_game" click_event="NEW " auto_size="all"> <layout class="stick_to_sides_attachment" alignment="top" inset="20"/> <layout class="stick_to_sides_attachment" alignment="right" inset="320"/> <string id="hint" value="Choose this option to start a new game."/> </widget> <widget class="text_button" id="tbng" text="New Game[Comment button which lets you make a new one, etc]" click_event="NEW " auto_size="horizontal" spec="text,large"> <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="bottom" set_side="bottom"/> <string id="hint" value="Choose this option to start a new game."/> </widget> <!-- resume --> <widget class="action_button" id="resb" appearance="setup/resume_game" click_event="resu" auto_size="all"> <layout class="stick_to_sides_attachment" alignment="top" inset="70"/> <layout class="stick_to_sides_attachment" alignment="right" inset="306"/> <string id="hint" value="Choose this option to load the game you played last ('[%string#1 - name of game goes here]')."/> </widget> <widget class="text_button" id="resl" text="Load Last Game[Comment button which lets you resume your previous game]" click_event="resu" auto_size="horizontal" spec="text,large"> <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="bottom" set_side="bottom"/> <string id="hint" value="Choose this option to load the game you played last ('[%string#1 - name of game goes here]')."/> </widget> <!-- load --> <widget class="action_button" id="iblo" appearance="setup/load_game" click_event="OPN?" auto_size="all"> <layout class="stick_to_sides_attachment" alignment="top" inset="120"/> <layout class="stick_to_sides_attachment" alignment="right" inset="292"/> <string id="hint" value="Load a previously saved game."/> </widget> <widget class="text_button" id="tblo" text="Load Game[Comment button which lets you load a game]" click_event="OPN?" auto_size="horizontal" spec="text,large"> <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="bottom" set_side="bottom"/> <string id="hint" value="Load a previously saved game."/> </widget> <!-- quick start --> <widget class="action_button" id="ibqs" appearance="setup/quickstart" click_event="LQS?" auto_size="all"> <layout class="stick_to_sides_attachment" alignment="top" inset="170"/> <layout class="stick_to_sides_attachment" alignment="right" inset="278"/> <string id="hint" value="Load a quick start."/> </widget> <widget class="text_button" id="tbqs" text="Load Quick Start[COMMENT - button which lets you load a quick start]" click_event="LQS?" auto_size="horizontal" spec="text,large"> <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="bottom" set_side="bottom"/> <string id="hint" value="Load a quick start."/> </widget> <!-- network --> <widget class="action_button" id="ibjo" appearance="setup/network" click_event="join" auto_size="all"> <layout class="stick_to_sides_attachment" alignment="top" inset="220"/> <layout class="stick_to_sides_attachment" alignment="right" inset="264"/> <string id="hint" value="Choose this option to start or join a network game."/> </widget> <widget class="action_button" id="abjo" appearance="" text="Network" click_event="join" auto_size="horizontal" spec="text,large"> <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="bottom" set_side="bottom"/> <string id="hint" value="Choose this option to start or join a network game."/> </widget> <!-- view match --> <widget class="action_button" id="ibvm" appearance="setup/view_match" click_event="PLSM" auto_size="all"> <layout class="stick_to_sides_attachment" alignment="top" inset="320"/> <layout class="stick_to_sides_attachment" alignment="right" inset="236"/> <string id="hint" value="Choose this option to watch a previously saved match."/> </widget> <widget class="action_button" id="abvm" appearance="" text="View Match" click_event="PLSM" auto_size="horizontal" spec="text,large"> <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="bottom" set_side="bottom"/> <string id="hint" value="Choose this option to watch a previously saved match."/> </widget> <!-- preferences --> <widget class="action_button" id="ibpr" appearance="setup/preferences" auto_size="all" click_event="PREF"> <layout class="stick_to_sides_attachment" alignment="top" inset="370"/> <layout class="stick_to_sides_attachment" alignment="right" inset="222"/> <!-- <string id="hint" value="Click here to see the people behind FM 2005."/> --> </widget> <widget class="text_button" text="Preferences" auto_size="horizontal" spec="text,large" click_event="PREF"> <layout kind="stick_to_object_attachment" priority="1" target="ibpr" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="ibpr" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="ibpr" get_side="bottom" set_side="bottom"/> <!-- <string id="hint" value="Click here to see the people behind FM 2005."/> --> </widget> <!-- check for update --> <widget class="action_button" id="chup" appearance="setup/updates" auto_size="all" click_event="CHUP"> <layout class="stick_to_sides_attachment" alignment="top" inset="420"/> <layout class="stick_to_sides_attachment" alignment="right" inset="208"/> <string id="hint" value="Choose this option to make sure you have the latest version.[COMMENT - hint text for button which checks for new patches]"/> </widget> <widget class="text_button" text="Check For Updates[COMMENT - intro screen; button for checking for patches]" auto_size="horizontal" spec="text,large" click_event="CHUP"> <layout kind="stick_to_object_attachment" priority="1" target="chup" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="chup" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="chup" get_side="bottom" set_side="bottom"/> <string id="hint" value="Choose this option to make sure you have the latest version.[COMMENT - hint text for button which checks for new patches]"/> </widget> <!-- credits --> <widget class="action_button" id="hoff" appearance="setup/credits" auto_size="all" click_event="CRED"> <layout class="stick_to_sides_attachment" alignment="top" inset="470"/> <layout class="stick_to_sides_attachment" alignment="right" inset="194"/> <string id="hint" value="Click here to see the people behind FM 2006.[COMMENT - hint text for button which displays game credits]"/> </widget> <widget class="text_button" text="Credits" auto_size="horizontal" spec="text,large" click_event="CRED"> <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="bottom" set_side="bottom"/> <string id="hint" value="Click here to see the people behind FM 2006.[COMMENT - hint text for button which displays game credits]"/> </widget> <!-- quit --> <widget class="action_button" id="quit" appearance="setup/exit" auto_size="all" click_event="QUIT"> <layout class="stick_to_sides_attachment" alignment="top" inset="520"/> <layout class="stick_to_sides_attachment" alignment="right" inset="180"/> <string id="hint" value="Choose this option to exit FM 2006 and return to the real world...[COMMENT - hint text for button to exit game]"/> </widget> <widget class="text_button" text="Quit" click_event="QUIT" auto_size="horizontal" spec="text,large"> <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="right" set_side="left" move_side="true" offset="8"/> <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="top" set_side="top"/> <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="bottom" set_side="bottom"/> <string id="hint" value="Choose this option to exit FM 2006 and return to the real world...[COMMENT - hint text for button to exit game]"/> </widget> </screen>