///////////////////////////////////////////////////// //Modifiers Section //This section contains modifiers used to alter the //appearance of any menu item a modifier is applied to. ///////////////////////////////////////////////////// //Used to slide the console down @Modifier "showconsole" { change_time=0.1 stay_in_effect_time=0.1 diff_max=326 diff_min=0 modifier_style_show=7 apply_to=1 } //Used to slide the console up @Modifier "hideconsole" { change_time=0.1 stay_in_effect_time=0.1 diff_max=326 diff_min=0 modifier_style_hide=8 apply_to=1 } @MenuPage "menu_back_ground" { binding_override=0 saved=0 render_priority=30 range_max=0 range_min=0 @MenuGraph "black_back" { object="lwhiteback" image_left=-320 image_top=-240 object_color="0,0,0,255" width=640 height=480 enabled=0 never_active=1 } @MenuGraph "bg01" { object="bg01" object_color="255,255,255,255" image_left=-320 image_top=-152 width=640 height=380 enabled=0 never_active=1 } } @MenuPage "ingame_menu_back_ground" { render_priority=30 range_max=0 range_min=0 @MenuGraph "black_back" { object="blackback" image_left=-320 image_top=-240 width=640 height=480 enabled=0 never_active=1 } @MenuGraph "bg01" { object="bg01" object_color="255,255,255,100" image_left=-320 image_top=-152 width=640 height=395 enabled=0 never_active=1 } } ///////////////////////////////////////////////////// //"CLIENT" is the default "main page" of the interface //This is the main menu page definition that provides //the central options to the pop-menus. //This also has the main menu graphics - logos, icons etc.. ///////////////////////////////////////////////////// @MenuPage "client" { echo=0 add_onshow_hide_page="intro" add_onshow_hide_page="credits" add_onhide_hide_page="deploy" add_onhide_hide_page="connection" add_onhide_hide_page="maps" add_onhide_hide_page="advanced" add_onhide_hide_page="movement" add_onhide_hide_page="weapons" add_onhide_hide_page="mouse" add_onhide_hide_page="video" add_onhide_hide_page="sound" add_onhide_hide_page="msave" add_onhide_hide_page="mload" add_onhide_hide_page="spsave" add_onhide_hide_page="spload" add_onhide_hide_page="spdifficulty" add_onhide_hide_page="singleplayermenu" add_onhide_hide_page="multiplayermenu" add_onhide_hide_page="playeroptionsmenu" add_onhide_hide_page="systemoptionsmenu" add_onhide_hide_page="multiplayermenu" add_onshow_show_page="menu_back_ground" add_onshow_show_page="wizard_start_button" add_onhide_hide_page="menu_back_ground" add_onshow_hide_page="observer_msg" add_onhide_hide_page="observer_msg" mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 @MenuGraph "black" { object="black" object_color="255,255,255,255" image_left=-320 image_top=-240 width=640 height=88 enabled=0 never_active=1 } @MenuGraph "gore1" { object="gore1" object_color="255,255,255,255" image_left=-148 image_top=-240 width=296 height=74 } @MenuGraph "black" { object="black" object_color="255,255,255,255" image_left=-320 image_top=222 width=640 height=28 } @MenuItem "presents" { title=MENUS_TITLES01 color="255,204,0,255" left=-313 top=225 font_width=0.122 font_height=0.168 font="lfont" enabled=0 never_active=1 } @MenuGraph "blackback" { object="menu_row" object_color="25,25,25,150" image_left=-320 image_top=-170 width=640 height=16 } @MenuGraph "button_border" { object="buttoneffect" object_color="255,25,25,255" image_left=-305 image_top=-170 width=124 height=16 } @MenuGraph "lwhiteback" { image_left=-167 width=116 } @MenuGraph "lwhiteback" { image_left=-38 width=133 } @MenuGraph "lwhiteback" { image_left=110 width=133 } @MenuGraph "lwhiteback" { image_left=258 width=47 } @MenuGraph "blackback" { object="menu_row" object_color="20,20,20,255" image_left=-304 image_top=-169 width=122 height=14 } @MenuGraph "lwhiteback" { image_left=-166 width=114 } @MenuGraph "lwhiteback" { image_left=-37 width=131 } @MenuGraph "lwhiteback" { image_left=111 width=131 } @MenuGraph "lwhiteback" { image_left=259 width=45 } @MenuItem "singleplayer" { title=MENUS_TITLES02 left=-298 top=-169 color="190,190,190,255" highlight_color="255,255,255,255" focus_page="singleplayermenu" font_width=0.12 font_height=0.16 font="lfont" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 hint=MENUS_HINTER01 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuItem "multiplayer" { title=MENUS_TITLES03 left=-158 focus_page="multiplayermenu" hint=MENUS_HINTER02 } @MenuItem "playeroptions" { title=MENUS_TITLES04 left=-33 focus_page="playeroptionsmenu" hint=MENUS_HINTER03 } @MenuItem "systemoptions" { title=MENUS_TITLES05 left=115 focus_page="systemoptionsmenu" hint=MENUS_HINTER04 } @MenuItem "quit" { title=MENUS_TITLES06 left=264 add_command="show quit" hint=MENUS_HINTER05 } } ///////////////////////////////////////////////////// //"SINGLE PLAYER CLIENT" is the "single player main page" of the interface //This is the main menu page definition that provides //the central options to the pop-menus. //This also has the main menu graphics - logos, icons etc.. ///////////////////////////////////////////////////// @MenuPage "sp_client" { echo=0 add_onshow_command="pausegame" add_onhide_command="resumegame" add_onshow_hide_page="intro" add_onhide_hide_page="characters" add_onhide_hide_page="movement" add_onhide_hide_page="weapons" add_onhide_hide_page="mouse" add_onhide_hide_page="video" add_onhide_hide_page="cdkey_page" add_onhide_hide_page="sound" add_onhide_hide_page="msave" add_onhide_hide_page="mload" add_onhide_hide_page="spsave" add_onhide_hide_page="spload" add_onhide_hide_page="ingamesingleplayermenu" add_onhide_hide_page="ingameplayeroptionsmenu" add_onhide_hide_page="systemoptionsmenu" add_onshow_show_page="ingame_menu_back_ground" add_onhide_hide_page="ingame_menu_back_ground" mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 @MenuGraph "black" { object="black" object_color="255,255,255,255" image_left=-320 image_top=-240 width=640 height=88 enabled=0 never_active=1 } @MenuGraph "gore1" { object="gore1" object_color="255,255,255,255" image_left=-148 image_top=-240 width=296 height=74 } @MenuGraph "blackback" { object="menu_row" object_color="30,30,30,150" image_left=-320 image_top=-170 width=640 height=16 } @MenuGraph "button_border" { object="buttoneffect" object_color="255,25,25,255" image_left=-305 image_top=-170 width=124 height=16 } @MenuGraph "lwhiteback" { image_left=-167 width=116 } @MenuGraph "lwhiteback" { image_left=-38 width=133 } @MenuGraph "lwhiteback" { image_left=110 width=133 } @MenuGraph "lwhiteback" { image_left=258 width=47 } @MenuGraph "blackback" { object="menu_row" object_color="20,20,20,255" image_left=-304 image_top=-169 width=122 height=14 } @MenuGraph "lwhiteback" { image_left=-166 width=114 } @MenuGraph "lwhiteback" { image_left=-37 width=131 } @MenuGraph "lwhiteback" { image_left=111 width=131 } @MenuGraph "lwhiteback" { image_left=259 width=45 } @MenuItem "singleplayer" { title=MENUS_TITLES02 left=-300 top=-168 color="190,190,190,255" highlight_color="255,255,255,255" focus_page="ingamesingleplayermenu" font_width=0.12 font_height=0.16 font="lfont" mouse_margin_width=10 mouse_margin_height=8 hint=MENUS_HINTER06 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuItem "multiplayer" { title=MENUS_TITLES08 color="100,100,100,255" highlight_color="100,100,100,255" left=-162 hint=MENUS_HINTER07 enabled=0 never_active=1 } @MenuItem "playeroptions" { title=MENUS_TITLES09 left=-33 color="190,190,190,255" highlight_color="255,255,255,255" focus_page="ingameplayeroptionsmenu" hint=MENUS_HINTER08 enabled=1 never_active=0 } @MenuItem "systemoptions" { title=MENUS_TITLES10 left=115 focus_page="systemoptionsmenu" hint=MENUS_HINTER09 } @MenuItem "sp_exit" { title=MENUS_TITLES11 left=264 add_command="show sp_exit" hint=MENUS_HINTER10 } } ///////////////////////////////////////////////////// //"INGAME MULTIPLAYER CLIENT" is the "single player main page" of the interface //This is the main menu page definition that provides //the central options to the pop-menus. //This also has the main menu graphics - logos, icons etc.. ///////////////////////////////////////////////////// @MenuPage "mp_client" { echo=0 add_onshow_hide_page="intro" add_onshow_hide_page="wizard_start_button" add_onhide_hide_page="deploy" add_onhide_hide_page="connection" add_onhide_hide_page="cdkey_page" add_onhide_hide_page="characters" add_onhide_hide_page="maps" add_onhide_hide_page="advanced" add_onhide_hide_page="movement" add_onhide_hide_page="weapons" add_onhide_hide_page="mouse" add_onhide_hide_page="video" add_onhide_hide_page="sound" add_onhide_hide_page="msave" add_onhide_hide_page="mload" add_onhide_hide_page="multiplayermenu" add_onhide_hide_page="ingameplayeroptionsmenu" add_onhide_hide_page="systemoptionsmenu" add_onhide_hide_page="multiplayermenu" add_onshow_show_page="ingame_menu_back_ground" add_onhide_hide_page="ingame_menu_back_ground" add_onshow_hide_page="observer_msg" add_onhide_hide_page="observer_msg" mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 @MenuGraph "black" { object="black" object_color="255,255,255,255" image_left=-320 image_top=-240 width=640 height=88 enabled=0 never_active=1 } @MenuGraph "gore1" { object="gore1" object_color="255,255,255,255" image_left=-148 image_top=-240 width=296 height=74 } @MenuGraph "blackback" { object="menu_row" object_color="30,30,30,150" image_left=-320 image_top=-170 width=640 height=16 } @MenuGraph "button_border" { object="buttoneffect" object_color="255,25,25,255" image_left=-305 image_top=-170 width=124 height=16 } @MenuGraph "lwhiteback" { image_left=-167 width=116 } @MenuGraph "lwhiteback" { image_left=-38 width=133 } @MenuGraph "lwhiteback" { image_left=110 width=133 } @MenuGraph "lwhiteback" { image_left=258 width=47 } @MenuGraph "blackback" { object="menu_row" object_color="20,20,20,255" image_left=-304 image_top=-169 width=122 height=14 } @MenuGraph "lwhiteback" { image_left=-166 width=114 } @MenuGraph "lwhiteback" { image_left=-37 width=131 } @MenuGraph "lwhiteback" { image_left=111 width=131 } @MenuGraph "lwhiteback" { image_left=259 width=45 } @MenuItem "singleplayer" { title=MENUS_TITLES02 left=-300 top=-168 color="100,100,100,255" highlight_color="100,100,100,255" font_width=0.12 font_height=0.16 font="lfont" mouse_margin_width=10 mouse_margin_height=8 hint=MENUS_HINTER11 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=0 never_active=1 } @MenuItem "multiplayer" { title=MENUS_TITLES13 left=-162 color="190,190,190,255" highlight_color="255,255,255,255" focus_page="multiplayermenu" hint=MENUS_HINTER12 enabled=1 never_active=0 } @MenuItem "playeroptions" { title=MENUS_TITLES14 left=-33 color="190,190,190,255" highlight_color="255,255,255,255" focus_page="ingameplayeroptionsmenu" hint=MENUS_HINTER13 } @MenuItem "systemoptions" { title=MENUS_TITLES15 left=115 focus_page="systemoptionsmenu" hint=MENUS_HINTER14 } @MenuItem "mp_exit" { title=MENUS_TITLES16 left=264 add_command="show mp_exit" hint=MENUS_HINTER15 } } ///////////////////////////////////////////////////// //This page is used to allow the user to load single //player missions. ///////////////////////////////////////////////////// @MenuPage "spload" { scroll=1 echo=0 show_sound="Menu_Appear" hide_sound="" render_priority=51 keyboard_priority=50 example_item="PL" focus_item="" show_time=0 hide_time=0 scroll_height=240 row_height=13 scroll_vert_step=13 @MenuGraph "Box1" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-128 width=608 height=19 enabled=0 never_active=1 } @MenuGraph "Box3" { image_top=-86 width=522 } @MenuGraph "Box4" { image_left=-304 image_top=-63 width=348 height=262 } @MenuGraph "Box5" { image_left=48 image_top=-63 width=13 } @MenuGraph "Box6" { image_left=85 image_top=-10 width=220 height=170 object_color="0,0,0,140" } @MenuItem "title" { font="lfont" font_width=0.16 font_height=0.21 title=MENUS_TITLES173 left=-300 top=-128 color="255,204,0,255" never_active=1 } @MenuGraph "saveimage" { // Do not rename this item object="" object_highlight="" object_depress="" object_color="255,255,255,255" image_left=75 image_top=-20 width=220 height=170 } @MenuItem "savedate" { // Do not rename this item title="" font="lfont" font_width=0.125 font_height=0.18 left=82 top=160 color="255,204,0,255" never_active=1 } @MenuGraph "But1" { font="font" item_type="button" add_command="show clearpages" add_command="hide clearpages" add_command="hide client" add_command="hide singleplayermenu" add_command="loadgame" object_color="255,255,255,255" sound_change="Menu_Type" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES165 font="lfont" font_width=0.15 font_height=0.20 max_size=31 color="190,190,190,255" highlight_color="255,255,255,255" left=240 top=-85 image_left=223 image_top=-86 width=80 height=19 enabled=1 never_active=0 hint=MENUS_HINTER159 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "CurLoadName" { title=MENUS_TITLES166 change_value="ls_name" left=-300 top=-85 font="lfont" font_width=0.15 font_height=0.20 color="255,204,0,255" highlight_color="255,255,255,255" sound_select="Menu_Type" sound_change="Menu_Type" value_color="190,190,190,255" value_onchange_color="255,255,255,255" value_font="lfont" value_font_width=0.14 value_font_height=0.20 value_left=-250 value_top=-85 value_right_align=0 show_cursor=1 max_size=60 max_viewable_chars=32 mouse_margin_width=480 go_next_on_select=1 enabled=1 never_active=0 hint=MENUS_HINTER158 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuItem "PL" { item_type="filelist" title="" extension="*.sgc" path="gorerules\\save\\" max_recurse=0 add_command="ls_name" change_value="ls_name" font="lfont" font_width=0.15 font_height=0.20 max_size=31 mouse_margin_width=2 mouse_margin_height=2 left=-300 top=-60 enabled=0 never_active=0 color="255,204,0,255" highlight_color="255,255,255,255" show_on_menu=0 static_value=1 sound_change="Menu_Type" fixed=0 hint=MENUS_HINTER162 } @MenuGraph "DnButton" { add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" left=50 top=177 image_left=50 image_top=177 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 title="" hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" image_top=-63 } } ///////////////////////////////////////////////////// //This page is used to allow the user to save single //player missions. ///////////////////////////////////////////////////// @MenuPage "spsave" { scroll=1 echo=0 show_sound="Menu_Appear" hide_sound="" render_priority=51 keyboard_priority=50 example_item="PL" focus_item="" show_time=0 hide_time=0 scroll_height=240 row_height=13 scroll_vert_step=13 @MenuGraph "Box1" { object="blackback" image_left=-304 image_top=-128 width=608 height=19 enabled=0 never_active=1 } @MenuGraph "Box3" { image_top=-86 width=522 } @MenuGraph "Box4" { image_left=-304 image_top=-63 width=348 height=262 } @MenuGraph "Box5" { image_left=48 image_top=-63 width=13 } @MenuGraph "Box6" { image_left=85 image_top=-10 width=220 height=170 object_color="0,0,0,140" } @MenuItem "title" { font="lfont" font_width=0.16 font_height=0.21 title=MENUS_TITLES174 left=-300 top=-128 color="255,204,0,255" never_active=1 } @MenuGraph "saveimage" { // Do not rename this item object="" object_highlight="" object_depress="" object_color="255,255,255,255" image_left=75 image_top=-20 width=220 height=170 } @MenuItem "savedate" { // Do not rename this item title="" font="font" font_width=0.73 font_height=1 left=82 top=160 color="255,204,0,255" never_active=1 } @MenuGraph "But1" { font="font" item_type="button" add_command="show clearpages" add_command="hide clearpages" add_command="hide client" add_command="hide singleplayermenu" add_command="savegame" sound_change="Menu_Type" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES164 font_width=0.73 font_height=1 color="190,190,190,255" highlight_color="255,255,255,255" left=240 top=-83 image_left=223 image_top=-86 width=80 height=19 enabled=1 never_active=0 hint=MENUS_HINTER159 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "CurSaveName" { title=MENUS_TITLES166 change_value="ls_name" left=-300 top=-85 font="lfont" font_width=0.15 font_height=0.20 color="255,204,0,255" highlight_color="255,255,255,255" sound_select="Menu_Type" sound_change="Menu_Type" value_color="190,190,190,255" value_onchange_color="255,255,255,255" value_font="lfont" value_font_width=0.14 value_font_height=0.20 value_left=-250 value_top=-85 value_right_align=0 show_cursor=1 max_size=60 max_viewable_chars=32 go_next_on_select=1 enabled=1 never_active=0 mouse_margin_width=480 hint=MENUS_HINTER158 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuItem "PL" { item_type="filelist" title="" extension="*.sgc" path="gorerules\\save\\" max_recurse=0 add_command="ls_name" change_value="ls_name" font="lfont" font_width=0.15 font_height=0.20 mouse_margin_width=2 mouse_margin_height=2 left=-300 top=-60 enabled=0 never_active=0 color="255,204,0,255" highlight_color="255,255,255,255" show_on_menu=0 static_value=1 sound_change="Menu_Type" fixed=0 hint=MENUS_HINTER162 } @MenuGraph "DnButton" { add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" left=50 top=177 image_left=50 image_top=177 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 title="" hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" image_top=-63 } } ///////////////////////////////////////////////////// //This page is used to select difficulty level ///////////////////////////////////////////////////// @MenuPage "spdifficulty" { scroll=0 echo=0 show_sound="Menu_Appear" hide_sound="" render_priority=51 keyboard_priority=50 example_item="PL" focus_item="" show_time=0 hide_time=0 scroll_height=240 row_height=0 scroll_vert_step=13 @MenuGraph "titlebox" { never_active=1 object="blackback" image_left=-260 image_top=-100 width=520 height=60 } @MenuGraph "selectbox" { object="blackback" image_left=-260 image_top=-15 width=520 height=165 } @MenuGraph "umclogo" { object="umcsign01" object_color="0,0,0,100" image_left=-32 image_top=-140 width=64 height=64 never_active=1 } @MenuGraph "umclogo" { object="umcsign01" object_color="255,255,255,255" image_left=-34 image_top=-150 width=64 height=64 never_active=1 } @MenuItem "title" { font="lfont" font_width=0.26 font_height=0.26 title=MENUS_TITLES17 left=0 top=-80 color="255,204,0,255" never_active=1 centre_text=1 } @MenuItem "title2" { font="lfont" font_width=0.126 font_height=0.126 title=MENUS_TITLES17_1 left=0 top=-55 color="255,255,255,255" never_active=1 centre_text=1 } @MenuGraph "trout" { item_type="button" sound_select="Menu_Type" echo_prevent=1 object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES18 left=0 color="190,190,190,255" top=-10 font_width=0.3 font_height=0.4 font="lfont" centre_text=1 image_left=-150 image_top=-8 width=300 height=30 add_command="difficulty 0" add_command="team 1" add_command="startLinearGame(umcgame.lgs)" hint=MENUS_HINTER16 hint_left=-0 hint_top=175 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuGraph "average" { echo_prevent=1 add_command="difficulty 1" add_command="team 1" add_command="startLinearGame(umcgame.lgs)" title=MENUS_TITLES19 left=0 top=30 image_left=-150 image_top=32 hint=MENUS_HINTER17 } @MenuGraph "rock" { echo_prevent=1 add_command="difficulty 2" add_command="team 1" add_command="startLinearGame(umcgame.lgs)" title=MENUS_TITLES20 left=0 top=70 image_left=-150 image_top=72 hint=MENUS_HINTER18 } @MenuGraph "daddy" { echo_prevent=1 add_command="difficulty 3" add_command="team 1" add_command="startLinearGame(umcgame.lgs)" title=MENUS_TITLES21 left=0 top=110 image_left=-150 image_top=112 hint=MENUS_HINTER19 } } ///////////////////////////////////////////////////// //This page is the Single Player Team select menu. ///////////////////////////////////////////////////// @MenuPage "team_select_menu" { render_priority=50 use_mouse=1 mouse_use_cursor=1 keyboard_priority=51 mouse_color="205,205,145,255" echo=0 add_onshow_show_page="menu_back_ground" add_onhide_hide_page="menu_back_ground" @MenuGraph "teamtitlebox" { never_active=1 object="blackback" image_left=-260 image_top=-150 width=520 height=60 } @MenuGraph "teamselectbox" { object="blackback" image_left=-260 image_top=-60 width=520 height=175 } @MenuGraph "umclogo_shadow" { object="umcsign01" object_color="0,0,0,100" image_left=-44 image_top=-220 width=96 height=96 never_active=1 } @MenuGraph "umclogo" { object="umcsign01" object_color="255,255,255,255" image_left=-48 image_top=-230 width=96 height=96 never_active=1 } @MenuItem "title" { font="lfont" font_width=0.8 font_height=0.8 title=MENUS_TITLES23 left=0 top=-122 color="255,204,0,255" never_active=1 centre_text=1 } @MenuGraph "umc_shadow" { object="umcsign01" object_color="0,0,0,100" image_left=-195 image_top=-10 width=96 height=96 never_active=1 } @MenuGraph "UMC" { object="umcsign01" object_highlight="umceffect" object_depress="umcsign01" object_color="255,255,255,255" image_left=-200 image_top=-20 width=96 height=96 never_active=0 highlight_color="255,255,0,255" enabled=1 echo_prevent=1 add_command="team 1" add_command="hide team_select_menu" add_command="startLinearGame(umcgame.lgs)" hint=MENUS_HINTER21 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "moblogo" { object="mobsign01" object_color="255,255,255,255" image_left=-48 image_top=230 width=96 height=96 never_active=1 } @MenuGraph "mob_shadow" { object="mobsign01" object_color="0,0,0,100" image_left=109 image_top=-10 width=96 height=96 never_active=1 } @MenuGraph "menu_back" { never_active=0 echo_prevent=1 object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" add_command="hide team_select_menu" add_command="show spdifficulty" title=MENUS_TITLES24 width=260 height=20 left=-112 top=221 font_width=0.8 font_height=0.8 color="190,190,190,255" highlight_color="255,255,255,255" image_left=-130 image_top=217 enabled=1 hint=MENUS_HINTER23 } } ///////////////////////////////////////////////////// //This page is the small pop-up menu underneath the //single-player menu option at the top of the screen. ///////////////////////////////////////////////////// @MenuPage "singleplayermenu" { echo=0 render_priority=51 keyboard_priority=50 page_loose_focus_hide=1 allow_hide=1 @MenuGraph "b1_shadow" { object="lwhiteback" object_color="30,30,30,255" image_left=-304 image_top=-150 width=89 height=40 enabled=0 never_active=1 } @MenuGraph "b1" { object="menu_row" object_color="20,20,20,255" image_left=-303 image_top=-149 width=87 height=38 enabled=0 never_active=1 } @MenuItem "m1" { title=MENUS_TITLES25 left=-300 top=-148 color="190,190,190,255" highlight_color="255,255,255,255" add_command="show clearpages" add_command="hide clearpages" add_command="hide singleplayermenu" add_command="show spdifficulty" add_command="hide wizard_start_button" font_width=0.128 font_height=0.17 font="lfont" mouse_margin_width=5 mouse_margin_height=8 hint=MENUS_HINTER24 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuItem "m2" { title=MENUS_TITLES27 top=-128 add_command="show clearpages" add_command="hide clearpages" add_command="show spload" add_command="hide singleplayermenu" add_command="hide wizard_start_button" hint=MENUS_HINTER26 } } ///////////////////////////////////////////////////// //This page is the small pop-up menu underneath the //IN GAME single-player menu option at the top of the screen. ///////////////////////////////////////////////////// @MenuPage "ingamesingleplayermenu" { @MenuGraph "b1_shadow" { object="lwhiteback" object_color="20,20,20,150" image_left=-301 image_top=-147 width=87 height=78 enabled=0 never_active=1 } @MenuGraph "b1" { object="greybg" object_color="200,200,200,255" image_left=-304 image_top=-150 } @MenuItem "m1" { title=MENUS_TITLES29 left=-300 top=-148 color="120,120,120,255" highlight_color="120,120,120,255" font_width=0.128 font_height=0.17 font="lfont" mouse_margin_width=5 mouse_margin_height=8 enabled=1 never_active=0 } @MenuItem "m2" { title=MENUS_TITLES30 top=-128 } @MenuItem "m3" { title=MENUS_TITLES31 top=-108 color="190,190,190,255" highlight_color="255,255,255,255" add_command="show clearpages" add_command="hide clearpages" add_command="show spload" add_command="hide ingamesingleplayermenu" hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" hint=MENUS_HINTER28 enabled=1 never_active=0 } @MenuItem "m4" { title=MENUS_TITLES32 top=-88 add_command="show clearpages" add_command="hide clearpages" add_command="show spsave" add_command="hide ingamesingleplayermenu" hint=MENUS_HINTER29 } } ///////////////////////////////////////////////////// //This page is the small pop-up menu underneath the //multi-player menu option at the top of the screen. ///////////////////////////////////////////////////// @MenuPage "multiplayermenu" { @MenuGraph "b2" { object="lwhiteback" object_color="30,30,30,255" image_left=-167 image_top=-151 width=222 height=80 enabled=0 never_active=1 } @MenuGraph "b2" { object="menu_row" object_color="20,20,20,255" image_left=-166 image_top=-150 width=220 height=78 enabled=0 never_active=1 } @MenuItem "m1" { title="^3JOIN SERVER" left=-162 top=-148 color="190,190,190,255" highlight_color="255,255,255,255" add_command="show clearpages" add_command="hide clearpages" add_command="show deploy" add_command="lansearch 0" add_command="hide multiplayermenu" add_command="refreshservers" add_command="hide wizard_start_button" echo_prevent=1 font_width=0.125 font_height=0.17 font="lfont" mouse_margin_width=5 mouse_margin_height=8 hint=MENUS_HINTER30 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuItem "m2" { title=MENUS_TITLES34 top=-128 add_command="show clearpages" add_command="hide clearpages" add_command="show connection" add_command="hide multiplayermenu" add_command="hide wizard_start_button" hint=MENUS_HINTER31 } @MenuItem "m3" { title=MENUS_TITLES35 top=-108 add_command="show clearpages" add_command="hide clearpages" add_command="show maps" add_command="hide multiplayermenu" add_command="hide wizard_start_button" hint=MENUS_HINTER32 } @MenuItem "m4" { title=MENUS_TITLES36 top=-88 add_command="show clearpages" add_command="hide clearpages" add_command="show advanced" add_command="hide multiplayermenu" add_command="hide wizard_start_button" hint=MENUS_HINTER33 } } ///////////////////////////////////////////////////// //This page is the small pop-up menu underneath the //player options menu option at the top of the screen. ///////////////////////////////////////////////////// @MenuPage "playeroptionsmenu" { @MenuGraph "b3_shadow" { object="lwhiteback" object_color="30,30,30,255" image_left=-37 image_top=-150 width=180 height=122 enabled=0 never_active=1 } @MenuGraph "b3" { object="menu_row" object_color="20,20,20,255" width=178 height=120 image_left=-36 image_top=-149 } @MenuItem "m1" { title=MENUS_TITLES42 left=-33 top=-148 color="120,120,120,255" highlight_color="120,120,120,255" // add_command="show clearpages" // add_command="hide clearpages" // add_command="show characters" // add_command="hide playeroptionsmenu" // add_command="hide wizard_start_button" font_width=0.125 font_height=0.17 font="lfont" mouse_margin_width=5 mouse_margin_height=8 hint="Must be connected to select a character." //MENUS_HINTER39 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuItem "m2" { title=MENUS_TITLES37 top=-128 color="190,190,190,255" highlight_color="255,255,255,255" add_command="show clearpages" add_command="hide clearpages" add_command="show movement" add_command="hide playeroptionsmenu" add_command="hide wizard_start_button" hint=MENUS_HINTER34 } @MenuItem "m3" { title=MENUS_TITLES38 top=-108 add_command="show clearpages" add_command="hide clearpages" add_command="show weapons" add_command="hide playeroptionsmenu" add_command="hide wizard_start_button" hint=MENUS_HINTER35 } @MenuItem "m4" { title=MENUS_TITLES39 top=-88 add_command="show clearpages" add_command="hide clearpages" add_command="show mouse" add_command="hide playeroptionsmenu" add_command="hide wizard_start_button" hint=MENUS_HINTER36 } @MenuItem "m5" { title=MENUS_TITLES40 top=-68 add_command="show clearpages" add_command="hide clearpages" add_command="show mload" add_command="hide playeroptionsmenu" add_command="hide wizard_start_button" hint=MENUS_HINTER37 } @MenuItem "m6" { title=MENUS_TITLES41 top=-48 add_command="show clearpages" add_command="hide clearpages" add_command="show msave" add_command="hide playeroptionsmenu" add_command="hide wizard_start_button" hint=MENUS_HINTER38 } } ///////////////////////////////////////////////////// //This page is the small pop-up menu underneath the //player options menu option at the top of the screen. //THIS IS FOR THE GAME MENUS ///////////////////////////////////////////////////// @MenuPage "ingameplayeroptionsmenu" { @MenuGraph "b3_shadow" { object="lwhiteback" object_color="30,30,30,255" image_left=-37 image_top=-150 width=180 height=122 enabled=0 never_active=1 } @MenuGraph "b3" { object="menu_row" object_color="20,20,20,255" width=178 height=120 image_left=-36 image_top=-149 } @MenuItem "m1" { title=MENUS_TITLES42 left=-33 top=-148 color="190,190,190,255" highlight_color="255,255,255,255" add_command="show clearpages" add_command="hide clearpages" add_command="show characters" add_command="hide ingameplayeroptionsmenu" font_width=0.125 font_height=0.17 font="lfont" mouse_margin_width=5 mouse_margin_height=8 hint=MENUS_HINTER39 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuItem "m2" { title=MENUS_TITLES43 top=-128 add_command="show clearpages" add_command="hide clearpages" add_command="show movement" add_command="hide ingameplayeroptionsmenu" hint=MENUS_HINTER40 } @MenuItem "m3" { title=MENUS_TITLES44 top=-108 add_command="show clearpages" add_command="hide clearpages" add_command="show weapons" add_command="hide ingameplayeroptionsmenu" hint=MENUS_HINTER41 } @MenuItem "m4" { title=MENUS_TITLES45 top=-88 add_command="show clearpages" add_command="hide clearpages" add_command="show mouse" add_command="hide ingameplayeroptionsmenu" hint=MENUS_HINTER42 } @MenuItem "m5" { title=MENUS_TITLES46 top=-68 add_command="show clearpages" add_command="hide clearpages" add_command="show mload" add_command="hide ingameplayeroptionsmenu" hint=MENUS_HINTER43 } @MenuItem "m6" { title=MENUS_TITLES47 top=-48 add_command="show clearpages" add_command="hide clearpages" add_command="show msave" add_command="hide ingameplayeroptionsmenu" hint=MENUS_HINTER44 } } ///////////////////////////////////////////////////// //This page is the small pop-up menu underneath the //system options menu option at the top of the screen. ///////////////////////////////////////////////////// @MenuPage "systemoptionsmenu" { @MenuGraph "b4_shadow" { object="lwhiteback" object_color="30,30,30,255" image_left=110 image_top=-151 width=134 height=80 enabled=0 never_active=1 } @MenuGraph "b4" { object="menu_row" object_color="20,20,20,255" image_left=111 image_top=-150 width=132 height=78 } @MenuItem "m1" { title=MENUS_TITLES48 left=115 top=-148 color="190,190,190,255" highlight_color="255,255,255,255" add_command="show clearpages" add_command="hide clearpages" add_command="show video" add_command="hide systemoptionsmenu" font_width=0.125 font_height=0.17 font="lfont" mouse_margin_width=5 mouse_margin_height=8 hint=MENUS_HINTER167 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuItem "m2" { title=MENUS_TITLES49 top=-128 add_command="show clearpages" add_command="hide clearpages" add_command="show sound" add_command="hide systemoptionsmenu" hint=MENUS_HINTER168 } @MenuItem "m3" { title=MENUS_TITLES50 top=-108 add_command="show input" add_command="hide systemoptionsmenu" hint=MENUS_HINTER169 } @MenuItem "m3" { title=MENUS_TITLES_CDKEY top=-88 add_command="show clearpages" add_command="hide clearpages" add_command="show cdkey_page" add_command="hide systemoptionsmenu" hint=MENUS_HINTER_CDKEY } } ///////////////////////////////////////////////////// //This page is for the confirmation of quit the game. ///////////////////////////////////////////////////// @MenuPage "quit" { page_loose_focus_hide=0 render_priority=51 keyboard_priority=51 show_sound="Menu_Appear" @MenuGraph "exitshadow" { object="buttoneffect" object_color="255,30,30,255" title=MENUS_TITLES51 left=-40 top=-30 image_left=-88 image_top=-38 width=184 height=93 color="255,204,0,255" highlight_color="255,255,255,255" font_width=0.125 font_height=0.17 font="lfont" enabled=0 never_active=1 } @MenuGraph "exitsquare" { object="menu_row" object_color="20,20,20,255" title=MENUS_TITLES52 left=-60 top=-35 image_left=-86 image_top=-36 width=180 height=90 color="255,204,0,255" highlight_color="255,255,255,255" font_width=0.35 font_height=0.46 font="lfont" enabled=0 never_active=1 } @MenuGraph "nobox" { item_type="button" add_command="hide quit" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES53 left=-54 top=13 image_left=-72 image_top=12 font="lfont" font_width=0.18 font_height=0.24 width=60 height=23 hint=MENUS_HINTER48 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuGraph "yesbox" { add_command="exit" title=MENUS_TITLES54 left=24 image_left=13 hint=MENUS_HINTER49 } } ///////////////////////////////////////////////////// //This page is for exiting single player games to the main menu. ///////////////////////////////////////////////////// @MenuPage "sp_exit" { page_loose_focus_hide=0 render_priority=51 keyboard_priority=51 show_sound="Menu_Appear" @MenuGraph "exitshadow" { object="lwhiteback" object_color="20,20,20,150" left=-40 top=-30 image_left=-176 image_top=-36 width=365 height=90 color="255,204,0,255" highlight_color="255,255,255,255" enabled=0 never_active=1 } @MenuGraph "exitsquare" { object="greybg" object_color="200,200,200,255" title=MENUS_TITLES55 left=-172 top=-30 image_left=-180 image_top=-40 font="lfont" font_width=0.26 font_height=0.40 width=365 height=90 color="255,204,0,255" highlight_color="255,255,255,255" enabled=0 never_active=1 } @MenuGraph "nobox" { item_type="button" add_command="hide sp_exit" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES56 left=-57 top=13 image_left=-72 image_top=12 width=60 height=23 font="lfont" font_width=0.18 font_height=0.24 hint=MENUS_HINTER50 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuGraph "yesbox" { add_command="closeserver" title=MENUS_TITLES57 left=25 image_left=13 hint=MENUS_HINTER51 } } ///////////////////////////////////////////////////// //This page is for exiting multiplayer games to the main menu. ///////////////////////////////////////////////////// @MenuPage "mp_exit" { page_loose_focus_hide=0 render_priority=51 keyboard_priority=51 show_sound="Menu_Appear" @MenuGraph "exitshadow" { object="lwhiteback" object_color="20,20,20,150" title=MENUS_TITLES58 left=-40 top=-30 image_left=-87 image_top=-37 width=180 height=90 color="255,204,0,255" highlight_color="255,255,255,255" font_width=0.125 font_height=0.17 font="lfont" enabled=0 never_active=1 } @MenuGraph "exitsquare" { object="greybg" object_color="200,200,200,255" title=MENUS_TITLES58 left=-80 top=-30 image_left=-90 image_top=-40 width=180 height=90 color="255,204,0,255" highlight_color="255,255,255,255" font_width=0.21 font_height=0.30 font="lfont" enabled=0 never_active=1 } @MenuGraph "nobox" { item_type="button" add_command="hide quit" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES53 left=-54 top=16 image_left=-72 image_top=12 font="font" width=60 height=23 font_width=1 font_height=1 hint=MENUS_HINTER48 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuGraph "yesbox" { add_command="disconnect" title=MENUS_TITLES54 left=24 image_left=13 hint=MENUS_HINTER49 } } ///////////////////////////////////////////////////// //This page is the connect/browse internet server page //This will list active game servers. ///////////////////////////////////////////////////// @MenuPage "deploy" { scroll=1 scroll_height=245 row_height=13 scroll_vert_step=13 example_item="LLServer" show_sound="Menu_Hide2" row_height=13 render_priority=51 keyboard_priority=50 @MenuGraph "connectbox" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-129 width=275 height=19 title="" color="0,0,0,255" // font_width=1 // font_height=1 // font="font" highlight_color="255,255,255,255" mouse_margin_width=5 mouse_margin_height=8 enabled=0 never_active=1 } @MenuGraph "passbox" { image_left=-10 width=205 } @MenuGraph "serverbox" { image_left=-304 image_top=-107 width=604 } @MenuGraph "serversbox" { image_left=-304 image_top=-85 width=586 height=261 } @MenuGraph "sliderbox" { image_left=284 image_top=-85 width=17 height=261 } @MenuGraph "refreshbox" { title=MENUS_TITLES61 left=36 top=180 image_left=32 image_top=179 font_width=0.14 font_height=0.19 font="lfont" width=272 height=19 color="255,204,0,255" highlight_color="255,255,255,255" } @MenuGraph "Gamespy" { object="gamespy" title=MENUS_TITLES62 font_width=0.125 font_height=0.16 font="lfont" left=-300 top=-105 image_left=-305 image_top=177 width=96 height=24 object_color="255,255,255,255" color="255,255,255,255" } @MenuValue "Address" { title=MENUS_TITLES63 mouse_margin_width=21 change_value="host" color="255,204,0,255" highlight_color="255,255,255,255" left=-300 top=-128 font_width=0.15 font_height=0.20 font="lfont" value_left=-260 value_top=-128 value_color="190,190,190,255" value_onchange_color="255,255,255,255" value_font_width=0.15 value_font_height=0.20 value_font="lfont" sound_change="Menu_Type" sound_select="Menu_Type" max_size=60 max_viewable_chars=21 go_next_on_select=1 hint=MENUS_HINTER54 hint_left=-310 hint_top=210 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" } @MenuGraph "Join" { item_type="button" add_command="connect" // add_command="enable observer_msg" // add_command="hide observer_msg" sound_select="Menu_Type" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES64 left=210 top=-127 image_left=206 image_top=-129 object_color="5,15,15,200" color="190,190,190,255" font_width=0.13 font_height=0.19 font="lfont" width=94 height=19 hint=MENUS_HINTER55 hint_left=-310 hint_top=210 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuValue "Password" { title=MENUS_TITLES65 hint=MENUS_HINTER56 mouse_margin_width=10 max_viewable_chars=18 add_command="password" change_value="password" up_down_execute=0 password_char=128 max_viewable_chars=9 value_font_width=0.15 value_font_height=0.15 left=-7 top=-128 value_left=85 value_top=-125 max_size=11 } @MenuGraph "Local" { add_command="lansearch 1" add_command="refreshservers" echo_prevent=1 title=MENUS_TITLES67 font_width=0.125 font_height=0.19 font="lfont" left=235 top=180 image_left=213 image_top=181 width=78 height=15 hint_left=-310 hint_top=210 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint=MENUS_HINTER58 } @MenuGraph "Internet" { echo_prevent=1 add_command="lansearch 0" add_command="refreshservers" title=MENUS_TITLES68 left=115 top=180 image_left=113 image_top=181 hint_left=-310 hint_top=210 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint=MENUS_HINTER59 } @MenuItem "LLServer" { item_type="maplist" title="" path="" max_recurse=2 add_command="selectserver" change_value="selectserver" mouse_margin_width=2 mouse_margin_height=2 left=-300 top=-82 color="255,204,0,255" show_on_menu=0 static_value=1 enabled=0 never_active=0 static_value=1 fixed=0 font_width=0.125 font_height=0.18 font="lfont" max_size=100 hint=MENUS_HINTER60 hint_left=-310 hint_top=210 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "DnButton" { item_type="button" title="" add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" left=288 top=152 image_left=288 image_top=152 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 out_range_title_draw=0 range_activated=0 hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" top=-82 image_top=-82 } } ///////////////////////////////////////////////////// //This page has advanced connection settings used to //control the quality of the connection. ///////////////////////////////////////////////////// @MenuPage "connection" { scroll=0 example_item="" @MenuGraph "infobox" { object="menu_row" object_color="5,15,15,200" left=-304 top=-109 image_left=-304 image_top=-107 width=604 height=19 title="" font_width=0.15 font_height=0.20 font="lfont" color="0,0,0,255" highlight_color="255,255,0,255" mouse_margin_width=5 mouse_margin_height=8 enabled=0 never_active=1 } @MenuGraph "bandbutbox" { object="menu_row" object_color="5,15,15,200" left=-300 top=-129 image_left=-304 image_top=-130 title=MENUS_TITLES69 color="255,204,0,255" } @MenuGraph "bandbox" { left=-300 top=-84 image_left=-304 image_top=-85 title=MENUS_TITLES70 color="255,204,0,255" } @MenuGraph "LAN" { object="lwhiteback" object_color="150,150,150,100" title=MENUS_TITLES71 add_command="bandwidthin 20000" add_command="bandwidthout 20000" change_value="bandwidthin" range_activated=1 range_max=20001 range_min=15001 out_range_title_draw=1 left=-201 top=-106 image_left=-212 image_top=-104 width=55 height=13 enabled=1 color="190,190,190,255" highlight_color="255,255,255,255" sound_select="Menu_Type" never_active=0 in_tab_order=1 font_width=0.15 font_height=0.20 font="lfont" hint=MENUS_HINTER61 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "CABLE" { title=MENUS_TITLES72 add_command="bandwidthin 15000" add_command="bandwidthout 15000" change_value="bandwidthin" range_max=15000 range_min=10001 left=-140 image_left=-141 hint=MENUS_HINTER62 } @MenuGraph "DSL" { title=MENUS_TITLES73 add_command="bandwidthin 10000" add_command="bandwidthout 10000" change_value="bandwidthin" range_max=10000 range_min=3501 left=-55 image_left=-67 hint=MENUS_HINTER63 } @MenuGraph "56" { title=MENUS_TITLES74 add_command="bandwidthin 3500" add_command="bandwidthout 3500" change_value="bandwidthin" range_max=3500 range_min=3001 left=15 image_left=3 hint=MENUS_HINTER64 } @MenuGraph "33" { title=MENUS_TITLES75 add_command="bandwidthin 3000" add_command="bandwidthout 3000" change_value="bandwidthin" range_max=3000 range_min=2501 left=79 image_left=68 hint=MENUS_HINTER65 } @MenuGraph "28" { title=MENUS_TITLES76 add_command="bandwidthin 2500" add_command="bandwidthout 2500" change_value="bandwidthin" range_max=2500 range_min=2000 left=157 image_left=143 hint=MENUS_HINTER66 } @MenuValue "InBand" { title=MENUS_TITLES77 change_value="bandwidthin" color="255,204,0,255" highlight_color="255,255,255,255" left=-150 top=-83 font_width=0.12 font_height=0.18 font="lfont" value_left=-40 value_top=-84 value_color="190,190,190,255" value_onchange_color="255,255,255,255" value_font="lfont" value_font_width=0.14 value_font_height=0.20 sound_change="Menu_Type" sound_select="Menu_Type" max_size=8 max_viewable_chars=8 password_char=0 go_next_on_select=1 hint=MENUS_HINTER67 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "OutBand" { title=MENUS_TITLES78 change_value="bandwidthout" left=50 value_left=170 hint=MENUS_HINTER68 } @MenuList "details" { max_size=80 add_line=MENUS_ADDINS01 add_line=MENUS_ADDINS02 left=-300 top=-40 font_width=0.15 font_height=0.20 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=20 } } ///////////////////////////////////////////////////// //This page is used for selecting your game play //character. ///////////////////////////////////////////////////// @MenuPage "characters" { ////////////////////////////////////////////////// //Must hide any of the player profile detail pages //that can be visible. add_onhide_hide_page="profile1" add_onhide_hide_page="profile2" add_onhide_hide_page="profile3" add_onhide_hide_page="profile4" add_onhide_hide_page="profile5" add_onhide_hide_page="profile6" add_onhide_hide_page="profile7" add_onhide_hide_page="profile8" add_onhide_hide_page="profile9" add_onhide_hide_page="profile10" add_onhide_hide_page="profile11" add_onhide_hide_page="profile12" add_onhide_hide_page="profile_ob" add_onhide_hide_page="ingame_characters" add_onshow_hide_page="connect_ads_page" show_sound="character_select" hide_sound="" @MenuGraph "nameback" { object="menu_row" object_color="5,15,15,200" image_left=-150 image_top=-129 width=300 height=19 enabled=0 never_active=1 } @MenuGraph "umcback" { image_left=-304 image_top=-129 width=150 height=38 } @MenuGraph "umc2back" { image_left=-304 image_top=-87 width=150 height=229 } @MenuGraph "mobback" { image_left=154 image_top=-129 width=150 height=38 } @MenuGraph "mob2back" { image_left=154 image_top=-87 width=150 height=229 } @MenuGraph "pinfoback" { image_left=-150 image_top=-108 width=300 height=250 } @MenuGraph "umcheading" { object="heading" title=MENUS_TITLES79 color="255,255,255,200" centre_text=1 font="lfont" font_width=.5 font_height=.5 left=-230 top=-131 image_left=-300 image_top=-104 } @MenuGraph "mobheading" { object="heading" title=MENUS_TITLES80 color="255,255,255,200" left=230 image_left=158 } @MenuValue "nameplayer" { title="PLAYER NAME:" //MENUS_TITLES81 add_command="playername" change_value="playername" up_down_execute=0 left=-53 top=-138 font_width=.12 font_height=.15 font="lfont" value_font_width=.13 value_font_height=.19 color="255,204,0,255" highlight_color="255,255,255,255" value="player" value_left=-148 value_top=-128 value_color="190,190,190,255" value_onchange_color="255,255,0,255" value_font="lfont" sound_change="Menu_Type" sound_select="Menu_Type" max_size=32 max_viewable_chars=32 go_next_on_select=1 hint=MENUS_HINTER69 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "modelu1" { title="" object="lwhiteback" object_color="255,255,255,255" change_value="playermodel" image_left=-300 image_top=-84 width=64 height=64 range_activated=1 range_str_match="scout" } @MenuGraph "modelu2" { change_value="playermodel" image_top=-14 range_str_match="lplayer" } @MenuGraph "modelu3" { change_value="playermodel" image_top=56 range_str_match="umc_vip" } @MenuGraph "modelu4" { change_value="playermodel" image_left=-223 image_top=-84 range_str_match="player" } @MenuGraph "modelu5" { change_value="playermodel" image_top=-14 range_str_match="hplayer" } @MenuGraph "modelu6" { change_value="playermodel" image_top=56 range_str_match="milbot" } @MenuGraph "modelm1" { change_value="playermodel" image_left=158 image_top=-84 range_str_match="assassin" } @MenuGraph "modelm2" { change_value="playermodel" image_top=-14 range_str_match="mplayer" } @MenuGraph "modelm3" { change_value="playermodel" image_left=236 image_top=-84 range_str_match="bartender" } @MenuGraph "modelm4" { change_value="playermodel" image_top=-14 range_str_match="krogen" } @MenuGraph "modelm5" { change_value="playermodel" image_top=56 range_str_match="mob_vip" } @MenuGraph "modelm6" { change_value="playermodel" image_left=158 image_top=56 range_str_match="mfplayer" } @MenuGraph "modelobserver" { change_value="playermodel" image_left=-300 image_top=144 range_str_match="ob" } @MenuGraph "umc1" { add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel scout" add_command="show profile1" sound_select="s_select" object="scout_icon" object_color="255,255,255,200" image_left=-300 image_top=-84 width=64 height=64 enabled=1 never_active=0 range_activated=0 hint=MENUS_HINTER70 hint_left=-210 hint_top=203 hint_font_width=0.73 hint_font_height=1 hint_color="190,190,190,255" } @MenuGraph "umc2" { object="lplayer_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel lplayer" add_command="show profile6" sound_select="l_select" image_top=-14 } @MenuGraph "umc3" { object="player_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel player" add_command="show profile2" sound_select="p_select" image_left=-223 image_top=-84 } @MenuGraph "umc4" { object="hplayer_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel hplayer" add_command="show profile7" sound_select="h_select" image_top=-14 } @MenuGraph "umc5" { object="milbot_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel bigtrout" add_command="show profile10" sound_select="Menu_Appear" image_top=56 image_left=-223 } @MenuGraph "umc6" { object="umc_vip_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel umc_vip" add_command="show profile11" sound_select="Menu_Appear" image_top=56 image_left=-300 } @MenuGraph "umc_vip_special" { show_on_menu=0 enabled=0 object="umc_vip_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel umc_vip" sound_select="Menu_Appear" image_top=56 image_left=-300 } @MenuGraph "mob1" { show_on_menu=1 enabled=1 object="assassin_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel assassin" add_command="show profile3" sound_select="a_select" image_left=158 image_top=-84 } @MenuGraph "mob2" { object="mplayer_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel mplayer" add_command="show profile4" sound_select="m_select" image_top=-14 } @MenuGraph "mob3" { object="bartender_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel bartender" add_command="show profile5" sound_select="b_select" image_left=236 image_top=-84 } @MenuGraph "mob4" { object="krogen_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel scumbag" add_command="show profile8" sound_select="Menu_Appear" image_top=-14 } @MenuGraph "mob5" { object="mob_vip_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel mob_vip" add_command="show profile12" sound_select="Menu_Appear" image_top=56 } @MenuGraph "mob6" { object="mfplayer_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel mfplayer" add_command="show profile9" sound_select="mf_select" image_top=56 image_left=158 } @MenuGraph "mob_vip_special" { show_on_menu=0 enabled=0 object="mob_vip_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel mob_vip" sound_select="Menu_Appear" image_top=56 image_left=236 } @MenuGraph "observer" { show_on_menu=1 enabled=1 object="ob_icon" add_command="observe" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="show profile_ob" add_command="enable observer_msg" sound_select="Menu_Type" image_top=145 image_left=-24 width=48 height=48 focus_page="profile_ob" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 } @MenuGraph "profile_blank" { object="lwhiteback" object_color="255,255,255,0" image_left=-150 image_top=-108 width=300 height=250 focus_page="profile_blank" } } ///////////////////////////////////////////////////// // This page is used for selecting umc characters // in coop mode. ///////////////////////////////////////////////////// @MenuPage "umc_characters" { ////////////////////////////////////////////////// //Must hide any of the player profile detail pages //that can be visible. add_onhide_hide_page="profile1" add_onhide_hide_page="profile2" add_onhide_hide_page="profile3" add_onhide_hide_page="profile4" add_onhide_hide_page="profile5" add_onhide_hide_page="profile6" add_onhide_hide_page="profile7" add_onhide_hide_page="profile8" add_onhide_hide_page="profile9" add_onhide_hide_page="profile10" add_onhide_hide_page="profile_ob" add_onhide_hide_page="ingame_umc_characters" show_sound="" hide_sound="" @MenuGraph "nameback" { object="blackback" image_left=-150 image_top=-129 width=300 height=19 enabled=0 never_active=1 } @MenuGraph "umcback" { object="blackback" image_left=-304 image_top=-129 width=150 height=38 } @MenuGraph "umc2back" { object="blackback" image_left=-304 image_top=-87 width=150 height=229 } @MenuGraph "mobback" { object="blackback" image_left=154 image_top=-129 width=150 height=38 } @MenuGraph "mob2back" { object="blackback" image_left=154 image_top=-87 width=150 height=229 } @MenuGraph "pinfoback" { object="blackback" image_left=-150 image_top=-108 width=300 height=250 } @MenuGraph "umcheading" { object="heading" title=MENUS_TITLES79 color="255,255,255,200" centre_text=1 font="lfont" font_width=0.5 font_height=0.5 left=-230 top=-131 image_left=-300 image_top=-104 } @MenuGraph "mobheading" { object="heading" title=MENUS_TITLES80 color="255,255,255,200" left=230 image_left=158 } @MenuValue "nameplayer" { title=MENUS_TITLES81 add_command="playername" change_value="playername" up_down_execute=0 left=-145 top=-128 font_width=0.15 font_height=0.20 font="lfont" value_font_width=0.15 value_font_height=0.20 color="255,204,0,255" highlight_color="255,255,0,255" value_font="lfont" value="player" value_left=-90 value_top=-128 value_color="190,190,190,255" value_onchange_color="255,255,0,255" sound_change="Menu_Type" sound_select="Menu_Type" max_size=29 max_viewable_chars=22 go_next_on_select=1 hint=MENUS_HINTER69 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "modelu1" { title="" object="lwhiteback" object_color="255,255,255,255" change_value="playermodel" image_left=-300 image_top=-84 width=64 height=64 range_activated=1 range_str_match="scout" } @MenuGraph "modelu2" { change_value="playermodel" image_top=-14 range_str_match="lplayer" } @MenuGraph "modelu3" { change_value="playermodel" image_left=-223 image_top=-84 range_str_match="player" } @MenuGraph "modelu4" { change_value="playermodel" image_top=-14 range_str_match="hplayer" } @MenuGraph "modelu5" { change_value="playermodel" image_top=56 range_str_match="milbot" } @MenuGraph "modelobserver" { change_value="playermodel" image_left=-300 image_top=144 range_str_match="ob" } @MenuGraph "umc1" { add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel scout" add_command="show profile1" sound_select="s_select" object="scout_icon" object_color="255,255,255,200" image_left=-300 image_top=-84 width=64 height=64 enabled=1 never_active=0 range_activated=0 hint=MENUS_HINTER70 hint_left=-210 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "umc2" { object="lplayer_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel lplayer" add_command="show profile6" sound_select="l_select" image_top=-14 } @MenuGraph "umc3" { object="player_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel player" add_command="show profile2" sound_select="p_select" image_left=-223 image_top=-84 } @MenuGraph "umc4" { object="hplayer_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel hplayer" add_command="show profile7" sound_select="h_select" image_top=-14 } @MenuGraph "umc5" { object="milbot_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel milbot" add_command="show profile10" sound_select="milbot_select" image_top=56 image_left=-223 } @MenuGraph "mob1" { show_on_menu=1 enabled=0 object_color="100,100,100,100" highlight_color="100,100,100,100" object="assassin_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel assassin" add_command="show profile3" sound_select="a_select" image_left=158 image_top=-84 } @MenuGraph "mob2" { object="mplayer_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel mplayer" add_command="show profile4" sound_select="m_select" image_top=-14 } @MenuGraph "mob3" { object="bartender_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel bartender" add_command="show profile5" sound_select="b_select" image_left=236 image_top=-84 } @MenuGraph "mob4" { object="krogen_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel krogen" add_command="show profile8" sound_select="k_select" image_top=-14 } @MenuGraph "mob5" { object="mfplayer_icon" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="playermodel mfplayer" add_command="show profile9" sound_select="mf_select" image_top=56 image_left=158 } @MenuGraph "observer" { show_on_menu=1 enabled=1 object_color="255,255,255,255" object="ob_icon" add_command="observe" add_command="show clearprofiles" add_command="hide clearprofiles" add_command="show profile_ob" sound_select="Menu_Type" image_top=145 image_left=-24 width=48 height=48 } } ///////////////////////////////////////////////////// //This page is for adjusting movement settings in the //game system. ///////////////////////////////////////////////////// @MenuPage "movement" { @MenuGraph "headingback" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-129 width=608 height=19 enabled=0 never_active=1 } @MenuGraph "comback" { image_left=-160 image_top=-107 width=200 height=256 } @MenuGraph "keyback" { image_left=43 width=180 } @MenuGraph "lookback" { image_left=-304 image_top=152 width=608 height=40 } @MenuGraph "heading" { object="heading" title=MENUS_TITLES82 color="255,204,0,255" font="lfont" font_width=0.15 font_height=0.20 left=-300 top=-128 image_left=-300 image_top=-125 } @MenuValue "keysensnum" { change_value="keysens" value_left=160 value_top=155 value_font="lfont" value_font_width=0.13 value_font_height=0.173 value_color="225,225,225,245" value_right_align=1 } @MenuValue "Fwd" { item_type="keybind" title=MENUS_TITLES83 change_value="forward" left=-152 top=-104 font="lfont" font_width=0.13 font_height=0.173 value_font="lfont" value_font_width=0.15 value_font_height=0.20 color="255,204,0,255" highlight_color="255,255,255,255" value_color="255,255,255,255" value_onchange_color="255,255,255,255" sound_change="Menu_Type" sound_select="Menu_Type" value_left=50 value_top=-104 max_value=-1 min_value=-1 show_cursor=0 up_down_execute=0 hint=MENUS_HINTER71 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" value_right_align=0 } @MenuValue "Bck" { title=MENUS_TITLES84 change_value="backward" top=-90 value_top=-90 hint=MENUS_HINTER72 } @MenuValue "Lft" { title=MENUS_TITLES85 change_value="strafeleft" top=-76 value_top=-76 hint=MENUS_HINTER73 } @MenuValue "Rgt" { title=MENUS_TITLES86 change_value="straferight" top=-62 value_top=-62 hint=MENUS_HINTER74 } @MenuValue "LUp" { title=MENUS_TITLES87 change_value="lookup" top=-48 value_top=-48 hint=MENUS_HINTER75 } @MenuValue "LDn" { title=MENUS_TITLES88 change_value="lookdown" top=-34 value_top=-34 hint=MENUS_HINTER76 } @MenuValue "LLt" { title=MENUS_TITLES89 change_value="lookleft" top=-20 value_top=-20 hint=MENUS_HINTER77 } @MenuValue "LRt" { title=MENUS_TITLES90 change_value="lookright" top=-6 value_top=-6 hint=MENUS_HINTER78 } @MenuValue "Jump" { title=MENUS_TITLES91 change_value="jump" top=8 value_top=8 hint=MENUS_HINTER79 } @MenuValue "Crouch" { title=MENUS_TITLES92 change_value="crouch" top=22 value_top=22 hint=MENUS_HINTER80 } @MenuValue "Walk" { title=MENUS_TITLES93 change_value="fast" top=36 value_top=36 hint=MENUS_HINTER81 } @MenuValue "Zoom" { title=MENUS_TITLES94 change_value="zoom" top=50 value_top=50 hint=MENUS_HINTER82 } // @MenuValue "Use" { // title=MENUS_TITLES94_1 // change_value="1stperson" // top=64 // value_top=64 // hint=MENUS_HINTER84 // } @MenuValue "Message" { title=MENUS_TITLES95 change_value="message" top=64 value_top=64 hint=MENUS_HINTER83 } @MenuValue "TeamMessage" { title=MENUS_TITLES96 change_value="tmessage" top=78 value_top=78 hint=MENUS_HINTER84 } @MenuValue "Help" { title=MENUS_TITLES96_1 change_value="help" top=92 value_top=92 hint=MENUS_HINTER84_1 } @MenuGraph "Quicksave" { color="110,110,110,255" title=MENUS_TITLES96_2 font_width=0.13 font_height=0.173 top=106 left=-152 hint=MENUS_HINTER84_2 } @MenuGraph "Quickload" { title=MENUS_TITLES96_3 top=120 hint=MENUS_HINTER84_3 } @MenuGraph "qsavef2" { title="F2" font_width=0.13 font_height=0.173 left=50 top=106 } @MenuGraph "qloadf3" { title="F3" font_width=0.13 font_height=0.173 left=50 top=120 } @MenuSlider "Keysens" { title=MENUS_TITLES97 change_value="keysens" left=-300 top=155 font="lfont" font_width=0.13 font_height=0.173 color="255,204,0,255" highlight_color="255,255,255,255" max_value=20 min_value=0 sound_change="Menu_Slide" sound_select="Menu_Type" notch_image="onring" background_image="black" background_left=-178 background_top=176 background_width=343 background_height=10 notch_image_top=176 notch_image_width=10 notch_image_height=10 hint=MENUS_HINTER85 hint_top=203 hint_left=-310 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" } } ///////////////////////////////////////////////////// //This page is for adjusting weapons settings in the //game system. ///////////////////////////////////////////////////// @MenuPage "weapons" { @MenuGraph "headingback" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-129 width=608 height=19 enabled=0 never_active=1 } @MenuGraph "comback" { image_left=-160 image_top=-107 width=200 height=226 } @MenuGraph "keyback" { image_left=43 width=165 } @MenuGraph "pikback" { image_left=-304 image_top=122 width=302 height=19 } @MenuGraph "chgback" { image_left=2 width=302 height=19 } @MenuGraph "heading" { object="heading" title=MENUS_TITLES98 color="255,204,0,255" font="lfont" font_width=0.15 font_height=0.20 left=-300 top=-128 image_left=-300 image_top=-125 } @MenuValue "WeapChg" { title=MENUS_TITLES99 change_value="autochange" sound_select="Menu_Type" sound_change="Menu_Type" left=-272 top=123 font="lfont" font_width=0.15 font_height=0.20 color="255,204,0,255" highlight_color="255,255,255,255" value_font="lfont" value_font_width=0.15 value_font_height=0.20 value_onchange_color="255,255,255,255" value_color="190,190,190,255" hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 value_left=-50 value_top=123 max_value=1 min_value=0 add_history="OFF" add_history="ON" no_data_modify=1 number_restrict=1 use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER86 hint_top=203 hint_left=-310 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" max_viewable_chars=9 } @MenuValue "WeapPkup" { title=MENUS_TITLES100 change_value="autopickup" top=123 left=32 value_left=250 value_top=123 add_history="OFF" add_history="ON" hint=MENUS_HINTER87 } @MenuGraph "WCBtn" { item_type="button" change_value="autochange" sound_select="Menu_Type" sound_change="Menu_Type" object="onring" object_disable="offring" object_color="0,255,0,255" left=-70 top=126 title="" image_left=-70 image_top=126 width=10 height=10 enabled=1 never_active=0 in_tab_order=0 two_state_button=1 hint=MENUS_HINTER88 } @MenuGraph "WPBtn" { change_value="autopickup" title="" left=230 top=100 image_left=232 image_top=126 hint=MENUS_HINTER89 } @MenuValue "Fr1" { item_type="keybind" title=MENUS_TITLES101 change_value="fire1" value_font_width=0.135 left=-152 top=-106 sound_change="Menu_Type" sound_select="Menu_Type" value_left=50 value_top=-106 use_history=0 use_history_values=0 up_down_execute=0 show_cursor=0 hint=MENUS_HINTER90 } @MenuValue "Fr2" { title=MENUS_TITLES102 change_value="fire2" top=-93 value_top=-93 hint=MENUS_HINTER91 } @MenuValue "Reload" { title=MENUS_TITLES103 change_value="reloadweapon" top=-80 value_top=-80 hint=MENUS_HINTER92 } @MenuValue "NxtWp" { title=MENUS_TITLES104 change_value="nextweapon" top=-67 value_top=-67 hint=MENUS_HINTER93 } @MenuValue "PrvWp" { title=MENUS_TITLES105 change_value="prevweapon" top=-54 value_top=-54 hint=MENUS_HINTER94 } @MenuValue "Weap0" { title=MENUS_TITLES106 change_value="weapon0" top=-41 value_top=-41 hint=MENUS_HINTER95 } @MenuValue "Weap1" { title=MENUS_TITLES107 change_value="weapon1" top=-28 value_top=-28 hint=MENUS_HINTER96 } @MenuValue "Weap2" { title=MENUS_TITLES116 change_value="weapon2" top=-15 value_top=-15 hint=MENUS_HINTER105 } @MenuValue "Weap3" { title=MENUS_TITLES108 change_value="weapon3" top=-2 value_top=-2 hint=MENUS_HINTER97 } @MenuValue "Weap4" { title=MENUS_TITLES109 change_value="weapon4" top=11 value_top=11 hint=MENUS_HINTER98 } @MenuValue "Weap5" { title=MENUS_TITLES110 change_value="weapon5" top=24 value_top=24 hint=MENUS_HINTER99 } @MenuValue "Weap6" { title=MENUS_TITLES111 change_value="weapon6" top=37 value_top=37 hint=MENUS_HINTER101 } @MenuValue "Weap7" { title=MENUS_TITLES112 change_value="weapon7" top=51 value_top=51 hint=MENUS_HINTER100 } @MenuValue "Weap8" { title=MENUS_TITLES113 change_value="weapon8" top=64 value_top=64 hint=MENUS_HINTER102 } @MenuValue "Weap9" { title=MENUS_TITLES114 change_value="weapon9" top=77 value_top=77 hint=MENUS_HINTER103 } @MenuValue "Weap10" { title=MENUS_TITLES115 change_value="weapon10" top=90 value_top=90 hint=MENUS_HINTER104 } @MenuValue "Weap11" { title=MENUS_TITLES117 change_value="weapon11" top=103 value_top=103 hint=MENUS_HINTER106 } } ///////////////////////////////////////////////////// //This page is for adjusting mouse settings in the //game system. ///////////////////////////////////////////////////// @MenuPage "mouse" { render_priority=48 @MenuGraph "headingback" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-129 width=608 height=19 enabled=0 never_active=1 } @MenuGraph "sensupback" { image_left=-304 image_top=-107 height=40 } @MenuGraph "sensltback" { image_left=-304 image_top=-64 } @MenuGraph "crssback" { image_left=-304 image_top=-21 } @MenuGraph "mosensback" { image_left=-304 image_top=22 } @MenuGraph "Lokback" { image_left=-304 image_top=64 width=302 height=19 } @MenuGraph "invtback" { image_left=2 height=19 } @MenuGraph "heading" { object="heading" title=MENUS_TITLES118 color="255,204,0,255" font="lfont" font_width=0.15 font_height=0.20 left=-300 top=-128 image_left=-300 image_top=-125 } @MenuValue "mousevertnum" { change_value="mousevert" value_left=160 value_top=-103 value_font="lfont" value_font_width=0.15 value_font_height=0.20 value_color="225,225,225,245" value_right_align=1 show_cursor=0 enabled=0 never_active=1 } @MenuValue "mousehorznum" { change_value="mousehorz" value_top=-61 } @MenuValue "mousewheelnum" { change_value="mousewheel" value_top=24 } @MenuValue "MouseLk" { title=MENUS_TITLES119 change_value="mouselook" top=65 font="lfont" font_width=0.15 font_height=0.20 left=-300 color="255,204,0,255" highlight_color="255,255,255,255" value_onchange_color="255,255,255,255" value_color="190,190,190,255" value_font="lfont" value_font_width=0.15 value_font_height=0.20 sound_select="Menu_Type" value_left=-100 value_top=65 add_history="OFF" add_history="ON" max_value=1 min_value=0 no_data_modify=1 use_history=1 use_history_values=1 show_cursor=0 enabled=1 never_active=0 hint=MENUS_HINTER107 hint_top=203 hint_left=-310 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" max_viewable_chars=9 value_right_align=0 } @MenuValue "MouseIv" { title=MENUS_TITLES120 change_value="invertmouse" top=65 left=3 value_left=210 value_top=65 add_history="OFF" add_history="ON" hint=MENUS_HINTER108 } @MenuSlider "MouseVt" { title=MENUS_TITLES121 change_value="mousevert" left=-300 top=-103 font="lfont" font_width=0.15 font_height=0.20 color="255,204,0,255" highlight_color="255,255,255,255" max_value=30 min_value=1 sound_change="Menu_Slide" sound_select="Menu_Type" notch_image="onring" background_image="black" background_left=-178 background_top=-83 background_width=343 background_height=10 notch_image_top=-83 notch_image_width=10 notch_image_height=10 hint=MENUS_HINTER109 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuSlider "MouseHz" { title=MENUS_TITLES122 change_value="mousehorz" top=-61 background_top=-41 notch_image_top=-41 hint=MENUS_HINTER110 } @MenuSlider "MouseWheel" { title=MENUS_TITLES123 change_value="mousewheel" top=24 background_top=44 notch_image_top=44 hint=MENUS_HINTER111 } @MenuGraph "LookButton" { item_type="button" title="" mouse_over_image=1 change_value="mouselook" sound_select="Menu_Slide" sound_change="Menu_Type" object="onring" object_disable="offring" object_color="0,255,0,255" left=-120 top=68 image_left=-120 image_top=68 width=10 height=10 enabled=1 never_active=0 in_tab_order=0 two_state_button=1 hint=MENUS_HINTER112 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "InvertButton" { change_value="invertmouse" left=190 top=68 image_left=190 image_top=68 hint=MENUS_HINTER113 } @MenuValue "Crosshair" { change_value="setcrosshair" add_command="setcrosshair" use_history=1 min_value=0 max_value=30 use_history_values=0 title=MENUS_TITLES124 color="255,204,0,255" value_color="0,0,0,0" focus_page="crosshair" left=-300 top=-17 image_left=-300 image_top=-17 sound_select="Menu_Slide" enabled=1 never_active=0 hint=MENUS_HINTER114 } } ///////////////////////////////////////////////////// //This page is for adjusting video settings in the //game system. ///////////////////////////////////////////////////// @MenuPage "video" { row_height=13 scroll=1 scroll_height=280 scroll_horz_step=0 scroll_vert_step=13 example_item="Res" render_priority=50 add_onshow_hide_page="wizard_start_button" @MenuGraph "texbox" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-128 width=294 height=19 enabled=0 never_active=1 } @MenuGraph "directbox" { image_top=-107 } @MenuGraph "dynambox" { image_top=-86 } @MenuGraph "modelbox" { image_top=-65 } @MenuGraph "Gammabox" { image_top=-44 height=40 } @MenuGraph "vsyncbox" { image_top=-2 height=19 } @MenuGraph "antialiasingbox" { image_top=40 height=40 } @MenuGraph "anisotropybox" { image_top=82 height=19 } @MenuGraph "colordepthbox" { image_top=19 height=19 } @MenuGraph "resbox" { image_left=10 image_top=-128 height=19 } @MenuGraph "resbox2" { image_left=145 image_top=-107 width=158 height=300 } @MenuValue "CurTex" { title=MENUS_TITLES125 change_value="texdetail" add_command="texdetail" left=-300 top=-127 value_left=-90 value_top=-127 max_viewable_chars=6 font="lfont" font_width=0.13 font_height=0.19 value_font="lfont" value_font_width=0.13 value_font_height=0.19 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=-3 max_value=1 no_data_modify=1 add_history=MENUS_TITLES180 add_history=MENUS_TITLES181 add_history=MENUS_TITLES182 add_history=MENUS_TITLES183 add_history=MENUS_TITLES184 use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER115 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "Directlight" { title=MENUS_TITLES177 change_value="lqchrlighting" add_command="lqchrlighting" left=-300 top=-105 value_left=-90 value_top=-105 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=1 no_data_modify=1 add_history=MENUS_TITLES185 add_history=MENUS_TITLES181 use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER165 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "Dynamiclight" { title=MENUS_TITLES178 change_value="nodlighting" add_command="nodlighting" left=-300 top=-85 value_left=-90 value_top=-85 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=1 no_data_modify=1 add_history="ON" add_history="OFF" use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER164 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "Modeldetail" { title=MENUS_TITLES179 change_value="lodbias" add_command="lodbias" left=-300 top=-64 value_left=-90 value_top=-64 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=3 no_data_modify=1 add_history=MENUS_TITLES185 add_history=MENUS_TITLES182 add_history=MENUS_TITLES181 add_history=MENUS_TITLES180 use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER166 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "vsyncadjust" { title=MENUS_VSYNC change_value="vsync" add_command="vsync" left=-300 top=0 value_left=-90 value_top=0 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=1 no_data_modify=1 add_history="OFF" add_history="ON" use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER_VSYNC hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "antialiasadjust" { title=MENUS_ANTIALIAS color="255,204,0,255" highlight_color="255,255,255,255" left=-300 top=42 font_width=0.12 font_height=0.18 font="lfont" sound_change="Menu_Type" sound_select="Menu_Type" hint=MENUS_HINTER_FSAA hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "AA_Off" { object="lwhiteback" object_color="50,50,50,100" title=MENUS_AA_OFF add_command="fsaa 0" add_command="fsaamode 0" left=-293 top=59 image_left=-294 image_top=61 width=34 height=13 enabled=1 color="255,204,0,255" highlight_color="255,255,255,255" sound_select="Menu_Type" never_active=0 in_tab_order=1 font_width=0.15 font_height=0.20 font="lfont" hint=MENUS_HINTER_AA_OFF hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "AA_1" { title=MENUS_AA_1 add_command="fsaa 1" add_command="fsaamode 1" left=-242 image_left=-254 hint=MENUS_HINTER_AA_1 } @MenuGraph "AA_2" { title=MENUS_AA_2 add_command="fsaa 1" add_command="fsaamode 2" left=-202 image_left=-214 hint=MENUS_HINTER_AA_2 } @MenuGraph "AA_4" { title=MENUS_AA_4 add_command="fsaa 1" add_command="fsaamode 4" left=-163 image_left=-174 hint=MENUS_HINTER_AA_4 } @MenuGraph "AA_6" { title=MENUS_AA_6 add_command="fsaa 1" add_command="fsaamode 6" left=-122 image_left=-134 hint=MENUS_HINTER_AA_6 } @MenuGraph "AA_8" { title=MENUS_AA_8 add_command="fsaa 1" add_command="fsaamode 8" left=-82 image_left=-94 hint=MENUS_HINTER_AA_8 } @MenuGraph "AA_16" { title=MENUS_AA_16 add_command="fsaa 1" add_command="fsaamode 16" left=-49 image_left=-54 hint=MENUS_HINTER_AA_16 } @MenuValue "anisotropyadjust" { title=MENUS_ANISOTROPY change_value="anisotropy" add_command="anisotropy" left=-300 top=84 value_left=-90 value_top=84 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" add_history="0" add_history="1" add_history="2" add_history="4" add_history="6" add_history="8" use_history=1 use_history_values=0 show_cursor=0 hint=MENUS_HINTER_ANISOTROPY hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "colordepthadjust" { title=MENUS_COLORDEPTH change_value="colordepth" add_command="colordepth" left=-300 top=21 value_left=-90 value_top=21 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=2 no_data_modify=1 add_history=MENUS_AUTO add_history=MENUS_HICOLOR add_history=MENUS_TRUECOLOR use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER_COLORDEPTH hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "CurRes" { title=MENUS_TITLES126 change_value="res" value="640x480" left=14 top=-127 max_viewable_chars=9 enabled=0 never_active=1 min_value=-1 max_value=-1 use_history=0 use_history_values=0 value="640x480" value_left=175 value_top=-126 value_font_width=0.189 value_font_height=0.18 hint=MENUS_HINTER116 } @MenuValue "fsaamodenum" { change_value="fsaamode" value_left=-90 value_top=42 value_font_width=0.12 value_font_height=0.18 value_color="225,225,225,245" show_cursor=0 enabled=0 never_active=1 } @MenuValue "gammanum" { change_value="gamma" value_left=-90 value_top=-41 value_font_width=0.12 value_font_height=0.18 value_color="225,225,225,245" show_cursor=0 enabled=0 never_active=1 } @MenuItem "Res" { item_type="reslist" title="" add_command="res" change_value="res" left=154 top=-105 font="lfont" font_width=0.185 font_height=0.18 color="255,204,0,255" show_on_menu=0 enabled=0 fixed=0 static_value=1 hint=MENUS_HINTER117 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuSlider "Gamma" { title=MENUS_TITLES176 change_value="gamma" add_command="gamma" left=-300 top=-41 font="lfont" font_width=0.13 font_height=0.19 color="255,204,0,255" highlight_color="255,255,255,255" sound_select="Menu_Type" max_value=400 min_value=50 scalar=100 notch_image="onring" background_image="black" background_left=-296 background_top=-20 background_width=278 background_height=10 notch_image_top=-20 notch_image_width=10 notch_image_height=10 hint=MENUS_HINTER163 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "Apply" { title=MENUS_APPLY add_command="reset_renderer" item_type="button" sound_select="Menu_Type" echo_prevent=1 object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" color="240,240,240,255" object_color="5,5,5,225" left=-241 top=138 font="lfont" font_width=0.17 font_height=0.17 image_left=-252 image_top=135 width=180 height=20 hint=MENUS_APPLY_VIDEO_HINT hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 never_active=0 } @MenuList "videonote" { max_size=80 add_line=MENUS_ADDINS191 add_line=MENUS_ADDINS191b font="lfont" font_width=0.08 font_height=0.12 left=-304 top=105 color="255,204,0,255" object_color="5,15,15,200" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=7 } @MenuList "videonote2" { max_size=80 add_line=MENUS_ADDINS190 add_line=MENUS_ADDINS191a add_line=MENUS_ADDINS192 // add_line=MENUS_ADDINS193 font="lfont" font_width=0.08 font_height=0.12 left=-304 top=164 color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=7 } @MenuGraph "DnButton" { item_type="button" title="" add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" left=288 top=170 image_left=288 image_top=170 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 out_range_title_draw=0 range_activated=0 hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" top=-100 image_top=-100 } } ///////////////////////////////////////////////////// //This page is for adjusting sound settings in the //game system. ///////////////////////////////////////////////////// @MenuPage "sound" { scroll=0 example_item="" @MenuGraph "revbox" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-128 width=294 height=19 enabled=0 never_active=1 } @MenuGraph "musbox" { image_left=10 } @MenuGraph "volbox" { image_left=-304 image_top=-104 width=608 height=40 } @MenuGraph "qualbox" { image_left=-304 image_top=-59 width=294 height=19 } @MenuValue "volumenum" { change_value="volume" value_left=160 value_top=-101 value_font="lfont" value_font_width=0.15 value_font_height=0.20 value_color="225,225,225,245" value_right_align=1 enabled=0 } @MenuGraph "volumenum" { title="%" left=160 top=-101 font="lfont" font_width=0.15 font_height=0.20 color="225,225,225,245" right_align=0 enabled=0 } @MenuValue "RevChans" { title=MENUS_TITLES127 add_command="reversepan" change_value="reversepan" left=14 top=-127 font="lfont" font_width=0.15 font_height=0.20 value_font="lfont" value_font_width=0.15 value_font_height=0.20 sound_select="Menu_Type" color="255,204,0,255" highlight_color="255,255,255,255" value_onchange_color="255,255,255,255" value_color="190,190,190,255" max_value=1 min_value=0 value_left=265 value_top=-128 value_right_align=0 add_history="OFF" add_history="ON" no_data_modify=1 number_restrict=1 use_history=1 use_history_values=1 show_cursor=0 go_next_on_select=1 hint=MENUS_HINTER118 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 } @MenuGraph "RevButton" { item_type="button" add_command="reversepan" change_value="reversepan" sound_select="Menu_Slide" sound_change="Menu_Type" object="onring" object_disable="offring" object_color="0,255,0,255" image_left=246 image_top=-124 width=10 height=10 enabled=1 never_active=0 in_tab_order=0 two_state_button=1 hint=MENUS_HINTER119 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "MusicOn" { title=MENUS_TITLES128 add_command="music" change_value="music" top=-128 left=-300 value_top=-128 value_left=-47 max_viewable_chars=3 add_history="OFF" add_history="ON" hint=MENUS_HINTER120 } @MenuGraph "MusButton" { add_command="music" change_value="music" image_top=-124 image_left=-68 hint=MENUS_HINTER121 } @MenuSlider "SoundLevel" { title=MENUS_TITLES129 change_value="volume" add_command="volume" left=-300 top=-101 font="lfont" font_width=0.15 font_height=0.20 color="255,204,0,255" highlight_color="255,255,255,255" sound_select="Volume_Test" sound_change="Volume_Test" max_value=111 min_value=0 notch_image="onring" background_image="black" background_left=-178 background_top=-80 background_width=405 background_height=10 notch_image_top=-80 notch_image_width=10 notch_image_height=10 hint=MENUS_HINTER122 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "Volume Full" { item_type="button" add_command="volume 100" sound_select="Volume_Test" sound_change="Volume_Test" object="lwhiteback" object_color="0,0,0,0" image_left=220 image_top=-80 width=10 height=10 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 hint=MENUS_HINTER122 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "SoundQuality" { title=MENUS_SOUND_QUALITY change_value="mixquality" add_command="mixquality" left=-300 top=-58 value_left=-59 value_top=-58 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=1 max_value=2 no_data_modify=1 add_history=MENUS_TITLES181 add_history=MENUS_TITLES185 use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER_SOUND_QUALITY hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } } ///////////////////////////////////////////////////// //This page is for changing the cdkey ///////////////////////////////////////////////////// @MenuPage "cdkey_page" { scroll=0 example_item="" add_onshow_hide_page="client" add_onshow_hide_page="client" add_onhide_show_page="client" keyboard_priority=100 render_priority=99 @MenuGraph "keybox" { object="lwhiteback" object_color="0,0,0,255" image_left=-320 image_top=-240 width=640 height=480 enabled=0 } @MenuGraph "keybox" { object="blackback" image_left=-320 image_top=-240 width=640 height=480 enabled=0 } @MenuGraph "keybox" { object="blackback" image_left=-150 image_top=-80 width=300 height=28 enabled=0 } @MenuGraph "keybox_outline" { object="lwhiteback" object_color="255,0,0,255" image_left=-175 image_top=-80 width=350 height=1 enabled=0 } @MenuGraph "keybox_outline" { object="lwhiteback" object_color="255,0,0,255" image_top=-52 height=1 enabled=0 } @MenuGraph "keybox_outline" { object="lwhiteback" object_color="255,0,0,255" image_left=-175 image_top=-80 width=1 height=29 enabled=0 } @MenuGraph "keybox_outline" { object="lwhiteback" object_color="255,0,0,255" image_left=175 image_top=-80 width=1 height=29 enabled=0 } @MenuValue "keyentry" { enabled=1 title=MENU_LINE26 change_value="cdkey" add_command="cdkey" add_command="hide cdkey_page" left=-255 top=-175 mouse_margin_width=640 mouse_margin_height=480 color="255,255,255,255" highlight_color="255,255,255,255" font_width=0.6 font_height=.6 font="lfont" value_left=-170 value_top=-77 value_color="255,255,255,255" value_onchange_color="255,255,255,255" value_font="lfont" value_font_width=0.21375 value_font_height=0.285 sound_change="Menu_Type" sound_select="Menu_Type" up_down_execute=0 max_size=23 max_viewable_chars=23 centre_text=0 } @MenuGraph "keydesc" { enabled=1 title=MENU_LINE27 left=0 top=-45 mouse_margin_height=20 color="255,255,255,255" highlight_color="255,255,255,255" font_width=0.15 font_height=0.15 font="lfont" centre_text=1 } @MenuGraph "keydesc" { enabled=1 title=MENU_LINE28 left=0 top=25 mouse_margin_height=20 color="200,200,200,255" highlight_color="200,200,200,255" font_width=0.14 font_height=.16 font="lfont" centre_text=1 } @MenuGraph "keydesc" { enabled=1 title=MENU_LINE29 left=0 top=45 mouse_margin_height=20 centre_text=1 } @MenuGraph "keydesc" { enabled=1 title=MENU_LINE30 left=0 top=120 mouse_margin_height=20 centre_text=1 } @MenuGraph "Gamespy" { object="gamespy" title=MENU_LINE30 image_left=-48 image_top=142 width=96 height=24 object_color="255,255,255,255" color="255,255,255,255" } // @MenuGraph "keydesc" { // enabled=1 // title=MENU_LINE31 // left=0 // top=130 // mouse_margin_height=20 // font_width=0.333 // font_height=0.333 // centre_text=1 // } } ///////////////////////////////////////////////////// //Map description page displayed when the mouse moves //over each level image. ///////////////////////////////////////////////////// @MenuPage "map_descriptions" { render_priority=51 keyboard_priority=50 @MenuList "templedesc" { show_on_menu=0 add_line=MENUS_ADDINS03 add_line="" add_line=MENUS_ADDINS04 add_line=MENUS_ADDINS06 left=100 top=103 font="lfont" font_width=0.13 font_height=0.18 color="255,204,0,255" enabled=0 never_active=1 row_height=15 } @MenuList "warehousedesc" { add_line=MENUS_ADDINS07 add_line="" add_line=MENUS_ADDINS08 add_line=MENUS_ADDINS09 } @MenuList "gothicdesc" { add_line=MENUS_ADDINS10 add_line="" add_line=MENUS_ADDINS11 add_line=MENUS_ADDINS12 } @MenuList "spacedesc" { add_line=MENUS_ADDINS13 add_line="" add_line=MENUS_ADDINS14 add_line=MENUS_ADDINS15 add_line=MENUS_ADDINS16 } @MenuList "plantdesc" { add_line=MENUS_ADDINS17 add_line="" add_line=MENUS_ADDINS18 add_line=MENUS_ADDINS19 add_line=MENUS_ADDINS20 } @MenuList "mansiondesc" { add_line=MENUS_ADDINS21 add_line="" add_line=MENUS_ADDINS22 add_line=MENUS_ADDINS23 add_line=MENUS_ADDINS24 add_line=MENUS_ADDINS25 } @MenuList "brooklyndesc" { add_line=MENUS_ADDINS26 add_line="" add_line=MENUS_ADDINS27 add_line=MENUS_ADDINS28 add_line=MENUS_ADDINS29 add_line=MENUS_ADDINS30 } @MenuList "haunteddesc" { add_line=MENUS_ADDINS31 add_line="" add_line=MENUS_ADDINS32 add_line=MENUS_ADDINS33 add_line=MENUS_ADDINS34 add_line=MENUS_ADDINS35 } @MenuList "tucsondesc" { add_line=MENUS_ADDINS36 add_line="" add_line=MENUS_ADDINS37 add_line=MENUS_ADDINS38 } @MenuList "illegaldesc" { add_line=MENUS_ADDINS39 add_line="" add_line=MENUS_ADDINS40 add_line=MENUS_ADDINS41 add_line=MENUS_ADDINS42 } @MenuList "industrialdesc" { add_line=MENUS_ADDINS43 add_line="" add_line=MENUS_ADDINS44 add_line=MENUS_ADDINS45 } @MenuList "Vertigodesc" { add_line=MENUS_ADDINS46 add_line=MENUS_ADDINS47 add_line=MENUS_ADDINS48 add_line=MENUS_ADDINS49 add_line=MENUS_ADDINS50 add_line=MENUS_ADDINS51 } @MenuList "borderdesc" { add_line=MENUS_ADDINS52 add_line="" add_line=MENUS_ADDINS53 add_line=MENUS_ADDINS54 add_line=MENUS_ADDINS55 add_line=MENUS_ADDINS56 } @MenuList "cubedesc" { add_line=MENUS_ADDINS57 add_line="" add_line=MENUS_ADDINS58 add_line=MENUS_ADDINS59 add_line=MENUS_ADDINS60 } @MenuList "deadenddesc" { add_line=MENUS_ADDINS61 add_line="" add_line=MENUS_ADDINS62 add_line=MENUS_ADDINS63 add_line=MENUS_ADDINS64 add_line=MENUS_ADDINS65 } @MenuList "stationdesc" { add_line=MENUS_ADDINS196 add_line="" add_line=MENUS_ADDINS197 add_line=MENUS_ADDINS198 add_line=MENUS_ADDINS199 } @MenuList "compounddesc" { add_line=MENUS_ADDINS200 add_line="" add_line=MENUS_ADDINS201 add_line=MENUS_ADDINS202 add_line=MENUS_ADDINS203 } @MenuList "ascensiondesc" { add_line=MENUS_ADDINS204 add_line="" add_line=MENUS_ADDINS205 add_line=MENUS_ADDINS206 add_line=MENUS_ADDINS207 } @MenuList "anthemdesc" { add_line=MENUS_ADDINS208 add_line="" add_line=MENUS_ADDINS209 add_line=MENUS_ADDINS210 } @MenuList "shafteddesc" { add_line=MENUS_ADDINS211 add_line="" add_line=MENUS_ADDINS212 add_line=MENUS_ADDINS213 } @MenuList "coalminedesc" { add_line=MENUS_ADDINS214 add_line="" add_line=MENUS_ADDINS215 add_line=MENUS_ADDINS216 } @MenuList "cygnusdesc" { add_line=MENUS_ADDINS217 add_line="" add_line=MENUS_ADDINS218 add_line=MENUS_ADDINS219 } @MenuList "metaldesc" { add_line=MENUS_ADDINS220 add_line="" add_line=MENUS_ADDINS221 add_line=MENUS_ADDINS222 add_line=MENUS_ADDINS223 } @MenuList "faithlessdesc" { add_line=MENUS_ADDINS224 add_line="" add_line=MENUS_ADDINS225 add_line=MENUS_ADDINS226 add_line=MENUS_ADDINS227 } @MenuList "gorgedesc" { add_line=MENUS_ADDINS228 add_line="" add_line=MENUS_ADDINS229 add_line=MENUS_ADDINS230 add_line=MENUS_ADDINS231 } @MenuList "nomap" { add_line="" add_line=MENUS_ADDINS66 add_line="" left=5 top=115 font="lfont" font_width=0.75 font_height=1.2 color="255,204,0,255" enabled=0 never_active=1 row_height=15 } } @MenuPage "nomap" { render_priority=40 binding_override=0 @MenuItem "nomap" { title=MENUS_TITLES130 centre_text=1 left=0 top=-64 font="lfont" font_width=0.5 font_height=0.5 color="255,204,0,255" } } ///////////////////////////////////////////////////// //This page is for the tactical selection which is part //of server setup page. ///////////////////////////////////////////////////// @MenuPage "scenarios" { render_priority=51 binding_override=1 page_enabled=1 scroll=1 scroll_height=50 scroll_vert_step=13 row_height=13 example_item="scenariolist" add_onshow_show_page="map_descriptions" add_onhide_hide_page="map_descriptions" @MenuGraph "DnButton" { item_type="button" add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" image_left=292 image_top=76 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 title="" hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" image_top=36 } @MenuItem "scenariolist" { // Do not change the name of this item. hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 item_type="list" title="" path="" font="lfont" font_width=0.14 font_height=0.20 mouse_margin_width=2 mouse_margin_height=2 left=5 top=40 enabled=0 never_active=0 color="255,204,0,255" show_on_menu=0 static_value=1 sound_change="Menu_Type" fixed=0 hint=MENUS_HINTER_SCENARIOS } } ///////////////////////////////////////////////////// //This page allows users to select maps and setup a //game server for everyone to join to. ///////////////////////////////////////////////////// @MenuPage "maps" { binding_override=1 page_enabled=1 scroll=1 scroll_height=120 scroll_vert_step=13 row_height=13 example_item="maplist" add_onshow_show_page="map_descriptions" add_onhide_hide_page="map_descriptions" add_onshow_show_page="scenarios" add_onhide_hide_page="scenarios" render_priority=51 @MenuGraph "serverbox" { object="menu_row" image_left=-304 image_top=-129 object_color="5,15,15,200" width=300 height=19 enabled=0 never_active=1 } @MenuGraph "passbox" { image_top=-107 width=300 } @MenuGraph "maxbox" { image_top=-85 width=148 } @MenuGraph "locbox" { image_left=-152 } @MenuGraph "pubbox" { image_left=-304 image_top=-63 } @MenuGraph "secbox" { image_left=-152 } @MenuGraph "modebox2" { image_left=-304 image_top=0 width=300 height=19 } @MenuGraph "modebox" { image_left=-304 image_top=-22 width=300 height=19 } @MenuGraph "s2box" { width=148 height=19 image_top=66 } @MenuGraph "s3box" { image_top=88 } @MenuGraph "s4box" { image_top=110 } @MenuGraph "s5box" { image_top=132 } @MenuGraph "s6box" { image_top=154 } @MenuGraph "s7box" { image_top=176 } @MenuGraph "s14box" { image_top=44 } @MenuGraph "s8box" { image_top=66 image_left=-152 } @MenuGraph "s9box" { image_top=88 } @MenuGraph "s10box" { image_top=110 } @MenuGraph "s11box" { image_top=132 } @MenuGraph "s12box" { image_top=154 } @MenuGraph "s13box" { image_top=176 } @MenuGraph "s14box" { image_top=44 } @MenuGraph "mapsbox" { image_left=-1 image_top=-107 width=286 height=140 } @MenuGraph "maps2box" { image_left=289 width=15 } @MenuGraph "mapbox" { image_left=-1 image_top=100 width=305 height=95 } @MenuGraph "tactbox" { image_left=-1 image_top=36 width=286 height=60 } @MenuGraph "tact2box" { image_left=289 width=15 } @MenuGraph "DnButton" { item_type="button" add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" image_left=292 image_top=13 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 title="" hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" image_top=-107 } @MenuValue "name" { title=MENUS_TITLES131 change_value="servername" add_command="servername" left=-300 top=-127 color="255,204,0,255" highlight_color="255,255,255,255" font_width=0.13 font_height=0.19 font="lfont" value_left=-190 value_top=-128 value_color="190,190,190,255" value_onchange_color="255,255,255,255" value_font_width=0.14 value_font_height=0.20 value_font="lfont" sound_change="Menu_Type" sound_select="Menu_Type" up_down_execute=0 max_size=18 max_viewable_chars=18 hint=MENUS_HINTER123 hint_left=-305 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" } @MenuValue "password" { title=MENUS_TITLES132 change_value="spassword" add_command="spassword" password_char=42 left=-300 top=-106 value_left=-201 value_top=-104 value_font_width=0.15 value_font_height=0.20 hint=MENUS_HINTER124 } @MenuValue "max" { title=MENUS_TITLES133 change_value="maxconnect" add_command="maxconnect" top=-83 value_left=-167 value_top=-83 max_size=2 password_char=0 number_restrict=1 value_right_align=1 hint=MENUS_HINTER125 } @MenuValue "loc" { title=MENUS_TITLES134 change_value="location" add_command="location" left=-148 value_left=-15 max_size=5 number_restrict=0 hint=MENUS_HINTER126 } @MenuValue "pub" { title=MENUS_TITLES135 change_value="publicise" add_command="publicise" left=-300 top=-61 value_left=-167 value_top=-62 max_value=1 min_value=0 no_data_modify=1 number_restrict=1 add_history="off" add_history="on" use_history=1 use_history_values=1 show_cursor=0 number_restrict=1 hint=MENUS_HINTER127 } @MenuValue "gamemode" { title=MENUS_TITLES139 change_value="desired_mode" left=-300 top=-20 value_left=-167 value_top=-21 add_history="DM" add_history="TDM" add_history="CTF" add_history="TACT" add_history="COOP" use_history=1 use_history_values=0 up_down_execute=1 show_cursor=0 hint=MENUS_HINTER_GAME_MODE color="255,204,0,255" } @MenuValue "scenario" { title=MENUS_TITLES175 change_value="desired_scenario" left=-300 top=1 value_left=-210 value_top=1 use_history=0 use_history_values=0 add_history="Extermination" add_history="Assault" number_restrict=0 up_down_execute=1 show_cursor=0 value_right_align=0 centre_text=0 max_size=13 hint=MENUS_HINTER_GAME_MODE color="255,204,0,255" } @MenuGraph "proceed" { sound_select="Menu_Type" color="190,190,190,255" highlight_color="255,255,255,255" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES137 centre_text=1 left=74 top=-129 font="lfont" font_width=0.15 font_height=0.20 image_left=-1 image_top=-129 width=150 height=19 enabled=1 never_active=0 hint=MENUS_HINTER129 hint_left=-305 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" } @MenuGraph "disconnect" { add_command="disconnect" title=MENUS_TITLES138 left=228 centre_text=1 image_left=154 image_top=-129 hint=MENUS_HINTER130 } @MenuValue "difficulty" { change_value="difficulty" add_command="difficulty" title=MENUS_TITLES188 use_history=1 min_value=0 max_value=3 use_history_values=0 value_right_align=1 value_left=-167 value_top=45 max_size=5 left=-300 top=45 enabled=1 never_active=0 hint=MENUS_HINTER135 number_restrict=0 color="255,204,0,255" } @MenuValue "time" { enabled=1 never_active=0 title=MENUS_TITLES144 change_value="timelimit" add_command="timelimit" left=-300 top=68 value_right_align=1 value_left=-161 value_top=67 max_size=3 max_value=0 min_value=0 no_data_modify=0 number_restrict=0 use_history=0 use_history_values=0 show_cursor=1 number_restrict=1 hint=MENUS_HINTER135 } @MenuValue "maxtk" { value_top=45 top=46 title=MENUS_TITLES189 change_value="max_team_kills" add_command="max_team_kills" left=-148 value_left=-8 hint=MENUS_HINTER_TK } @MenuValue "entry" { top=68 value_top=67 title=MENUS_TITLES145 change_value="grace_entry_period" add_command="grace_entry_period" left=-148 value_left=-8 hint=MENUS_HINTER136 } @MenuValue "wait" { title=MENUS_TITLES146 change_value="player_wait_time" add_command="player_wait_time" left=-300 top=89 value_left=-161 value_top=89 hint=MENUS_HINTER137 } @MenuValue "rounds" { title=MENUS_TITLES147 change_value="rounds_per_level" add_command="rounds_per_level" left=-148 value_left=-8 hint=MENUS_HINTER138 } @MenuValue "pick" { title=MENUS_TITLES148 change_value="end_round_player_select" add_command="end_round_player_select" left=-300 top=111 value_left=-161 value_top=110 max_value=1 min_value=0 no_data_modify=1 number_restrict=1 add_history="off" add_history="on" use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER139 } @MenuValue "limit" { title=MENUS_TITLES149 change_value="score_limit" add_command="score_limit" left=-148 value_left=-8 max_size=3 max_value=0 min_value=0 no_data_modify=0 use_history=0 use_history_values=0 show_cursor=1 number_restrict=0 hint=MENUS_HINTER140 } @MenuValue "balance" { title=MENUS_TITLES150 change_value="force_team_balance" add_command="force_team_balance" left=-300 top=133 value_left=-161 value_top=132 max_value=1 min_value=0 no_data_modify=1 number_restrict=1 add_history="off" add_history="on" use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER141 } @MenuValue "ff" { title=MENUS_TITLES151 change_value="friendly_fire" add_command="friendly_fire" left=-148 value_left=-8 add_history="off" add_history="on" hint=MENUS_HINTER142 } @MenuValue "capscore" { title=MENUS_TITLES152 change_value="capture_flag_score" add_command="capture_flag_score" left=-300 top=177 value_left=-161 value_top=177 max_size=3 max_value=0 min_value=0 no_data_modify=0 number_restrict=0 use_history=0 use_history_values=0 show_cursor=1 number_restrict=1 hint=MENUS_HINTER143 } @MenuValue "pickup" { title=MENUS_TITLES153 change_value="flag_pickup_score" add_command="flag_pickup_score" left=-148 value_left=-8 max_size=3 hint=MENUS_HINTER144 } @MenuValue "fragpen" { title=MENUS_TITLES154 change_value="frag_own_team_penalty" add_command="frag_own_team_penalty" left=-300 top=156 value_left=-161 value_top=155 hint=MENUS_HINTER145 } @MenuValue "fragcar" { title=MENUS_TITLES155 change_value="frag_flag_carrier_score" add_command="frag_flag_carrier_score" left=-148 value_left=-8 max_size=3 hint=MENUS_HINTER146 } @MenuItem "maplist" { item_type="list" title="" path="" max_recurse=2 mouse_margin_width=2 mouse_margin_height=2 left=3 top=-103 color="255,204,0,255" show_on_menu=0 enabled=0 never_active=0 static_value=1 fixed=0 font_width=0.15 font_height=0.20 font="lfont" max_size=100 hint=MENUS_HINTER147 hint_left=-305 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" } @MenuGraph "mappic" { title="" hint="" object="dm18" object_color="255,255,255,255" image_left=3 image_top=104 width=86 height=86 sound_select="Menu_Type" enabled=0 never_active=1 } } ///////////////////////////////////////////////////// //This page is the advanced server settings page ///////////////////////////////////////////////////// @MenuPage "advanced" { render_priority=51 keyboard_priority=50 scroll=0 example_item="" @MenuGraph "remotebox" { enabled=0 never_active=1 object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-129 width=300 height=19 } @MenuGraph "firewallbox" { image_left=4 } @MenuGraph "devpwbox" { image_left=-304 width=608 image_top=-107 } @MenuGraph "adminpwbox" { image_top=-85 } @MenuGraph "greetbox1" { image_top=-63 width=150 } @MenuGraph "greetbox2" { image_top=-63 image_left=-144 width=448 } @MenuGraph "greetbox3" { image_top=-41 } @MenuGraph "greetbox4" { image_top=-19 } @MenuGraph "greetbox5" { image_top=3 } @MenuValue "remoteadmin" { title=MENUS_TITLES156 change_value="remoteadmin" add_command="remoteadmin" top=-126 left=-300 font_width=0.13 font_height=0.18 font="lfont" value_top=-105 sound_select="Menu_Type" color="255,204,0,255" highlight_color="255,255,255,255" value_onchange_color="255,255,255,255" value_color="190,190,190,255" max_value=1 min_value=0 max_viewable_chars=1 value_left=-50 value_top=-128 value_font="lfont" value_font_width=0.14 value_font_height=0.20 add_history="off" add_history="on" no_data_modify=1 number_restrict=1 use_history=1 use_history_values=1 show_cursor=0 go_next_on_select=1 hint_left=-310 hint_left=-305 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=0.20 hint_color="190,190,190,255" hint=MENUS_HINTER148 } @MenuGraph "remotebutton" { item_type="button" change_value="remoteadmin" add_command="remoteadmin" sound_select="Menu_Slide" sound_change="Menu_Type" object="onring" object_disable="offring" object_color="0,255,0,255" image_left=-68 image_top=-124 width=10 height=10 enabled=1 never_active=0 in_tab_order=0 two_state_button=1 hint=MENUS_HINTER149 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "firewall" { title=MENUS_TITLES157 change_value="firewall" add_command="firewall" left=9 top=-126 value_left=90 value_top=-128 max_size=20 use_history=0 use_history_values=0 max_value=0 min_value=0 go_next_on_select=1 no_data_modify=0 number_restrict=0 show_cursor=1 hint=MENUS_HINTER150 } @MenuValue "devpwd" { title=MENUS_TITLES158 change_value="devpassword" add_command="devpassword" password_char=42 mouse_margin_width=400 top=-104 left=-300 value_top=-104 value_left=-80 max_size=60 max_viewable_chars=30 hint=MENUS_HINTER151 } @MenuValue "adminpwd" { title=MENUS_TITLES159 mouse_margin_width=400 change_value="adminpassword" add_command="adminpassword" top=-82 value_top=-82 hint=MENUS_HINTER152 } @MenuValue "greetingl1" { title=MENUS_TITLES_GREETING mouse_margin_width=400 password_char=0 max_viewable_chars=30 max_size=30 change_value="greeting1" add_command="greeting1" top=-60 value_top=-60 value_left=-130 hint=MENUS_HINTER_GREETING } @MenuValue "greetingl2" { title="" change_value="greeting2" add_command="greeting2" value_top=-38 hint=MENUS_HINTER_GREETING } @MenuValue "greetingl3" { change_value="greeting3" add_command="greeting3" value_top=-16 hint=MENUS_HINTER_GREETING } @MenuValue "greetingl4" { change_value="greeting4" add_command="greeting4" value_top=6 hint=MENUS_HINTER_GREETING } } ///////////////////////////////////////////////////// //This page is the console page used to direct users //commands to the game system. //This uses modifiers on the page to display/hide it. ///////////////////////////////////////////////////// @MenuPage "input" { echo=1 show_sound="Menu_Appear" hide_sound="Menu_Hide" keyboard_priority=100 render_priority=100 focus_item="cinput" scroll=0 range_activated=0 row_height=13 add_modifier="showconsole" add_modifier="hideconsole" show_time=0.1 hide_time=0.1 @MenuGraph "boardback" { enabled=0 object="lwhiteback" object_color="0,0,0,180" image_left=-300 image_top=-140 width=575 height=346 never_active=1 } @MenuGraph "topbox2" { title="Command Console" font="lfont" top=-141 left=-210 font_width=.15 font_height=.20 object="menu_row" object_color="45,45,45,255" width=575 height=15 color="255,255,255,255" centre_text=1 } @MenuGraph "topbox2" { title="Command Console" font="lfont" top=-141 left=-210 font_width=.15 font_height=.20 object="lwhiteback" object_color="255,25,25,0" width=575 height=15 color="255,255,255,0" centre_text=1 } @MenuGraph "inputbox" { object="menu_row" object_color="65,65,65,255" image_left=-300 image_top=187 width=575 height=19 } @MenuGraph "inputbox2" { object="menu_row" object_color="10,10,10,255" image_left=-297 image_top=189 width=569 height=15 } @MenuConsole "consolelist" { color="0,255,15,255" highlight_color="255,255,255,255" font_width=0.0975 font_height=0.130 font="lfont" max_size=65 left=-290 top=-123 show_on_menu=0 enabled=0 never_active=1 console_max_down=24 console_up_left=-317 console_up_top=-240 up_font_width=0.136 up_font_height=0.181 centre_text=0 } @MenuValue "cinput" { clear_on_return=1 add_command="command" change_value="command" mouse_margin_width=350 mouse_margin_height=300 font_width=0.12 font_height=0.175 font="lfont" color="0,225,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" value_font="lfont" value_font_width=0.15 value_font_height=0.20 value_left=-292 value_top=187 // password_char=42 max_size=128 max_viewable_chars=52 command_completion=1 history_unique=1 up_down_execute=0 f1_help=1 use_history=1 allow_edit_entry=1 allow_edit_exit=1 } // @MenuGraph "close" { // item_type="button" // title=MENUS_TITLES161 // add_command="hide input" // top=188 // left=210 // font="lfont" // font_width=0.155 // font_height=0.20 // object="lwhiteback" // color="255,255,255,150" // object_color="15,15,15,255" // highlight_color="255,0,0,100" // title=MENUS_TITLES162 // image_left=208 // image_top=189 // width=60 // height=15 // enabled=1 // centre_text=0 // } } ///////////////////////////////////////////////////// //This page is used to allow the user to save config //files. ///////////////////////////////////////////////////// @MenuPage "msave" { scroll=1 scroll_height=280 row_height=13 scroll_vert_step=13 echo=0 show_sound="Menu_Appear" hide_sound="" render_priority=51 keyboard_priority=50 example_item="PL" focus_item="" show_time=0 hide_time=0 @MenuGraph "Editbox" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-128 width=554 height=19 enabled=0 never_active=1 } @MenuGraph "FileBox" { image_left=-204 image_top=-107 width=408 height=302 } @MenuGraph "ScrollBox" { image_left=208 image_top=-107 width=13 } @MenuValue "CurProfile" { title=MENUS_TITLES163 change_value="savename" left=-300 top=-126 font="lfont" font_width=0.15 font_height=0.20 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" value_font="lfont" value_font_width=0.15 value_font_height=0.20 value_left=-200 value_top=-127 mouse_margin_width=400 max_size=60 max_viewable_chars=32 go_next_on_select=1 hint=MENUS_HINTER153 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "SaveBtn" { item_type="button" add_command="save" sound_change="Menu_Type" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES164 font="lfont" font_width=0.14 font_height=0.19 color="190,190,190,255" highlight_color="255,255,255,255" left=258 top=-126 image_left=256 image_top=-128 width=44 height=19 enabled=1 never_active=0 hint=MENUS_HINTER154 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuItem "PL" { item_type="filelist" title="" extension="*.cfg" path="settings\\" max_recurse=1 add_command="savename" change_value="savename" left=-200 top=-107 enabled=0 never_active=0 show_on_menu=0 static_value=1 sound_change="Menu_Type" fixed=0 max_size=17 font="lfont" font_width=0.14 font_height=0.19 color="255,204,0,255" highlight_color="255,255,255,255" hint=MENUS_HINTER155 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "DnButton" { item_type="button" add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" left=210 top=175 image_left=210 image_top=175 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 title="" hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" image_top=-107 } } ///////////////////////////////////////////////////// //This page is used to allow the user to load config //files or revert to standard game settings. ///////////////////////////////////////////////////// @MenuPage "mload" { scroll_height=240 row_height=13 scroll_vert_step=13 @MenuGraph "Box1" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-128 width=554 height=19 enabled=0 never_active=1 } @MenuGraph "Box2" { image_top=-107 } @MenuGraph "Box3" { image_top=-86 } @MenuGraph "Box4" { image_left=-204 image_top=-65 width=408 height=260 } @MenuGraph "Box5" { image_left=208 image_top=-65 width=13 } @MenuGraph "But1" { item_type="button" add_command="restart" sound_change="Menu_Type" object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" title=MENUS_TITLES165 font="lfont" font_width=0.15 font_height=0.20 color="190,190,190,255" highlight_color="255,255,255,255" left=256 top=-126 image_left=256 image_top=-128 width=46 height=19 enabled=1 never_active=0 hint=MENUS_HINTER156 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "But2" { add_command="reset" top=-105 image_top=-107 hint=MENUS_HINTER157 } @MenuValue "CurProfile" { title=MENUS_TITLES166 change_value="loadname" left=-300 top=-84 font="lfont" font_width=0.15 font_height=0.20 color="255,204,0,255" highlight_color="255,255,255,255" sound_select="Menu_Type" sound_change="Menu_Type" value_color="190,190,190,255" value_onchange_color="255,255,255,255" value_font="lfont" value_font_width=0.15 value_font_height=0.20 value_left=-200 value_top=-84 value_right_align=0 mouse_margin_width=200 show_cursor=1 max_size=60 max_viewable_chars=25 go_next_on_select=1 enabled=1 never_active=0 hint=MENUS_HINTER158 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "But3" { add_command="load" top=-84 image_top=-86 hint=MENUS_HINTER159 } @MenuItem "LoadDefault" { title=MENUS_TITLES167 left=-300 top=-126 font="lfont" font_width=0.15 font_height=0.20 color="255,204,0,255" // highlight_color="255,255,255,255" hint=MENUS_HINTER160 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuItem "LoadFactory" { title=MENUS_TITLES168 top=-106 left=-300 hint=MENUS_HINTER161 } @MenuItem "PL" { item_type="filelist" title="" extension="*.cfg" path="settings\\" max_recurse=1 add_command="loadname" change_value="loadname" mouse_margin_width=2 mouse_margin_height=2 left=-200 top=-62 enabled=0 never_active=0 color="255,204,0,255" show_on_menu=0 static_value=1 sound_change="Menu_Type" fixed=0 hint=MENUS_HINTER162 } @MenuGraph "DnButton" { item_type="button" add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" left=210 top=175 image_left=210 image_top=175 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 title="" hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" image_top=-65 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Shaun Patrick ///////////////////////////////////////////////////// @MenuPage "profile1" { scroll=0 show_sound="" render_priority=51 binding_override=0 @MenuList "details" { add_line=MENUS_ADDINS67 add_line=MENUS_ADDINS68 add_line=MENUS_ADDINS69 add_line=MENUS_ADDINS70 add_line=MENUS_ADDINS71 add_line=MENUS_ADDINS72 add_line=MENUS_ADDINS73 add_line=MENUS_ADDINS74 add_line=MENUS_ADDINS75 add_line=MENUS_ADDINS76 add_line=MENUS_ADDINS77 add_line=MENUS_ADDINS78 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Jack Fielding ///////////////////////////////////////////////////// @MenuPage "profile2" { @MenuList "details" { add_line=MENUS_ADDINS79 add_line=MENUS_ADDINS80 add_line=MENUS_ADDINS81 add_line=MENUS_ADDINS82 add_line=MENUS_ADDINS83 add_line=MENUS_ADDINS84 add_line=MENUS_ADDINS85 add_line=MENUS_ADDINS86 add_line=MENUS_ADDINS87 add_line=MENUS_ADDINS88 add_line=MENUS_ADDINS89 add_line=MENUS_ADDINS90 add_line=MENUS_ADDINS91 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Brick Top ///////////////////////////////////////////////////// @MenuPage "profile3" { @MenuList "details" { add_line=MENUS_ADDINS92 add_line=MENUS_ADDINS93 add_line=MENUS_ADDINS94 add_line=MENUS_ADDINS95 add_line=MENUS_ADDINS96 add_line=MENUS_ADDINS97 add_line=MENUS_ADDINS98 add_line=MENUS_ADDINS99 add_line=MENUS_ADDINS100 add_line=MENUS_ADDINS101 add_line=MENUS_ADDINS102 add_line=MENUS_ADDINS103 add_line=MENUS_ADDINS104 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Chan Lee ///////////////////////////////////////////////////// @MenuPage "profile4" { @MenuList "details" { add_line=MENUS_ADDINS105 add_line=MENUS_ADDINS106 add_line=MENUS_ADDINS107 add_line=MENUS_ADDINS108 add_line=MENUS_ADDINS109 add_line=MENUS_ADDINS110 add_line=MENUS_ADDINS111 add_line=MENUS_ADDINS112 add_line=MENUS_ADDINS113 add_line=MENUS_ADDINS114 add_line=MENUS_ADDINS115 add_line=MENUS_ADDINS116 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Brutus the Bartender ///////////////////////////////////////////////////// @MenuPage "profile5" { @MenuList "details" { add_line=MENUS_ADDINS117 add_line=MENUS_ADDINS118 add_line=MENUS_ADDINS119 add_line=MENUS_ADDINS120 add_line=MENUS_ADDINS121 add_line=MENUS_ADDINS122 add_line=MENUS_ADDINS123 add_line=MENUS_ADDINS124 add_line=MENUS_ADDINS125 add_line=MENUS_ADDINS126 add_line=MENUS_ADDINS127 add_line=MENUS_ADDINS128 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Jane Wilson ///////////////////////////////////////////////////// @MenuPage "profile6" { @MenuList "details" { add_line=MENUS_ADDINS129 add_line=MENUS_ADDINS130 add_line=MENUS_ADDINS131 add_line=MENUS_ADDINS132 add_line=MENUS_ADDINS133 add_line=MENUS_ADDINS134 add_line=MENUS_ADDINS135 add_line=MENUS_ADDINS136 add_line=MENUS_ADDINS137 add_line=MENUS_ADDINS138 add_line=MENUS_ADDINS139 add_line=MENUS_ADDINS140 add_line=MENUS_ADDINS140_1 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Lee Brown ///////////////////////////////////////////////////// @MenuPage "profile7" { @MenuList "details" { add_line=MENUS_ADDINS141 add_line=MENUS_ADDINS142 add_line=MENUS_ADDINS143 add_line=MENUS_ADDINS144 add_line=MENUS_ADDINS145 add_line=MENUS_ADDINS146 add_line=MENUS_ADDINS147 add_line=MENUS_ADDINS148 add_line=MENUS_ADDINS149 add_line=MENUS_ADDINS150 add_line=MENUS_ADDINS151 add_line=MENUS_ADDINS152 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Krogen ///////////////////////////////////////////////////// @MenuPage "profile8" { @MenuList "details" { add_line=MENUS_ADDINS153 add_line=MENUS_ADDINS154 add_line=MENUS_ADDINS155 add_line=MENUS_ADDINS156 add_line=MENUS_ADDINS157 add_line=MENUS_ADDINS158 add_line=MENUS_ADDINS159 add_line=MENUS_ADDINS160 add_line=MENUS_ADDINS161 add_line=MENUS_ADDINS162 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Crimson Chastity ///////////////////////////////////////////////////// @MenuPage "profile9" { @MenuList "details" { add_line=MENUS_ADDINS163 add_line=MENUS_ADDINS164 add_line=MENUS_ADDINS165 add_line=MENUS_ADDINS166 add_line=MENUS_ADDINS167 add_line=MENUS_ADDINS168 add_line=MENUS_ADDINS169 add_line=MENUS_ADDINS170 add_line=MENUS_ADDINS171 add_line=MENUS_ADDINS172 add_line=MENUS_ADDINS173 add_line=MENUS_ADDINS174 add_line=MENUS_ADDINS174_1 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Rawhead aka Milbot ///////////////////////////////////////////////////// @MenuPage "profile10" { @MenuList "details" { add_line=MENUS_ADDINS175 add_line=MENUS_ADDINS176 add_line=MENUS_ADDINS177 add_line=MENUS_ADDINS178 add_line=MENUS_ADDINS179 add_line=MENUS_ADDINS180 add_line=MENUS_ADDINS181 add_line=MENUS_ADDINS182 add_line=MENUS_ADDINS183 add_line=MENUS_ADDINS184 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Player profile page displayed when mouse moves over //character - Observer ///////////////////////////////////////////////////// @MenuPage "profile_ob" { @MenuList "details" { add_line=MENUS_ADDINS185 add_line="" add_line=MENUS_ADDINS186 add_line=MENUS_ADDINS187 add_line=MENUS_ADDINS188 left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //Blank profile used to deactivate a displayed profile //when the mouse is not over a character icon and then //display the roster instead. ///////////////////////////////////////////////////// @MenuPage "profile_blank" { // add_onshow_show_page="roster" // add_onhide_hide_page="roster" @MenuList "details" { add_line="" left=-145 top=-98 font_width=0.12 font_height=.16 font="lfont" color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=15 } } ///////////////////////////////////////////////////// //This page is used to hide all menu pages that could be //in the way when a new menu page is selected. ///////////////////////////////////////////////////// @MenuPage "clearpages" { page_enabled=1 add_onhide_hide_page="deploy" add_onhide_hide_page="connection" add_onhide_hide_page="characters" add_onhide_hide_page="maps" add_onhide_hide_page="advanced" add_onhide_hide_page="movement" add_onhide_hide_page="weapons" add_onhide_hide_page="mouse" add_onhide_hide_page="video" add_onhide_hide_page="sound" add_onhide_hide_page="msave" add_onhide_hide_page="mload" add_onhide_hide_page="spsave" add_onhide_hide_page="spload" add_onhide_hide_page="spdifficulty" add_onhide_hide_page="cdkey_page" } ///////////////////////////////////////////////////// //This page is used to hide all player profile pages ///////////////////////////////////////////////////// @MenuPage "clearprofiles" { add_onhide_hide_page="profile1" add_onhide_hide_page="profile2" add_onhide_hide_page="profile3" add_onhide_hide_page="profile4" add_onhide_hide_page="profile5" add_onhide_hide_page="profile6" add_onhide_hide_page="profile7" add_onhide_hide_page="profile8" add_onhide_hide_page="profile9" add_onhide_hide_page="profile10" add_onhide_hide_page="profile_ob" } ///////////////////////////////////////////////////// //This page is used to display the connecting image //to tell the player that the game is trying to //connect to the server. ///////////////////////////////////////////////////// @MenuPage "state_message" { render_priority=99 binding_override=0 use_mouse=0 render_priority=30 keyboard_priority=0 @MenuItem "line1" { font="lfont" left=0 top=-100 font_width=0.5 font_height=0.5 color="255,255,255,255" centre_text=1 never_active=1 } } @MenuPage "server_message" { render_priority=99 binding_override=0 use_mouse=0 keyboard_priority=0 @MenuItem "line1" { enabled=1 font="lfont" left=0 top=40 font_width=.3 font_height=.3 color="255,255,0,255" centre_text=1 never_active=1 max_viewable_chars=28 } @MenuItem "line2" { font_width=.23 font_height=.23 top=80 } @MenuItem "line3" { top=100 } @MenuItem "line4" { top=120 } @MenuItem "mode_message" { enabled=0 font="lfont" left=25 top=-215 font_width=.16 font_height=.16 color="190,190,190,240" centre_text=1 never_active=1 } @MenuValue "server_name" { change_value="servername" value_left=25 value_top=-230 value_font="lfont" value_font_width=0.18 value_font_height=0.18 value_color="210,210,210,240" value_right_align=1 max_viewable_chars=24 centre_text=1 show_cursor=0 never_active=1 value_right_align=0 } } @MenuPage "next" { allow_hide=0 binding_override=1 use_mouse=1 mouse_use_cursor=1 keyboard_priority=50 mouse_color="205,205,145,255" render_priority=50 add_onshow_hide_page="loading_progress_indicator" @MenuGraph "next" { item_type="button" echo_prevent=1 object="buttoneffect" object_highlight="buttoneffect2" object_depress="buttoneffect" add_command="continue" add_command="hide next" title=MENUS_TITLES169 width=150 height=20 left=-25 top=219 font="mfont" font_width=0.5 font_height=0.5 color="190,190,190,255" highlight_color="255,255,255,255" image_left=-75 image_top=215 enabled=1 } } @MenuPage "ingame_characters" { render_priority=50 range_max=0 range_min=0 add_onshow_show_page="menu_back_ground" add_onhide_hide_page="menu_back_ground" add_onshow_show_page="characters" add_onhide_hide_page="characters" @MenuGraph "topbox" { object="blackback" object_color="255,255,255,255" image_left=-320 image_top=-240 width=640 height=70 enabled=0 never_active=1 } @MenuGraph "headbox" { object="blackback" object_color="0,0,0,255" image_left=-305 image_top=-165 width=610 height=25 enabled=0 never_active=1 } @MenuGraph "bottombox" { object="blackback" object_color="0,0,0,255" image_left=-320 image_top=220 width=640 height=20 enabled=0 never_active=1 } @MenuItem "title" { font="lfont" font_width=0.25 font_height=0.25 title=MENUS_TITLES170 left=0 top=-163 color="255,204,0,255" never_active=1 centre_text=1 } @MenuGraph "umclogo_shadow" { object="umcsign01" object_color="0,0,0,100" image_left=-265 image_top=-215 width=80 height=80 never_active=1 } @MenuGraph "umclogo" { object="umcsign01" object_color="255,255,255,255" image_left=-270 image_top=-220 width=80 height=80 never_active=1 } @MenuGraph "moblogo_shadow" { object="mobsign01" object_color="0,0,0,100" image_left=195 image_top=-215 width=80 height=80 never_active=1 } @MenuGraph "moblogo" { object="mobsign01" object_color="255,255,255,255" image_left=200 image_top=-220 width=80 height=80 never_active=1 } } @MenuPage "ingame_umc_characters" { render_priority=50 range_max=0 range_min=0 add_onshow_show_page="menu_back_ground" add_onhide_hide_page="menu_back_ground" add_onshow_show_page="umc_characters" add_onhide_hide_page="umc_characters" @MenuGraph "topbox" { object="blackback" object_color="0,0,0,200" image_left=-320 image_top=-240 width=640 height=70 enabled=0 never_active=1 } @MenuGraph "headbox" { object="blackback" object_color="0,0,0,200" image_left=-305 image_top=-165 width=610 height=25 enabled=0 never_active=1 } @MenuGraph "bottombox" { object="blackback" object_color="0,0,0,200" image_left=-320 image_top=220 width=640 height=20 enabled=0 never_active=1 } @MenuItem "title" { font="lfont" font_width=0.25 font_height=0.25 title=MENUS_TITLES170 left=0 top=-163 color="255,204,0,255" never_active=1 centre_text=1 } @MenuGraph "umclogo_shadow" { object="umcsign01" object_color="0,0,0,100" image_left=-265 image_top=-215 width=80 height=80 never_active=1 } @MenuGraph "umclogo" { object="umcsign01" object_color="255,255,255,255" image_left=-270 image_top=-220 width=80 height=80 never_active=1 } @MenuGraph "moblogo_shadow" { object="mobsign01" object_color="0,0,0,100" image_left=195 image_top=-215 width=80 height=80 never_active=1 } @MenuGraph "moblogo" { object="mobsign01" object_color="255,255,255,255" image_left=200 image_top=-220 width=80 height=80 never_active=1 } } @MenuPage "wizard_header_connection" { echo=0 mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 add_onshow_hide_page="client" add_onshow_show_page="menu_back_ground" add_onshow_show_page="connection" @MenuGraph "Wizard Title" { title="SETUP WIZARD" color="255,255,255,255" font_width=0.4 font_height=0.4 font="lfont" left=0 top=-220 centre_text=1 enabled=0 } @MenuGraph "Wizard Title" { title="select your connection type" color="255,255,255,255" font_width=0.2 font_height=0.2 font="lfont" left=0 top=-180 centre_text=1 } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=204 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=205 image_top=210 width=110 height=14 } @MenuItem "Next Button" { title="Next Page" left=222 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_connection" add_command="hide connection" add_command="hide wizard_start_button" add_command="show wizard_header_playername" hint="" } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=84 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=85 image_top=210 width=110 height=14 } @MenuItem "Exit Button" { title="Exit Wizard" left=93 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_connection" add_command="hide connection" add_command="show wizard_start_button" add_command="show client" hint="" } } @MenuPage "wizard_header_playername" { echo=0 mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 add_onshow_hide_page="connection" add_onshow_hide_page="wizard_header_connection" @MenuGraph "Wizard Title" { title="SETUP WIZARD" color="255,255,255,255" font_width=0.4 font_height=0.4 font="lfont" left=0 top=-220 centre_text=1 enabled=0 } @MenuGraph "Wizard Title" { title="choose your player name" color="255,255,255,255" font_width=0.2 font_height=0.2 font="lfont" left=0 top=-180 centre_text=1 } @MenuGraph "Wizard Title" { title="NAME:" color="255,255,255,255" font_width=0.2 font_height=0.2 font="lfont" left=0 top=-90 centre_text=1 } @MenuGraph "Wizard Title" { title="COLOR USAGE: ^^ symbol followed by a number" color="255,255,255,255" font_width=0.18 font_height=0.18 font="lfont" left=0 top=-40 centre_text=1 } @MenuGraph "Wizard Title" { title="Example:" color="255,255,255,255" font_width=0.18 font_height=0.18 font="lfont" left=0 top=10 centre_text=1 } @MenuGraph "Wizard Title" { title="^^3John Smith ^^6[UMC]" color="255,255,255,255" font_width=0.18 font_height=0.18 font="lfont" left=0 top=30 centre_text=1 } @MenuGraph "Wizard Title" { title="will become" color="255,255,255,255" font_width=0.18 font_height=0.18 font="lfont" left=0 top=50 centre_text=1 } @MenuGraph "Wizard Title" { title=" ^3John Smith ^6[UMC]" color="255,255,255,255" font_width=0.18 font_height=0.18 font="lfont" left=0 top=70 centre_text=1 } @MenuGraph "Wizard Title" { title="COLOR LISTING:" color="255,255,255,255" font_width=0.18 font_height=0.18 font="lfont" left=0 top=130 centre_text=1 } @MenuGraph "Wizard Title" { title=" ^11 ^22 ^33 ^44 ^55 ^66 ^77 ^88 ^99 " color="255,255,255,255" font_width=0.35 font_height=0.35 font="lfont" left=0 top=150 centre_text=1 } @MenuGraph "Wizard Title" { title="0" color="255,204,0,255" font_width=0.35 font_height=0.35 font="lfont" left=223 top=150 centre_text=1 } @MenuGraph "Name Back" { object="menu_row" object_color="20,20,20,255" image_left=-285 image_top=-98 width=570 height=35 } @MenuValue "nameplayer" { title="" add_command="playername" change_value="playername" up_down_execute=0 left=-145 top=-128 font_width=.15 font_height=.20 font="lfont" value_font_width=.24 value_font_height=.24 color="255,204,0,255" highlight_color="255,255,255,255" value="player" value_left=-265 value_top=-90 value_color="190,190,190,255" value_onchange_color="255,255,0,255" value_font="lfont" sound_change="Menu_Type" sound_select="Menu_Type" max_size=32 max_viewable_chars=32 go_next_on_select=1 hint=MENUS_HINTER69 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=204 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=205 image_top=210 width=110 height=14 } @MenuItem "Next Button" { title="Next Page" left=222 top=210 font="lfont" font_width=0.12 font_height=0.16 add_command="hide wizard_header_playername" add_command="show wizard_header_controls1" hint="" } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=84 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=85 image_top=210 width=110 height=14 } @MenuItem "Previous Button" { title="Previous" left=105 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_playername" add_command="hide wizard_start_button" add_command="show connection" add_command="show wizard_header_connection" hint="" } } @MenuPage "wizard_header_controls1" { echo=0 mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 add_onshow_hide_page="wizard_header_playername" add_onhide_hide_page="movement" add_onshow_show_page="movement" @MenuGraph "Wizard Title" { title="SETUP WIZARD" color="255,255,255,255" font_width=0.4 font_height=0.4 font="lfont" left=0 top=-220 centre_text=1 enabled=0 } @MenuGraph "Wizard Title" { title="set movement controls" color="255,255,255,255" font_width=0.2 font_height=0.2 font="lfont" left=0 top=-180 centre_text=1 } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=204 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=205 image_top=210 width=110 height=14 } @MenuItem "Next Button" { title="Next Page" left=222 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_controls1" add_command="show wizard_header_controls2" hint="" } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=84 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=85 image_top=210 width=110 height=14 } @MenuItem "Previous Button" { title="Previous" left=105 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_controls1" add_command="hide movement" add_command="hide wizard_start_button" add_command="show wizard_header_playername" hint="" } } @MenuPage "wizard_header_controls2" { echo=0 mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 add_onshow_hide_page="wizard_header_controls1" add_onhide_hide_page="weapons" add_onshow_show_page="weapons" @MenuGraph "Wizard Title" { title="SETUP WIZARD" color="255,255,255,255" font_width=0.4 font_height=0.4 font="lfont" left=0 top=-220 centre_text=1 enabled=0 } @MenuGraph "Wizard Title" { title="set your controls" color="255,255,255,255" font_width=0.2 font_height=0.2 font="lfont" left=0 top=-180 centre_text=1 } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=204 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=205 image_top=210 width=110 height=14 } @MenuItem "Next Button" { title="Next Page" left=222 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_controls2" add_command="show wizard_header_controls3" hint="" } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=84 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=85 image_top=210 width=110 height=14 } @MenuItem "Previous Button" { title="Previous" left=105 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_controls2" add_command="hide weapons" add_command="hide wizard_start_button" add_command="show wizard_header_controls1" add_command="show movement" hint="" } } @MenuPage "wizard_header_controls3" { echo=0 mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 add_onshow_hide_page="wizard_header_controls2" add_onhide_hide_page="mouse" add_onshow_show_page="mouse" @MenuGraph "Wizard Title" { title="SETUP WIZARD" color="255,255,255,255" font_width=0.4 font_height=0.4 font="lfont" left=0 top=-220 centre_text=1 enabled=0 } @MenuGraph "Wizard Title" { title="select mouse sensitivity settings" color="255,255,255,255" font_width=0.2 font_height=0.2 font="lfont" left=0 top=-180 centre_text=1 } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=204 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=205 image_top=210 width=110 height=14 } @MenuItem "Next Button" { title="Next Page" left=222 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_controls3" add_command="show wizard_header_sound" hint="" } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=84 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=85 image_top=210 width=110 height=14 } @MenuItem "Previous Button" { title="Previous" left=105 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_controls3" add_command="hide mouse" add_command="hide wizard_start_button" add_command="show wizard_header_controls2" add_command="show weapons" hint="" } } @MenuPage "wizard_header_sound" { echo=0 mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 add_onshow_hide_page="wizard_header_controls3" add_onhide_hide_page="sound" add_onshow_show_page="sound" @MenuGraph "Wizard Title" { title="SETUP WIZARD" color="255,255,255,255" font_width=0.4 font_height=0.4 font="lfont" left=0 top=-220 centre_text=1 enabled=0 } @MenuGraph "Wizard Title" { title="sound volume & quality settings" color="255,255,255,255" font_width=0.2 font_height=0.2 font="lfont" left=0 top=-180 centre_text=1 } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=204 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=205 image_top=210 width=110 height=14 } @MenuItem "Next Button" { title="Next Page" left=222 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_sound" add_command="show wizard_header_video" hint="" } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=84 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=85 image_top=210 width=110 height=14 } @MenuItem "Previous Button" { title="Previous" left=105 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_sound" add_command="hide sound" add_command="hide wizard_start_button" add_command="show wizard_header_controls3" add_command="show mouse" hint="" } } @MenuPage "wizard_header_video" { echo=0 mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 add_onshow_hide_page="wizard_header_controls3" add_onshow_hide_page="wizard_start_button" row_height=13 scroll=1 scroll_height=280 scroll_horz_step=0 scroll_vert_step=13 example_item="Res" @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=204 image_top=209 width=112 height=16 centre_text=0 enabled=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=205 image_top=210 width=110 height=14 } @MenuItem "Next Button" { title="Next Page" left=222 top=210 font="lfont" font_width=0.12 font_height=0.16 centre_text=0 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_video" add_command="reset_renderer" add_command="show wizard_confirm" hint="" } @MenuGraph "button_border" { object="buttoneffect" title="" object_color="255,25,25,255" image_left=84 image_top=209 width=112 height=16 centre_text=0 } @MenuGraph "Button Back" { object="menu_row" object_color="50,50,50,255" image_left=85 image_top=210 width=110 height=14 } @MenuItem "Previous Button" { title="Previous" left=105 top=210 font="lfont" font_width=0.12 font_height=0.16 color="190,190,190,255" highlight_color="255,255,255,255" mouse_margin_width=10 mouse_margin_height=8 enabled=1 never_active=0 add_command="hide wizard_header_video" add_command="hide video" add_command="hide wizard_start_button" add_command="show wizard_header_sound" add_command="show sound" hint="" } @MenuGraph "texbox" { object="menu_row" object_color="5,15,15,200" image_left=-304 image_top=-128 width=294 height=19 enabled=0 never_active=1 } @MenuGraph "directbox" { image_top=-107 } @MenuGraph "dynambox" { image_top=-86 } @MenuGraph "modelbox" { image_top=-65 } @MenuGraph "Gammabox" { image_top=-44 height=40 } @MenuGraph "vsyncbox" { image_top=-2 height=19 } @MenuGraph "antialiasingbox" { image_top=40 height=40 } @MenuGraph "anisotropybox" { image_top=82 height=19 } @MenuGraph "colordepthbox" { image_top=19 height=19 } @MenuGraph "resbox" { image_left=10 image_top=-128 height=19 } @MenuGraph "resbox2" { image_left=145 image_top=-107 width=158 height=300 } @MenuValue "CurTex" { title=MENUS_TITLES125 change_value="texdetail" add_command="texdetail" left=-300 top=-127 value_left=-90 value_top=-127 max_viewable_chars=6 font="lfont" font_width=0.13 font_height=0.19 value_font="lfont" value_font_width=0.13 value_font_height=0.19 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=-3 max_value=1 no_data_modify=1 add_history=MENUS_TITLES180 add_history=MENUS_TITLES181 add_history=MENUS_TITLES182 add_history=MENUS_TITLES183 add_history=MENUS_TITLES184 use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER115 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "Directlight" { title=MENUS_TITLES177 change_value="lqchrlighting" add_command="lqchrlighting" left=-300 top=-105 value_left=-90 value_top=-105 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=1 no_data_modify=1 add_history=MENUS_TITLES185 add_history=MENUS_TITLES181 use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER165 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "Dynamiclight" { title=MENUS_TITLES178 change_value="nodlighting" add_command="nodlighting" left=-300 top=-85 value_left=-90 value_top=-85 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=1 no_data_modify=1 add_history="ON" add_history="OFF" use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER164 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "Modeldetail" { title=MENUS_TITLES179 change_value="lodbias" add_command="lodbias" left=-300 top=-64 value_left=-90 value_top=-64 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=3 no_data_modify=1 add_history=MENUS_TITLES185 add_history=MENUS_TITLES182 add_history=MENUS_TITLES181 add_history=MENUS_TITLES180 use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER166 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "vsyncadjust" { title=MENUS_VSYNC change_value="vsync" add_command="vsync" left=-300 top=0 value_left=-90 value_top=0 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=1 no_data_modify=1 add_history="OFF" add_history="ON" use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER_VSYNC hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "antialiasadjust" { title=MENUS_ANTIALIAS color="255,204,0,255" highlight_color="255,255,255,255" left=-300 top=42 font_width=0.12 font_height=0.18 font="lfont" sound_change="Menu_Type" sound_select="Menu_Type" hint=MENUS_HINTER_FSAA hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "AA_Off" { object="lwhiteback" object_color="50,50,50,100" title=MENUS_AA_OFF add_command="fsaa 0" add_command="fsaamode 0" left=-293 top=59 image_left=-294 image_top=61 width=34 height=13 enabled=1 color="255,204,0,255" highlight_color="255,255,255,255" sound_select="Menu_Type" never_active=0 in_tab_order=1 font_width=0.15 font_height=0.20 font="lfont" hint=MENUS_HINTER_AA_OFF hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuGraph "AA_1" { title=MENUS_AA_1 add_command="fsaa 1" add_command="fsaamode 1" left=-242 image_left=-254 hint=MENUS_HINTER_AA_1 } @MenuGraph "AA_2" { title=MENUS_AA_2 add_command="fsaa 1" add_command="fsaamode 2" left=-202 image_left=-214 hint=MENUS_HINTER_AA_2 } @MenuGraph "AA_4" { title=MENUS_AA_4 add_command="fsaa 1" add_command="fsaamode 4" left=-163 image_left=-174 hint=MENUS_HINTER_AA_4 } @MenuGraph "AA_6" { title=MENUS_AA_6 add_command="fsaa 1" add_command="fsaamode 6" left=-122 image_left=-134 hint=MENUS_HINTER_AA_6 } @MenuGraph "AA_8" { title=MENUS_AA_8 add_command="fsaa 1" add_command="fsaamode 8" left=-82 image_left=-94 hint=MENUS_HINTER_AA_8 } @MenuGraph "AA_16" { title=MENUS_AA_16 add_command="fsaa 1" add_command="fsaamode 16" left=-49 image_left=-54 hint=MENUS_HINTER_AA_16 } @MenuValue "anisotropyadjust" { title=MENUS_ANISOTROPY change_value="anisotropy" add_command="anisotropy" left=-300 top=84 value_left=-90 value_top=84 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" add_history="0" add_history="1" add_history="2" add_history="4" add_history="6" add_history="8" add_history="16" use_history=1 use_history_values=0 show_cursor=0 hint=MENUS_HINTER_ANISOTROPY hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "colordepthadjust" { title=MENUS_COLORDEPTH change_value="colordepth" add_command="colordepth" left=-300 top=21 value_left=-90 value_top=21 max_viewable_chars=6 color="255,204,0,255" highlight_color="255,255,255,255" value_color="190,190,190,255" value_onchange_color="255,255,255,255" sound_select="Menu_Type" min_value=0 max_value=2 no_data_modify=1 add_history=MENUS_AUTO add_history=MENUS_HICOLOR add_history=MENUS_TRUECOLOR use_history=1 use_history_values=1 show_cursor=0 hint=MENUS_HINTER_COLORDEPTH hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuValue "CurRes" { title=MENUS_TITLES126 change_value="res" value="640x480" left=14 top=-127 max_viewable_chars=9 enabled=0 never_active=1 min_value=-1 max_value=-1 use_history=0 use_history_values=0 value="640x480" value_left=175 value_top=-126 value_font_width=0.189 value_font_height=0.18 hint=MENUS_HINTER116 } @MenuValue "fsaamodenum" { change_value="fsaamode" value_left=-90 value_top=42 value_font_width=0.12 value_font_height=0.18 value_color="225,225,225,245" show_cursor=0 enabled=0 never_active=1 } @MenuValue "gammanum" { change_value="gamma" value_left=-90 value_top=-41 value_font_width=0.12 value_font_height=0.18 value_color="225,225,225,245" show_cursor=0 enabled=0 never_active=1 } @MenuItem "Res" { item_type="reslist" title="" add_command="res" change_value="res" left=154 top=-105 font="lfont" font_width=0.185 font_height=0.18 color="255,204,0,255" show_on_menu=0 enabled=0 fixed=0 static_value=1 hint=MENUS_HINTER117 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuSlider "Gamma" { title=MENUS_TITLES176 change_value="gamma" add_command="gamma" left=-300 top=-41 font="lfont" font_width=0.13 font_height=0.19 color="255,204,0,255" highlight_color="255,255,255,255" sound_select="Menu_Type" max_value=400 min_value=50 scalar=100 notch_image="onring" background_image="black" background_left=-296 background_top=-20 background_width=278 background_height=10 notch_image_top=-20 notch_image_width=10 notch_image_height=10 hint=MENUS_HINTER163 hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" } @MenuList "videonote" { max_size=80 add_line=MENUS_ADDINS190 add_line=MENUS_ADDINS191 add_line=MENUS_ADDINS192 add_line=MENUS_ADDINS193 font="lfont" font_width=0.08 font_height=0.12 left=-304 top=135 color="255,204,0,255" highlight_color="255,255,0,255" enabled=0 never_active=1 row_height=7 } @MenuGraph "DnButton" { item_type="button" title="" add_command="sdown" sound_select="Menu_Type" object="menudown2" object_highlight="menudown2" object_depress="menudown2" object_color="255,245,0,255" left=288 top=170 image_left=288 image_top=170 width=9 height=20 enabled=1 never_active=0 in_tab_order=0 two_state_button=0 out_range_title_draw=0 range_activated=0 hint="" } @MenuGraph "UpButton" { add_command="sup" object="menuup2" object_highlight="menuup2" object_depress="menuup2" top=-100 image_top=-100 } @MenuGraph "Wizard Title" { title="SETUP WIZARD" color="255,255,255,255" font_width=0.4 font_height=0.4 font="lfont" left=0 top=-220 centre_text=1 enabled=0 } @MenuGraph "Wizard Title" { title="sound volume & quality settings" color="255,255,255,255" font_width=0.2 font_height=0.2 font="lfont" left=0 top=-180 centre_text=1 } } @MenuPage "wizard_start_button" { echo=0 mouse_color="205,205,145,255" render_priority=51 keyboard_priority=50 mouse_font_width=1.5 mouse_font_height=1.5 mouse_point_offset_x=-12 mouse_point_offset_y=-12 binding_override=1 use_mouse=1 mouse_use_cursor=1 @MenuGraph "button_border" { object="buttoneffect" object_color="255,25,25,255" image_left=204 image_top=179 width=112 height=16 centre_text=0 enabled=0 } @MenuGraph "Button Back" { object="menu_row" object_color="20,20,20,255" image_left=205 image_top=180 width=110 height=14 } @MenuItem "Setup Wizard" { title="Setup Wizard" font="lfont" font_width=0.12 font_height=0.16 left=208 top=180 add_command="show clearpages" add_command="hide clearpages" add_command="hide client" add_command="show wizard_header_connection" add_command="show connection" add_command="hide wizard_start_button" hint="Quickly walk through all setup menus" hint_left=-310 hint_top=203 hint_font="lfont" hint_font_width=0.15 hint_font_height=.20 hint_color="190,190,190,255" enabled=1 } }