1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312 |
- //------------------------------------------------------------------------------------------------
- // Mission Select 3 Menu
- //
- // Select missions from the 3rd tier.
- //
- //------------------------------------------------------------------------------------------------
- {
- menuDef
- {
- name "ingameMissionSelect3"
- fullScreen 1
- rect 0 0 640 480
- visible 1
- focusColor 1 1 1 1
- descX 200
- descY 444
- descScale 1
- descColor 1 .682 0 .8
- descAlignment ITEM_ALIGN_CENTER
- disablecolor .5 .5 .5 1
- fadeClamp 1.0 // sets the fadeup alpha
- fadeCycle 25 // how often fade happens in milliseconds
- fadeAmount 0.05 // amount to adjust alpha per cycle
- onOpen
- {
- show mission_button
- stopVoice
- }
- onESC
- {
- }
- //----------------------------------------------------------------------------------------------
- // MENU BACKGROUND
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name background
- group none
- style WINDOW_STYLE_SHADER
- rect 0 0 640 480
- background "gfx/menus/mission_back"
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name eyecandy1
- group none
- style WINDOW_STYLE_SHADER
- rect 17 309 357 153
- background "gfx/menus/mission_bottomleft_grid"
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name botlf
- group none
- style WINDOW_STYLE_SHADER
- rect 0 300 80 180
- background "gfx/menus/mission_bottom_left"
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name starfield
- group none
- style WINDOW_STYLE_FILLED
- rect 20 20 600 256
- background "gfx/menus/star_field"
- backcolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name stars_close
- group none
- style WINDOW_STYLE_FILLED
- rect 20 20 600 256
- background "gfx/menus/star_field_zoom"
- backcolor 1 1 1 0
- visible 1
- decoration
- }
- //----------------------------------------------------------------------------------------------
- // BIG PLANET GRAPHICS
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name big_planet
- group none
- style WINDOW_STYLE_FILLED
- rect 320 148 0 0
- background "gfx/menus/planets/yalara"
- backcolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name yalara
- group none
- style WINDOW_STYLE_FILLED
- rect 320 148 0 0
- background "gfx/menus/planets/yalara"
- backcolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name chandrila
- group none
- style WINDOW_STYLE_FILLED
- rect 320 148 0 0
- background "gfx/menus/planets/chandrila"
- backcolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name ordmantell
- group none
- style WINDOW_STYLE_FILLED
- rect 320 148 0 0
- background "gfx/menus/planets/ordman"
- backcolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name tanaab
- group none
- style WINDOW_STYLE_FILLED
- rect 320 148 0 0
- background "gfx/menus/planets/tanaab"
- backcolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name byss
- group none
- style WINDOW_STYLE_FILLED
- rect 320 148 0 0
- background "gfx/menus/planets/byss"
- backcolor 1 1 1 1
- visible 1
- decoration
- }
- //----------------------------------------------------------------------------------------------
- // GALAXY MAP
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name galaxy
- group none
- style WINDOW_STYLE_FILLED
- rect 64 20 512 256
- background "gfx/menus/mission_galaxy"
- backcolor 1 1 1 1
- visible 1
- decoration
- }
- itemDef
- {
- name map_title
- type ITEM_TYPE_TEXT
- rect 40 14 600 18
- text @MENUS_GALACTIC_MAP
- font 2
- forecolor .549 .854 1 1
- textscale 1
- textalign ITEM_ALIGN_CENTER
- textalignx 300
- textaligny -1
- visible 1
- }
-
- //----------------------------------------------------------------------------------------------
- // TIER 3 LOCATION MARKERS ON GALAXY MAP
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name loc_but01_off
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 270 109 20 20
- background "gfx/menus/mission_loc_but_off"
- forecolor 1 1 1 1
- visible 1
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_rift"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but01_on
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 270 109 20 20
- background "gfx/menus/mission_loc_but_on"
- forecolor 1 1 1 1
- visible 0
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_rift"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but02_off
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 380 122 30 30
- background "gfx/menus/mission_loc_but_off"
- forecolor 1 1 1 1
- visible 1
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_stamp"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but02_on
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 380 122 30 30
- background "gfx/menus/mission_loc_but_on"
- forecolor 1 1 1 1
- visible 0
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_stamp"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but03_off
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 170 152 23 23
- background "gfx/menus/mission_loc_but_off"
- forecolor 1 1 1 1
- visible 1
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_hevil"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but03_on
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 170 152 23 23
- background "gfx/menus/mission_loc_but_on"
- forecolor 1 1 1 1
- visible 0
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_hevil"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but04_off
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 295 104 20 20
- background "gfx/menus/mission_loc_but_off"
- forecolor 1 1 1 1
- visible 1
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_byss"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but04_on
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 295 104 20 20
- background "gfx/menus/mission_loc_but_on"
- forecolor 1 1 1 1
- visible 0
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_byss"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but05_off
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 380 70 18 18
- background "gfx/menus/mission_loc_but_off"
- forecolor 1 1 1 1
- visible 1
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_bounty"
- }
- cvarSubString
- }
- itemDef
- {
- name loc_but05_on
- group location_marker
- style WINDOW_STYLE_SHADER
- rect 380 70 18 18
- background "gfx/menus/mission_loc_but_on"
- forecolor 1 1 1 1
- visible 0
- decoration
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_bounty"
- }
- cvarSubString
- }
- itemDef
- {
- name planet_name
- type ITEM_TYPE_TEXT
- rect 52 316 288 24
- font 2
- forecolor .549 .854 1 1
- textscale .8
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- autowrapped
- decoration
- }
-
- //----------------------------------------------------------------------------------------------
- // MODELS FOR V-O
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name luke
- group models
- type ITEM_TYPE_MODEL
- rect 415 285 149 149
- model_g2anim "BOTH_STAND1_TALK2"
- model_g2skin "models/players/luke/model_menu.skin"
- asset_model "models/players/luke/model.glm"
- model_angle 180
- //mins maxs format is apparently z x y (hmmm... y x z?)
- model_g2mins 15 -20 18
- model_g2maxs 60 20 55
- model_rotation 0
- model_fovx 10
- model_fovy 10
- isCharacter 1
- visible 0
- decoration
- }
- itemDef
- {
- name kyle
- group models
- type ITEM_TYPE_MODEL
- rect 415 288 145 145
- model_g2anim "BOTH_STAND1_TALK2"
- model_g2skin "models/players/kyle/model_menu.skin"
- asset_model "models/players/kyle/model.glm"
- model_angle 180
- model_g2mins 15 -20 18
- model_g2maxs 60 20 55
- model_rotation 0
- model_fovx 10
- model_fovy 10
- isCharacter 1
- visible 0
- decoration
- }
- itemDef
- {
- name prot
- group models
- type ITEM_TYPE_MODEL
- rect 426 317 116 116
- model_g2anim "BOTH_STAND1_TALK2"
- model_g2skin "models/players/protocol/model_menu.skin"
- asset_model "models/players/protocol/model.glm"
- model_angle 180
- model_g2mins 15 -20 17
- model_g2maxs 60 20 50
- model_rotation 0
- model_fovx 10
- model_fovy 10
- isCharacter 1
- visible 0
- decoration
- }
- //----------------------------------------------------------------------------------------------
- // BUTTONS
- //----------------------------------------------------------------------------------------------
- //GENERAL BACK BUTTON - if you don't want mission
- itemDef
- {
- name backbut
- type ITEM_TYPE_BUTTON
- rect 52 430 172 24
- text @MENUS_BACK_CAPS
- desctext @MENUS_DIFF_MISSION
- font 2
- forecolor 1 .682 0 1
- textscale .8
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- mouseEnter
- {
- show button_glow
- setitemrect button_glow 15 430 200 20
- }
- mouseExit
- {
- hide button_glow
- }
- action
- {
- play "sound/interface/esc.wav"
- fadein starfield
- fadein galaxy
- fadeout stars_close
- transition2 loc_but01_off 270 109 20 20 20 25
- transition2 loc_but02_off 380 122 30 30 20 25
- transition2 loc_but03_off 170 152 23 23 20 25
- transition2 loc_but04_off 295 104 20 20 20 25
- transition2 loc_but05_off 380 70 18 18 20 25
- hide backbut
-
- hide planet_name
-
- show mission_button
-
- hide accbuttons
-
- hide briefing_text
-
- hide big_planet
-
- hide planet_name
- show map_title
-
- hide briefing_background
- hide briefing_text
- hide button_glow
- }
- }
- //----------------------------------------------------------------------------------------------
- // TIER 3 MISSION BUTTONS
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name map_title
- type ITEM_TYPE_TEXT
- rect 10 305 400 20
- text @MENUS_MISSIONS
- font 2
- forecolor .549 .854 1 1
- textscale 1
- textalign ITEM_ALIGN_CENTER
- textalignx 200
- textaligny -1
- visible 1
- }
-
- itemDef
- {
- name miss1
- group mission_button
- type ITEM_TYPE_BUTTON
- rect 52 330 224 20
- text @MENUS_T3_RIFT_TITLE
- desctext @MENUS_CLICK_BRIEFING
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 1
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_rift"
- }
- cvarSubString
- mouseEnter
- {
- hide loc_but01_off
- show loc_but01_on
-
- show planet_name
- setitemtext planet_name @MENUS_CHANDRILA
- setitemrect planet_name 150 90 120 26
-
- show button_glow
- setitemrect button_glow 20 328 380 22
- }
- mouseExit
- {
- hide loc_but01_on
- show loc_but01_off
-
- hide planet_name
- hide button_glow
- }
- action
- {
- play "sound/weapons/force/protect.wav"
-
- fadeout starfield
- fadeout galaxy
-
- fadein stars_close
-
- transition2 loc_but01_off 280 119 0 0 20 25
- transition2 loc_but02_off 395 137 0 0 20 25
- transition2 loc_but03_off 181 163 0 0 20 25
- transition2 loc_but04_off 305 114 0 0 20 25
- transition2 loc_but05_off 389 79 0 0 20 25
-
- hide loc_but01_on
- hide loc_but02_on
- hide loc_but03_on
- hide loc_but04_on
- hide loc_but05_on
-
- setitembackground big_planet "gfx/menus/planets/chandrila"
- transition2 big_planet 192 20 256 256 10 15
-
- transition2 planet_name 270 250 256 256 20 15
-
- hide mission_button
-
- show backbut
- show accbut1
-
- show briefing_background
- show briefing_text
- setitemtext briefing_text @BRIEFINGS_T3_RIFT
-
- hide map_title
- hide button_glow
-
- }
- }
- itemDef
- {
- name miss2
- group mission_button
- type ITEM_TYPE_BUTTON
- rect 52 353 224 20
- text @MENUS_T3_STAMPEDE_TITLE
- desctext @MENUS_CLICK_BRIEFING
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 1
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_stamp"
- }
- cvarSubString
- mouseEnter
- {
- hide loc_but02_off
- show loc_but02_on
-
- show planet_name
- setitemtext planet_name @MENUS_TANAAB
- setitemrect planet_name 420 180 120 26
-
- show button_glow
- setitemrect button_glow 20 351 380 22
- }
- mouseExit
- {
- hide loc_but02_on
- show loc_but02_off
-
- hide planet_name
- hide button_glow
- }
- action
- {
- play "sound/weapons/force/protect.wav"
- fadeout starfield
- fadeout galaxy
- fadein stars_close
- transition2 loc_but01_off 280 119 0 0 20 25
- transition2 loc_but02_off 395 137 0 0 20 25
- transition2 loc_but03_off 181 163 0 0 20 25
- transition2 loc_but04_off 305 114 0 0 20 25
- transition2 loc_but05_off 389 79 0 0 20 25
- hide loc_but01_on
- hide loc_but02_on
- hide loc_but03_on
- hide loc_but04_on
- hide loc_but05_on
-
- setitembackground big_planet "gfx/menus/planets/tanaab"
- transition2 big_planet 192 20 256 256 10 15
-
- transition2 planet_name 270 250 256 256 20 15
-
- hide mission_button
-
- show backbut
- show accbut2
-
- show briefing_background
- show briefing_text
- setitemtext briefing_text @BRIEFINGS_T3_STAMP
-
- hide map_title
- hide button_glow
- }
- }
- itemDef
- {
- name miss3
- group mission_button
- type ITEM_TYPE_BUTTON
- rect 52 376 224 20
- text @MENUS_T3_HEVIL_TITLE
- desctext @MENUS_CLICK_BRIEFING
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 1
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_hevil"
- }
- cvarSubString
- mouseEnter
- {
- hide loc_but03_off
- show loc_but03_on
-
- show planet_name
- setitemtext planet_name @MENUS_YALARA
- setitemrect planet_name 60 180 120 26
-
- show button_glow
- setitemrect button_glow 20 374 380 22
- }
- mouseExit
- {
- hide loc_but03_on
- show loc_but03_off
- hide planet_name
- hide button_glow
- }
- action
- {
- play "sound/weapons/force/protect.wav"
- fadeout starfield
- fadeout galaxy
- fadein stars_close
- transition2 loc_but01_off 280 119 0 0 20 25
- transition2 loc_but02_off 395 137 0 0 20 25
- transition2 loc_but03_off 181 163 0 0 20 25
- transition2 loc_but04_off 305 114 0 0 20 25
- transition2 loc_but05_off 389 79 0 0 20 25
-
- hide loc_but01_on
- hide loc_but02_on
- hide loc_but03_on
- hide loc_but04_on
- hide loc_but05_on
-
- setitembackground big_planet "gfx/menus/planets/yalara"
- transition2 big_planet 192 20 256 256 10 15
-
- transition2 planet_name 270 250 256 256 20 15
-
- hide mission_button
-
- show backbut
- show accbut3
-
- show briefing_background
- show briefing_text
- setitemtext briefing_text @BRIEFINGS_T3_HEVIL
- hide map_title
- hide button_glow
- }
- }
- itemDef
- {
- name miss4
- group mission_button
- type ITEM_TYPE_BUTTON
- rect 52 399 224 20
- text @MENUS_T3_BYSS_TITLE
- desctext @MENUS_CLICK_BRIEFING
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 1
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_byss"
- }
- cvarSubString
- mouseEnter
- {
- hide loc_but04_off
- show loc_but04_on
-
- show planet_name
- setitemtext planet_name @MENUS_BYSS
- setitemrect planet_name 240 40 120 26
-
- show button_glow
- setitemrect button_glow 20 397 380 22
- }
- mouseExit
- {
- hide loc_but04_on
- show loc_but04_off
- hide planet_name
- hide button_glow
- }
- action
- {
- play "sound/weapons/force/protect.wav"
- fadeout starfield
- fadeout galaxy
- fadein stars_close
- transition2 loc_but01_off 280 119 0 0 20 25
- transition2 loc_but02_off 395 137 0 0 20 25
- transition2 loc_but03_off 181 163 0 0 20 25
- transition2 loc_but04_off 305 114 0 0 20 25
- transition2 loc_but05_off 389 79 0 0 20 25
- hide loc_but01_on
- hide loc_but02_on
- hide loc_but03_on
- hide loc_but04_on
- hide loc_but05_on
-
- setitembackground big_planet "gfx/menus/planets/byss"
- transition2 big_planet 192 20 256 256 10 15
- transition2 planet_name 270 250 256 256 20 15
-
- hide mission_button
-
- show backbut
- show accbut4
-
- show briefing_background
- show briefing_text
- setitemtext briefing_text @BRIEFINGS_T3_BYSS
-
- hide map_title
- hide button_glow
- }
- }
- itemDef
- {
- name miss5
- group mission_button
- type ITEM_TYPE_BUTTON
- rect 52 422 224 20
- text @MENUS_T3_BOUNTY_TITLE
- desctext @MENUS_CLICK_BRIEFING
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 1
- cvartest "tiers_complete"
- disablecvar
- {
- "t3_bounty"
- }
- cvarSubString
- mouseEnter
- {
- hide loc_but05_off
- show loc_but05_on
-
- show planet_name
- setitemtext planet_name @MENUS_ORD_MANTELL
- setitemrect planet_name 410 40 120 26
-
- show button_glow
- setitemrect button_glow 20 420 380 22
- }
- mouseExit
- {
- hide loc_but05_on
- show loc_but05_off
- hide planet_name
- hide button_glow
- }
- action
- {
- play "sound/weapons/force/protect.wav"
- fadeout starfield
- fadeout galaxy
- fadein stars_close
- transition2 loc_but01_off 280 119 0 0 20 25
- transition2 loc_but02_off 395 137 0 0 20 25
- transition2 loc_but03_off 181 163 0 0 20 25
- transition2 loc_but04_off 305 114 0 0 20 25
- transition2 loc_but05_off 389 79 0 0 20 25
- hide loc_but01_on
- hide loc_but02_on
- hide loc_but03_on
- hide loc_but04_on
- hide loc_but05_on
-
- setitembackground big_planet "gfx/menus/planets/ordman"
- transition2 big_planet 192 20 256 256 10 15
- transition2 planet_name 270 250 256 256 20 15
-
- hide mission_button
- hide location_marker
-
- show backbut
- show accbut5
-
- show briefing_background
- show briefing_text
- setitemtext briefing_text @BRIEFINGS_T3_BOUNTY
-
- hide map_title
- hide button_glow
-
- }
- }
- //----------------------------------------------------------------------------------------------
- // MISSION BRIEFING TEXT
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name briefing_background
- group none
- style WINDOW_STYLE_FILLED
- rect 42 314 320 114
- backcolor 0 0 .35 .7
- forecolor 1 1 1 1
- border 1
- bordercolor 0 0 .8 1
- visible 0
- decoration
- }
-
- itemDef
- {
- name briefing_text
- type ITEM_TYPE_TEXTSCROLL
- rect 42 314 320 114
- text @BRIEFINGS_T3_RIFT
- font 4
- forecolor 1 1 1 1
- textscale 1
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- lineHeight 18
- visible 0
- autowrapped
- }
- //----------------------------------------------------------------------------------------------
- // ACCEPT BUTTONS - IF YOU CHOOSE A PARTICULAR MISSION
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name accbut1
- group accbuttons
- type ITEM_TYPE_BUTTON
- rect 268 430 172 24
- text @MENUS_ACCEPT
- desctext @MENUS_ACCEPT_MISSION
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- mouseEnter
- {
- show button_glow
- setitemrect button_glow 200 430 200 20
- }
- mouseExit
- {
- hide button_glow
- }
- action
- {
- hide accbuttons
- setcvar tier_mapname "maptransition t3_rift"
-
- hide backbut
-
- show nextscreen_button
- setfocus nextscreen_button
-
- show accept_text
- setitemtext accept_text @T3_RIFT_23LUK001
-
- show luke
- playVoice "sound/chars/luke/23luk001.mp3"
-
- hide briefing_background
- hide briefing_text
- hide button_glow
- }
- }
- itemDef
- {
- name accbut2
- group accbuttons
- type ITEM_TYPE_BUTTON
- rect 268 430 172 24
- text @MENUS_ACCEPT
- desctext @MENUS_ACCEPT_MISSION
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- mouseEnter
- {
- show button_glow
- setitemrect button_glow 200 430 200 20
- }
- mouseExit
- {
- hide button_glow
- }
- action
- {
- hide accbuttons
- setcvar tier_mapname "maptransition t3_stamp"
-
- hide backbut
- hide briefing_text
-
- show nextscreen_button
- setfocus nextscreen_button
-
- show accept_text
- setitemtext accept_text @T3_STAMP_25KYK001
-
- hide briefing_background
- hide briefing_text
- hide button_glow
-
- show kyle
- playVoice "sound/chars/kyle/25kyk001.mp3"
- }
- }
- itemDef
- {
- name accbut3
- group accbuttons
- type ITEM_TYPE_BUTTON
- rect 268 430 172 24
- text @MENUS_ACCEPT
- desctext @MENUS_ACCEPT_MISSION
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- mouseEnter
- {
- show button_glow
- setitemrect button_glow 200 430 200 20
- }
- mouseExit
- {
- hide button_glow
- }
- action
- {
- hide accbuttons
- setcvar tier_mapname "maptransition t3_hevil"
-
- hide backbut
- hide briefing_text
-
- show nextscreen_button
- setfocus nextscreen_button
-
- show accept_text
- setitemtext accept_text @T3_HEVIL_22LUK001
-
- show luke
- playVoice "sound/chars/luke/22luk001.mp3"
-
- hide briefing_background
- hide briefing_text
- hide button_glow
-
- }
- }
- itemDef
- {
- name accbut4
- group accbuttons
- type ITEM_TYPE_BUTTON
- rect 268 430 172 24
- text @MENUS_ACCEPT
- desctext @MENUS_ACCEPT_MISSION
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- mouseEnter
- {
- show button_glow
- setitemrect button_glow 200 430 200 20
- }
- mouseExit
- {
- hide button_glow
- }
- action
- {
- hide accbuttons
- setcvar tier_mapname "maptransition t3_byss"
-
- hide backbut
- hide briefing_text
-
- show nextscreen_button
- setfocus nextscreen_button
- show accept_text
- setitemtext accept_text @T3_BYSS_21KYK001
-
- show kyle
- playVoice "sound/chars/kyle/21kyk001.mp3"
-
- hide briefing_background
- hide briefing_text
- hide button_glow
- }
- }
- itemDef
- {
- name accbut5
- group accbuttons
- type ITEM_TYPE_BUTTON
- rect 268 430 172 24
- text @MENUS_ACCEPT
- desctext @MENUS_ACCEPT_MISSION
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- mouseEnter
- {
- show button_glow
- setitemrect button_glow 200 430 200 20
- }
- mouseExit
- {
- hide button_glow
- }
- action
- {
- hide accbuttons
- setcvar tier_mapname "maptransition t3_bounty"
-
- hide backbut
- hide briefing_text
-
- show nextscreen_button
- setfocus nextscreen_button
-
- show accept_text
- setitemtext accept_text @T3_BOUNTY_24KYK001
-
- show kyle
- playVoice "sound/chars/kyle/24kyk001.mp3"
-
- hide briefing_background
- hide briefing_text
- hide button_glow
- }
- }
- //----------------------------------------------------------------------------------------------
- // ACCEPT TEXT
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name accept_text
- type ITEM_TYPE_TEXT
- rect 52 316 288 124
- text @T3_RIFT_23LUK001
- font 2
- forecolor 1 1 1 1
- textscale .8
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- autowrapped
- decoration
- }
- //----------------------------------------------------------------------------------------------
- // NEXT BUTTONS - to go to next screen
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name nextscreen_button
- type ITEM_TYPE_BUTTON
- rect 530 440 172 24
- text @MENUS_NEXT
- desctext @MENUS_ADVANCE_NEXT
- font 2
- forecolor 1 .682 0 1
- textscale .7
- textalign ITEM_ALIGN_LEFT
- textalignx 8
- textaligny -1
- visible 0
- mouseEnter
- {
- }
- mouseExit
- {
- }
- action
- {
- play "sound/interface/menuroam.wav"
- close all
- open ingameForceSelect
- }
- }
- //----------------------------------------------------------------------------------------------
- // SCANLINES OVER WHOLE MENU
- //----------------------------------------------------------------------------------------------
- itemDef
- {
- name button_glow
- group none
- style WINDOW_STYLE_SHADER
- rect 0 0 0 0
- background "gfx/menus/menu_buttonback"
- forecolor 1 1 1 1
- visible 0
- decoration
- }
- itemDef
- {
- name static
- group none
- style WINDOW_STYLE_SHADER
- rect 396 314 175 120
- background "gfx/menus/static"
- backcolor 1 0 0 .2
- forecolor 1 0 0 .2
- visible 0
- decoration
- }
- itemDef
- {
- name scan
- group none
- style WINDOW_STYLE_SHADER
- rect 0 0 640 640
- background "gfx/menus/scanlines"
- forecolor 1 1 1 1
- visible 1
- decoration
- }
- }
- }
|