home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-01-13 | 21.8 KB | 1,080 lines |
- #include "ui/menudef.h"
-
- {
- \\ SETUP MENU \\
-
- menuDef {
- name "ingame_configcontrols"
- visible 0
- fullscreen 0
- //background "filter2"
- rect 202 60 438 420
- focusColor 1 1 1 1
- style 1
- border 1
- onClose {
- uiScript saveControls
- }
- onOpen {
- play "sound/UI/menu1.wav" ;
- hide grpControls ;
- show look ;
- hide litebar;
- show look_litebar;
- uiScript loadControls;
- }
- onEsc { close ingame_configcontrols ; close ingame_confignav ; open ingame_main }
-
-
-
-
- //Buttons//
-
- //Look Button//
- itemDef {
- name lookbar
- group button
- style WINDOW_STYLE_FILLED
- rect 75 335 55 20
- backcolor .66 1 0 .7
- visible 0
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- hide litebar;
- show look_litebar;
- show look }
- }
- itemDef {
- name look_litebar
- group litebar
- style WINDOW_STYLE_FILLED
- rect 75 335 55 20
- backcolor .66 1 0 .7
- visible 0
- decoration
- }
- itemDef {
- name brace
- group button
- style 3
- rect 62 332 26 26
- background "ui/sidrial/sub/brace.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- hide litebar;
- show look_litebar;
- show look }
- }
- itemDef {
- name brace
- group button
- style 3
- rect 117 332 26 26
- background "ui/sidrial/sub/brace_right.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- hide litebar;
- show look_litebar;
- show look }
- }
- itemDef {
- name ctr_look
- text "Look"
- type 1
- textscale .25
- textstyle 6
- group grpControlbutton
- type ITEM_TYPE_BUTTON
- style WINDOW_STYLE_FILLED
- rect 75 335 55 20
- textalign 1
- textalignx 27
- textaligny 15
- forecolor .66 1 0 1
- visible 1
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- hide litebar;
- show look_litebar;
- show look }
- mouseEnter { show message_look; transition lookbar 75 345 55 0 75 335 55 20 20 5 }
- mouseExit { hide message_look; transition lookbar 75 335 55 20 75 345 55 0 20 5}
- }
-
- //Move Button//
- itemDef {
- name movebar
- group button
- style WINDOW_STYLE_FILLED
- rect 150 335 55 20
- backcolor .66 1 0 .7
- visible 0
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- hide litebar;
- show move_litebar;
- show move }
- }
- itemDef {
- name move_litebar
- group litebar
- style WINDOW_STYLE_FILLED
- rect 150 335 55 20
- backcolor .66 1 0 .7
- visible 0
- decoration
- }
- itemDef {
- name brace
- group button
- style 3
- rect 137 332 26 26
- background "ui/sidrial/sub/brace.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- hide litebar;
- show move_litebar;
- show move }
- }
- itemDef {
- name brace
- group button
- style 3
- rect 192 332 26 26
- background "ui/sidrial/sub/brace_right.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- hide litebar;
- show move_litebar;
- show move }
- }
- itemDef {
- name ctr_move
- text "Move"
- type 1
- textscale .25
- textstyle 6
- group grpControlbutton
- type ITEM_TYPE_BUTTON
- style WINDOW_STYLE_FILLED
- rect 150 335 55 20
- textalign 1
- textalignx 27
- textaligny 15
- forecolor .66 1 0 1
- visible 1
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- hide litebar;
- show move_litebar;
- show move }
- mouseEnter { show message_move; transition movebar 150 345 55 0 150 335 55 20 20 5 }
- mouseExit { hide message_move; transition movebar 150 335 55 20 150 345 55 0 20 5}
- }
-
- //Shoot Button//
- itemDef {
- name shootbar
- group button
- style WINDOW_STYLE_FILLED
- rect 225 335 55 20
- backcolor .66 1 0 .7
- visible 0
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- show shoot ;
- hide litebar;
- show shoot_litebar;}
- }
- itemDef {
- name shoot_litebar
- group litebar
- style WINDOW_STYLE_FILLED
- rect 225 335 55 20
- backcolor .66 1 0 .7
- visible 0
- decoration
- }
- itemDef {
- name brace
- group button
- style 3
- rect 212 332 26 26
- background "ui/sidrial/sub/brace.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- show shoot ;
- hide litebar;
- show shoot_litebar;}
- }
- itemDef {
- name brace
- group button
- style 3
- rect 267 332 26 26
- background "ui/sidrial/sub/brace_right.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- show shoot ;
- hide litebar;
- show shoot_litebar;}
- }
- itemDef {
- name ctr_shoot
- text "Shoot"
- type 1
- textscale .25
- textstyle 6
- group grpControlbutton
- type ITEM_TYPE_BUTTON
- style WINDOW_STYLE_FILLED
- rect 225 335 55 20
- textalign 1
- textalignx 27
- textaligny 15
- forecolor .66 1 0 1
- visible 1
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- show shoot ;
- hide litebar;
- show shoot_litebar;}
- mouseEnter { show message_shoot; transition shootbar 225 345 55 0 225 335 55 20 20 5 }
- mouseExit { hide message_shoot; transition shootbar 225 335 55 20 225 345 55 0 20 5}
- }
-
- //Misc Button//
- itemDef {
- name miscbar
- group button
- style WINDOW_STYLE_FILLED
- rect 300 335 55 20
- backcolor .66 1 0 .7
- visible 0
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- show misc;
- hide litebar;
- show misc_litebar;}
- }
- itemDef {
- name misc_litebar
- group litebar
- style WINDOW_STYLE_FILLED
- rect 300 335 55 20
- backcolor .66 1 0 .7
- visible 0
- decoration
- }
- itemDef {
- name brace
- group button
- style 3
- rect 287 332 26 26
- background "ui/sidrial/sub/brace.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- show misc;
- hide litebar;
- show misc_litebar;}
- }
- itemDef {
- name brace
- group button
- style 3
- rect 342 332 26 26
- background "ui/sidrial/sub/brace_right.tga"
- backcolor 0 0 0 0
- forecolor 1 1 1 1
- visible 1
- decoration
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- show misc;
- hide litebar;
- show misc_litebar;}
- }
- itemDef {
- name ctr_miscellaneous
- text "Misc"
- type 1
- textscale .25
- textstyle 6
- group grpControlbutton
- style WINDOW_STYLE_FILLED
- rect 300 335 55 20
- textalign 1
- textalignx 27
- textaligny 15
- forecolor .66 1 0 1
- visible 1
- action { play "sound/UI/menu3.wav" ;
- hide grpControls ;
- show misc;
- hide litebar;
- show misc_litebar;}
- mouseEnter { show message_misc; transition miscbar 300 345 55 0 300 335 55 20 20 5 }
- mouseExit { hide message_misc; transition miscbar 300 335 55 20 300 345 55 0 20 5}
- }
-
-
- //Look Menu//
- itemDef {
- name look
- group grpControls
- type ITEM_TYPE_BIND
- text "Lookup:"
- cvar "+lookup"
- rect 79 50 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name look
- group grpControls
- type ITEM_TYPE_BIND
- text "Look Down:"
- cvar "+lookdown"
- rect 79 65 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name look
- group grpControls
- type ITEM_TYPE_BIND
- text "Mouse Look:"
- cvar "+mlook"
- rect 79 80 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name look
- group grpControls
- type ITEM_TYPE_BIND
- text "Centerview:"
- cvar "centerview"
- rect 79 95 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name look
- group grpControls
- type ITEM_TYPE_BIND
- text "ZoomView:"
- cvar "+zoom"
- rect 79 110 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name look
- group grpControls
- type ITEM_TYPE_YESNO
- text "Free Look:"
- cvar "cl_freelook"
- rect 79 125 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
- }
-
-
- //Move Menu//
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_YESNO
- text "Always Run:"
- cvar "cl_run"
- rect 79 50 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
- }
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Run / Walk:"
- cvar "+speed"
- rect 79 65 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Forward:"
- cvar "+forward"
- rect 79 80 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Backpedal:"
- cvar "+back"
- rect 79 95 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Move Left:"
- cvar "+moveleft"
- rect 79 110 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Move Right:"
- cvar "+moveright"
- rect 79 125 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Jump:"
- cvar "+moveup"
- rect 79 140 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Crouch:"
- cvar "+movedown"
- rect 79 155 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Turn Left:"
- cvar "+left"
- rect 79 170 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Turn Right:"
- cvar "+right"
- rect 79 185 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name move
- group grpControls
- type ITEM_TYPE_BIND
- text "Strafe:"
- cvar "+strafe"
- rect 79 200 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- //Shoot Menu//
- itemDef {
- name shoot
- group grpControls
- type ITEM_TYPE_BIND
- text "Attack:"
- cvar "+attack"
- rect 79 50 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
-
- itemDef {
- name shoot
- group grpControls
- type ITEM_TYPE_BIND
- text "Previous Weapon:"
- cvar "weapprev"
- rect 79 65 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name shoot
- group grpControls
- type ITEM_TYPE_BIND
- text "Next Weapon:"
- cvar "weapnext"
- rect 79 80 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name shoot
- group grpControls
- type ITEM_TYPE_YESNO
- text "Autoswitch:"
- cvar "cg_autoswitch"
- rect 79 95 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
- }
- itemDef {
- name shoot
- group grpControls
- type ITEM_TYPE_BIND
- text "Invader Gat:"
- cvar "weapon 11"
- rect 79 110 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name shoot
- group grpControls
- type ITEM_TYPE_BIND
- text "Invader Grenner:"
- cvar "weapon 12"
- rect 79 125 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name shoot
- group grpControls
- type ITEM_TYPE_BIND
- text "Invader Blaster:"
- cvar "weapon 13"
- rect 79 140 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name shoot
- group grpControls
- type ITEM_TYPE_BIND
- text "Jetpack:"
- cvar "+button5"
- rect 79 155 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- //Misc Menu//
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Show Scores:"
- cvar "+scores"
- rect 79 50 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Scroll Scores Up:"
- cvar "scoresUp"
- rect 79 65 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Scroll Scores Down:"
- cvar "scoresDown"
- rect 79 80 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Use:"
- cvar "+button6"
- rect 79 95 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Chat:"
- cvar "messagemode"
- rect 79 110 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Team Chat:"
- cvar "messagemode2"
- rect 79 125 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Quick Save:"
- cvar "quicksave"
- rect 79 140 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Quick Load:"
- cvar "quickload"
- rect 79 155 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
-
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_BIND
- text "Gesture:"
- cvar "+button3"
- rect 79 170 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show keyBindStatus ; }
- mouseexit { hide keyBindStatus ; }
- }
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_YESNO
- text "Invert Mouse:"
- cvar "ui_mousePitch"
- rect 79 185 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- action { uiScript update ui_mousePitch }
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
- }
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_YESNO
- text "Smooth Mouse:"
- cvar "m_filter"
- rect 79 200 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
- }
- itemDef {
- name misc
- group grpControls
- type ITEM_TYPE_SLIDER
- text "Mouse Sensitivity:"
- cvarfloat "sensitivity" 5 1 30
- rect 79 215 256 15
- textalign ITEM_ALIGN_RIGHT
- textalignx 128
- textaligny 12
- textscale .25
- forecolor .66 1 0 1
- visible 0
- mouseenter { show slider_message }
- mouseexit { hide slider_message }
- }
- // TOOLS MESSAGES //
-
- itemDef {
- name yesno_message
- rect 118 360 128 30
- text "Select the Item to Toggle to Yes or No"
- forecolor 1 1 1 1
- textscale .3
- textstyle 6
- textalignx 1
- textalign 1
- textaligny 25
- visible 0
- decoration
- }
- itemDef {
- name slider_message
- rect 118 360 128 30
- text "Drag the Slider to Increase and Decrease"
- forecolor 1 1 1 1
- textstyle 6
- textscale .3
- textalignx 1
- textalign 1
- textaligny 25
- visible 0
- decoration
- }
- itemDef {
- name keyBindStatus
- rect 118 360 256 80
- autowrapped
- text "Press ENTER or Click to Change,"
- " BACKSPACE Clears"
- forecolor 1 1 1 1
- textstyle 6
- textscale .3
- textalignx 0
- textalign 1
- textaligny 25
- visible 0
- decoration
- }
- itemDef {
- name message_look
- group grpmessage
- style 0
- rect 118 360 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Select to Edit View Controls"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_move
- group grpmessage
- style 0
- rect 118 360 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Select to Edit Movement Controls"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
- itemDef {
- name message_shoot
- group grpmessage
- style 0
- rect 118 360 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Select to Edit Firing and Weapon Selection"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
- itemDef {
- name message_misc
- group grpmessage
- style 0
- rect 118 360 128 30
- textalign 1
- textstyle 6
- textalignx 0
- textaligny 25
- textscale .3
- text "Select to Edit Misc. Settings"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
- }
-
- }
-
- }
-