reaction/uifiles/credit.menu

2033 lines
35 KiB
Plaintext
Raw Normal View History

2002-07-24 15:30:51 +00:00
#include "ui/menudef.h"
{
menuDef {
name "credit"
2009-06-25 22:31:36 +00:00
background UI_ASSETS"/main" // Makro: replace "rq3-ta-menuback" with "rq3-menuback"
2003-04-26 16:14:28 +00:00
// to use the current background
2002-07-24 15:30:51 +00:00
fullScreen 1
2003-04-26 16:14:28 +00:00
visible 0 // Visible on open
focusColor RQ3_MAIN_FOCUSCOLOR // Menu focus color for text and items
2002-07-24 15:30:51 +00:00
2003-04-26 16:14:28 +00:00
fadeCycle 500 // how often fade happens in milliseconds
fadeAmount 0.01 // amount to adjust alpha per cycle
2002-07-24 15:30:51 +00:00
fadeClamp 1.0 // sets the fadeup alpha
2012-03-30 23:24:58 +00:00
soundLoop "music/rq3_title_loop"
soundIntro "music/rq3_title_intro"
2002-07-24 15:30:51 +00:00
onOpen {
uiScript "backupMusicVolume" ;
play "sound/ui/whoosh3.wav" ;
2009-03-18 19:49:03 +00:00
//exec "set s_musicvolume 1" ;
transition hint UI_MINX -40 UI_WIDTH 40 UI_MINX 8 UI_WIDTH 40 20 10 ;
//hide timer ;
2009-03-18 19:49:03 +00:00
startTimer
2002-07-24 15:30:51 +00:00
}
onShow {
setitemcolor main forecolor 5 5 5 0 ;
timefade main forecolor 5 5 5 1 0 500 ;
2002-07-24 15:30:51 +00:00
}
2009-03-18 19:49:03 +00:00
onClose { uiScript "restoreMusicVolume" }
onEsc { uiScript "restoreMusicVolume" ; stopTimer ; close credit ; uiScript "quit" }
2002-07-24 15:30:51 +00:00
//onEsc { uiScript "restoreMusicVolume" ; stopTimer ; close credit ; open main }
2009-03-18 19:49:03 +00:00
//onEsc { uiScript "restoreMusicVolume" ; stopTimer ; close _self ; open _prev }
2002-07-24 15:30:51 +00:00
// Timer //
2002-07-24 15:30:51 +00:00
2012-03-31 18:31:06 +00:00
timedItems 40
2012-03-17 18:27:12 +00:00
timerInterval 4500
timerMaxDisplay 1
onFinishTimer { uiScript "restoreMusicVolume" ; uiScript "quit" }
//onFinishTimer { restartTimer }
onTimerShow {
show _self ;
setcolor forecolor 5 5 5 0 ;
timeFadeSelf forecolor 5 5 5 1 0 500 ;
}
onTimerHide {
setcolor forecolor 5 5 5 1 ;
timeFadeSelf forecolor 5 5 5 0 0 500;
}
2002-07-24 15:30:51 +00:00
//--------------------------------------------
#include "ui/shared.h"
//--------------------------------------------
2002-07-24 15:30:51 +00:00
__BOOMSTICK_LOGO__
__REACTION_VERSION__
__REACTION_COPYRIGHT__
2002-07-24 15:30:51 +00:00
//Timed items
2012-03-30 23:24:58 +00:00
// BOOMSTICK STUDIOS //
2002-07-24 15:30:51 +00:00
itemDef {
name "timer2"
group timer
subgroup t2_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 .95 1 1
2012-03-31 18:31:06 +00:00
rect 192 60 320 420
anglevectors -3 -93
visible 1
decoration
}
itemdef {
renderpoint
2002-07-24 15:30:51 +00:00
name "timer2"
group timer
subgroup "t2_title"
2012-03-30 23:24:58 +00:00
text "BOOMSTICK STUDIOS"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
alignrect t2_paper ITEM_ALIGN_CENTER -20 80 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
name "timer2"
group timer
alignrect "t2_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2016-03-11 11:44:53 +00:00
text "Richard Allen\n"
"Tomi Isoaho\n"
2009-03-18 19:49:03 +00:00
"Andrei Drexler\n"
2012-03-30 23:24:58 +00:00
"James Canete\n"
2002-07-24 15:30:51 +00:00
"Scott Brooks\n"
2012-03-30 23:58:13 +00:00
"Walter Somol\n"
2012-03-30 23:24:58 +00:00
"Christopher\nJayawardena\n"
"Andrew Prosnik"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
name "timer2"
group timer
alignrect "t2_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2016-03-11 11:44:53 +00:00
text "JBravo\n"
"T.T.I.\n"
2009-03-18 19:49:03 +00:00
"Makro\n"
2012-03-30 23:24:58 +00:00
"SmileTheory\n"
2002-07-24 15:30:51 +00:00
"Blaze\n"
2012-03-30 23:24:58 +00:00
"Johnny Rocket\n"
"EvilFutsin\n\n"
"Black Monk"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2012-03-31 18:31:06 +00:00
// PROGRAMMING //
2002-07-24 15:30:51 +00:00
itemDef {
name "timer3"
group timer
subgroup t3_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
2012-03-31 18:31:06 +00:00
forecolor 1 1 .95 1
rect 168 60 320 384
anglevectors -5 -95
visible 1
decoration
}
itemdef {
renderpoint
2002-07-24 15:30:51 +00:00
name "timer3"
group timer
subgroup "t3_title"
2012-03-31 18:31:06 +00:00
text "PROGRAMMING"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t3_paper ITEM_ALIGN_CENTER -20 80 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
name "timer3"
group timer
alignrect "t3_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2012-03-31 18:31:06 +00:00
text "Richard Allen\n"
"Andrei Drexler\n"
"James Canete\n"
"Scott Brooks\n"
"Tomi Isoaho"
autowrapped
visible 1
decoration
}
itemDef {
name "timer3"
group timer
alignrect "t3_title" ITEM_ALIGN_LEFT 0 40 240 36
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
text "JBravo\n"
"Makro\n"
"SmileTheory\n"
"Blaze\n"
"T.T.I."
autowrapped
visible 1
decoration
}
// ADDITIONAL PROGRAMMING //
itemDef {
name "timer4"
group timer
subgroup t4_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 36 104 320 384
anglevectors 5 -85
visible 1
decoration
}
itemdef {
renderpoint
name "timer4"
group timer
subgroup "t4_title"
text "ADDITIONAL PROGRAMMING"
forecolor 0 0 .1 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
alignrect "t4_paper" ITEM_ALIGN_CENTER -28 72 240 36
visible 1
autowrapped
decoration
}
itemDef {
name "timer4"
group timer
alignrect "t4_title" ITEM_ALIGN_LEFT 0 40 240 36
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2012-03-30 23:24:58 +00:00
text "Bryce Hutchings\n"
"Victor Chow\n"
"Bruno Covacha\n"
"Daniel Simoes\n"
"Michael Bruce\n"
2002-07-24 15:30:51 +00:00
"Dan Chin\n"
2003-04-10 02:45:48 +00:00
"Malcolm Bechard\n"
2012-03-30 23:24:58 +00:00
"Tomas Edwardsson"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer4"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t4_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2012-03-30 23:24:58 +00:00
text "NiceAss\n"
"Elder_MMHS\n"
"aasimon\n"
"sLiCeR\n"
"AgtOrange\n"
2002-07-24 15:30:51 +00:00
"Lt. Hawkins\n"
2003-04-10 02:45:48 +00:00
"Tsunami\n"
2012-03-30 23:24:58 +00:00
"Freud"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// ARTWORK //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer5"
group timer
2012-03-31 18:31:06 +00:00
subgroup t5_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 1 .95 1
rect 180 60 320 420
anglevectors -10 -100
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer5"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t5_title"
text "ARTWORK"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t5_paper" ITEM_ALIGN_CENTER -20 80 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer5"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t5_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Mark Potnick\n"
"Andrei Drexler\n"
"Tomi Isoaho\n"
"Paul Greveson\n"
2002-07-24 15:30:51 +00:00
"Brian Mills\n"
"Linh Nguyen\n"
2009-03-18 19:49:03 +00:00
"Ian McEachern\n"
2002-07-24 15:30:51 +00:00
"Ryan Vance\n"
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer5"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t5_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Cloud\n"
"Makro\n"
"T.T.I.\n"
"MoP\n"
2002-07-24 15:30:51 +00:00
"Birdman\n"
"Sonique128\n"
2009-03-18 19:49:03 +00:00
"Frost\n"
2002-07-24 15:30:51 +00:00
"BraGoblin\n"
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// ADDITIONAL ARTWORK //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer6"
group timer
2012-03-31 18:31:06 +00:00
subgroup t6_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 .95 1 1
rect 36 104 320 420
anglevectors 12 -78
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer6"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t6_title"
text "ADDITIONAL ARTWORK"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t6_paper" ITEM_ALIGN_CENTER -20 40 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer6"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t6_title" ITEM_ALIGN_LEFT 16 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
2009-03-18 19:49:03 +00:00
textHeight 20
forecolor 0 0 0.1 1
2003-04-10 02:45:48 +00:00
text "Scott DeLeury\n"
"Christopher\nJayawardena\n"
2002-07-24 15:30:51 +00:00
"Shay McCarty\n"
2009-03-18 19:49:03 +00:00
"Johnny Pesola\n"
2002-07-24 15:30:51 +00:00
"Malcolm Ramsay\n"
"Jesse Smith\n"
2003-04-10 02:45:48 +00:00
"Jaymz Plummer\n"
2003-04-26 16:14:28 +00:00
"Hannu Saarinen\n"
2003-04-10 02:45:48 +00:00
"Henri Tervapuro\n"
"Julien\n"
2009-03-18 19:49:03 +00:00
"Kyle VanMeurs\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer6"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t6_title" ITEM_ALIGN_LEFT 16 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
2009-03-18 19:49:03 +00:00
textHeight 20
forecolor 0 0 0.1 1
2003-04-10 02:45:48 +00:00
text "CannonFodder\n"
"EvilFutsin\n\n"
2002-07-24 15:30:51 +00:00
"Shaymon\n"
2009-03-18 19:49:03 +00:00
"jopes\n"
2002-07-24 15:30:51 +00:00
"shenka\n"
"Spyder\n"
2003-04-10 02:45:48 +00:00
"LST\n"
"Presenter\n"
"Leon\n"
"Zenogaist-Zero\n"
2009-03-18 19:49:03 +00:00
"R0oK\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// LEVEL DESIGN //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer7"
group timer
2012-03-31 18:31:06 +00:00
subgroup t7_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 220 64 320 420
anglevectors -4 -94
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer7"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t7_title"
text "LEVEL DESIGN"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t7_paper" ITEM_ALIGN_CENTER -16 64 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer7"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t7_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
2002-07-24 15:30:51 +00:00
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Tomi Isoaho\n"
2002-07-24 15:30:51 +00:00
"Andrei Drexler\n"
2003-04-10 02:45:48 +00:00
"Alexander Axelsson\n"
2009-03-18 19:49:03 +00:00
"Walter Somol\n"
"Jordan Zylstra\n"
"Jesse Smith\n"
2002-07-24 15:30:51 +00:00
"Shay McCarty\n"
"David Pike\n"
"Kelly Rush\n"
2009-03-18 19:49:03 +00:00
"David Costello\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer7"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t7_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "T.T.I.\n"
2002-07-24 15:30:51 +00:00
"Makro\n"
2003-04-10 02:45:48 +00:00
"Lognoreng\n"
2009-03-18 19:49:03 +00:00
"Johnny Rocket\n"
"Guy Incognito\n"
"Spyder\n"
2002-07-24 15:30:51 +00:00
"Shaymon\n"
"Centurion\n"
"Hexydes\n"
2009-03-18 19:49:03 +00:00
"Sze\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// ADDITIONAL LEVEL DESIGN //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer8"
group timer
2012-03-31 18:31:06 +00:00
subgroup t8_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 .95 1
rect 156 84 320 420
anglevectors 5 -85
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer8"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t8_title"
text "ADDITIONAL LEVEL DESIGN"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t8_paper" ITEM_ALIGN_CENTER -16 80 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer8"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t8_title" ITEM_ALIGN_LEFT 16 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
textHeight 20
text "Tomi Vainikka\n"
"Daniel Platt\n"
"Johnny Pesola\n"
"Chris Polan\n"
2002-07-24 15:30:51 +00:00
"Gregory Simmons\n"
2003-04-10 02:45:48 +00:00
"John Gilbertson\n"
2009-03-18 19:49:03 +00:00
"Jason Irby\n"
"Geraldo Espinal\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer8"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t8_title" ITEM_ALIGN_LEFT 16 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
textHeight 20
text "zakath\n"
"voodoochopstiks\n"
"jopes\n"
"God Incarnate\n"
2002-07-24 15:30:51 +00:00
"Smoke\n"
2003-04-10 02:45:48 +00:00
"Homicide\n"
2009-03-18 19:49:03 +00:00
"Irby\n"
"WarMachine\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2009-03-18 19:49:03 +00:00
2002-07-24 15:30:51 +00:00
// SOUND DESIGN //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer9"
group timer
2012-03-31 18:31:06 +00:00
subgroup t9_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 0 128 360 280
anglevectors 15 -75
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer9"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t9_title"
text "SOUND DESIGN"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t9_paper ITEM_ALIGN_CENTER -48 60 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer9"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t9_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Ryan Buckley\n"
"Erwin Peil\n"
2003-04-10 02:45:48 +00:00
"Andre Beardsley-Dusette\n"
"Caryn Law"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer9"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t9_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Foxfingers\n"
"SpecOps\n"
2003-04-10 02:45:48 +00:00
"Nicodem-X\n"
"Hellchick"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// ADDITIONAL SOUND DESIGN //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer10"
group timer
2012-03-31 18:31:06 +00:00
subgroup t10_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 .95 .95 1
rect 120 108 280 220
anglevectors -3 -93
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer10"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t10_title"
text "ADDITIONAL SOUND DESIGN"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t10_paper ITEM_ALIGN_CENTER -20 48 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer10"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t10_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Rob Anastasi\n"
"Jesse Smith"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer10"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t10_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Baka\n"
"Spyder"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// ORGANIZATION //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer11"
group timer
2012-03-31 18:31:06 +00:00
subgroup t11_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 .88 .88 1
rect 148 160 300 220
anglevectors 15 -75
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer11"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t11_title"
text "ORGANIZATION"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t11_paper ITEM_ALIGN_CENTER -20 40 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer11"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t11_title" ITEM_ALIGN_LEFT 20 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2003-04-10 02:45:48 +00:00
text "Andrew Prosnik\n"
"Scott DeLeury"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer11"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t11_title" ITEM_ALIGN_LEFT 20 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2003-04-10 02:45:48 +00:00
text "Black Monk\n"
"CannonFodder"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// WEBSITE DESIGN //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer12"
group timer
2012-03-31 18:31:06 +00:00
subgroup t12_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 1 .95 1
rect 180 48 320 420
anglevectors -3 -93
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer12"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t12_title"
text "WEBSITE DESIGN"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t12_paper" ITEM_ALIGN_CENTER -16 80 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer12"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t12_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Tomi Isoaho\n"
2012-03-30 23:24:58 +00:00
"Kyle Ross\n"
2009-03-18 19:49:03 +00:00
"Victor Chow\n"
"Christopher A.\n"
"Strickler\n"
2002-07-24 15:30:51 +00:00
"Malcolm Ramsay\n"
2003-04-10 02:45:48 +00:00
"Scott Brooks\n"
"Andrew Prosnik\n"
2002-07-24 15:30:51 +00:00
"Richard Watt"
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer12"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t12_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "T.T.I.\n"
2012-03-30 23:24:58 +00:00
"Gimp\n"
2009-03-18 19:49:03 +00:00
"Elder_MMHS\n"
2003-04-10 02:45:48 +00:00
"Preacher\n"
"\n"
2002-07-24 15:30:51 +00:00
"shenka\n"
2003-04-10 02:45:48 +00:00
"Blaze\n"
"Black Monk\n"
2002-07-24 15:30:51 +00:00
"C00T"
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// TESTERS AND ADVISORS //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer13"
group timer
2012-03-31 18:31:06 +00:00
subgroup t13_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 56 112 320 260
anglevectors 5 -85
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer13"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t13_title"
text "TESTERS AND ADVISORS"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t13_paper" ITEM_ALIGN_CENTER -12 40 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer13"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t13_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2002-07-24 15:30:51 +00:00
text "Non Fiction\n"
"Seth Chabot\n"
"Steve Ewald\n"
2003-04-10 02:45:48 +00:00
"Luke Paul"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer13"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t13_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2002-07-24 15:30:51 +00:00
text "Fiction\n"
"Wook!eBoy\n"
"Psychotakes\n"
2003-04-10 02:45:48 +00:00
"Alice"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// BETA TESTERS //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer14"
group timer
2012-03-31 18:31:06 +00:00
subgroup t14_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 .95 1 1
rect 180 72 328 440
anglevectors 3 -87
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer14"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t14_title"
text "BETA TESTERS"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t14_paper ITEM_ALIGN_CENTER -30 60 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer14"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t14_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Rob Anastasi\n"
"Alexander Bergereau\n"
2002-07-24 15:30:51 +00:00
"Mark Somol\n"
2003-04-10 02:45:48 +00:00
"Andrew Harrell\n"
2009-03-18 19:49:03 +00:00
"Christopher\nJayawardena\n"
2002-07-24 15:30:51 +00:00
"Justin Pickles\n"
"Michael Morris\n"
2003-04-10 02:45:48 +00:00
"Paul Greveson\n"
"Paul Witt\n"
"Fredrik Nilsskog Ravlo"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer14"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t14_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
text "Baka\n"
"Arild\n"
2002-07-24 15:30:51 +00:00
"ColdMiser\n"
2003-04-10 02:45:48 +00:00
"EdgeCrusher\n"
2009-03-18 19:49:03 +00:00
"EvilFutsin\n\n"
"GoKu^^*L\n"
2002-07-24 15:30:51 +00:00
"JesterRace\n"
2003-04-10 02:45:48 +00:00
"MoP\n"
"Karmann\n"
"^^*Proto"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// BETA TESTERS //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer15"
group timer
2012-03-31 18:31:06 +00:00
subgroup t15_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 56 88 328 440
anglevectors 5 -85
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer15"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t15_title"
text "BETA TESTERS"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t15_paper" ITEM_ALIGN_CENTER -20 80 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer15"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t15_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2002-07-24 15:30:51 +00:00
text "Andrew Weidlich\n"
"Stephen Looi\n"
2003-04-10 02:45:48 +00:00
"Marcus Varland\n"
"John Gilbertson\n"
2002-07-24 15:30:51 +00:00
"Mitch Glover\n"
2003-04-10 02:45:48 +00:00
"David Lundvall\n"
"Tomi Vainikka\n"
2002-07-24 15:30:51 +00:00
"Winston Chow"
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer15"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t15_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2002-07-24 15:30:51 +00:00
text "Commodore\n"
"DuD\n"
2003-04-10 02:45:48 +00:00
"FragBait\n"
"Homicide\n"
2002-07-24 15:30:51 +00:00
"Mud\n"
2003-04-10 02:45:48 +00:00
"WizardExt\n"
2009-03-18 19:49:03 +00:00
"zakath\n"
2002-07-24 15:30:51 +00:00
"ShishKabob"
autowrapped
visible 1
decoration
}
2012-03-17 18:27:12 +00:00
// REACTION CONTRIBUTIONS //
2002-07-24 15:30:51 +00:00
itemDef {
2012-03-31 18:31:06 +00:00
name "timer16"
group timer
2012-03-31 18:31:06 +00:00
subgroup t16_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/post_it"
forecolor 1 .95 .8 1
rect 200 160 200 160
anglevectors -3 -93
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer16"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t16_title"
2016-03-11 11:44:53 +00:00
text "Reaction\n"
"contributions"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t16_paper ITEM_ALIGN_CENTER -4 36 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2002-07-24 15:30:51 +00:00
// ADDITIONAL ARTWORK //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer17"
group timer
2012-03-31 18:31:06 +00:00
subgroup t17_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 .95 .95 1
rect 40 108 280 220
anglevectors 11 -79
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer17"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t17_title"
text "ADDITIONAL ARTWORK"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t17_paper ITEM_ALIGN_CENTER -20 48 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer17"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t17_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
textalignx 112
textaligny 24
forecolor 0 0 0.1 1
2003-04-10 02:45:48 +00:00
text "Dwayne Douglass\n"
"Paul Greveson\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer17"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
alignrect "t17_title" ITEM_ALIGN_LEFT 0 40 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2003-04-10 02:45:48 +00:00
text "Oddjob\n"
"MoP\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2012-03-17 18:27:12 +00:00
// REACTION TITLE SCORE //
2002-07-24 15:30:51 +00:00
itemDef {
2012-03-31 18:31:06 +00:00
name "timer18"
group timer
2012-03-31 18:31:06 +00:00
subgroup t18_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 1 .95 1
rect 140 108 280 220
anglevectors -6 -96
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer18"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t18_title"
2016-03-11 11:44:53 +00:00
text "REACTION\n"
"TITLE SCORE\n"
"\n"
"\n"
"Jesper Kyd"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t18_paper ITEM_ALIGN_CENTER -12 40 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2003-04-10 02:45:48 +00:00
// BOOMSTICK STUDIOS THANKS //
2002-07-24 15:30:51 +00:00
itemDef {
2012-03-31 18:31:06 +00:00
name "timer19"
group timer
2012-03-31 18:31:06 +00:00
subgroup t19_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/post_it"
forecolor .94 .94 .82 1
rect 80 200 200 160
anglevectors -7 -97
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer19"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t19_title"
text "Boomstick Studios\n"
"thanks..."
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t19_paper ITEM_ALIGN_CENTER -4 36 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2003-04-10 02:45:48 +00:00
// INDIVIDUALS //
2002-07-24 15:30:51 +00:00
itemDef {
2012-03-31 18:31:06 +00:00
name "timer20"
group timer
2012-03-31 18:31:06 +00:00
subgroup t20_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 220 64 320 420
anglevectors -4 -94
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer20"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t20_title"
text "INDIVIDUALS"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t20_paper ITEM_ALIGN_CENTER -40 48 240 36
visible 1
autowrapped
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer20"
group timer
2012-03-31 18:31:06 +00:00
alignrect "t20_title" ITEM_ALIGN_LEFT 0 56 240 36
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_RIGHT
textscale .3
2009-03-18 19:49:03 +00:00
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
textHeight 20
text "A-TEAM\n"
2012-03-30 23:24:58 +00:00
"ioquake3\n"
"ZCam\n"
"Unlagged\n"
"Installers\n"
autowrapped
visible 1
decoration
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer20"
group timer
2012-03-31 18:31:06 +00:00
alignrect "t20_title" ITEM_ALIGN_LEFT 0 56 240 36
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .3
2009-03-18 19:49:03 +00:00
textalignx 120
textaligny 24
forecolor 0 0 0.1 1
2009-03-18 19:49:03 +00:00
textHeight 20
text "Dwayne Douglass\n"
2012-03-30 23:24:58 +00:00
"Zachary 'zakk' Slater\n"
"Avi 'Zung!' Rozen\n"
"Neil 'haste' Toronto\n"
2003-04-10 02:45:48 +00:00
"Karmann (Windows)\n"
"Freud (Linux)\n"
"CannonFodder (Mac)"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// CODING RESOURCES //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer21"
group timer
2012-03-31 18:31:06 +00:00
subgroup t21_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 .95 1 1
rect 120 64 320 420
anglevectors 4 -86
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer21"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t21_title"
2002-07-24 15:30:51 +00:00
text "CODING RESOURCES\n\n"
"Code3Arena\n"
"Iain McGinnis\n"
"Inolen\n"
"Juz's Slipgate\n"
"Quake3World Forums\n"
"Wang (ATF)\n"
2003-07-29 16:07:03 +00:00
"Johann Thorir Johannsson (Vondikall)\n"
2002-07-24 15:30:51 +00:00
"Tomas Edwardsson (Freud)"
forecolor 0 0 .1 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t21_paper ITEM_ALIGN_CENTER -20 64 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2002-07-24 15:30:51 +00:00
// ART RESOURCES //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer22"
group timer
2012-03-31 18:31:06 +00:00
subgroup t22_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 .95 1
rect 56 112 320 260
anglevectors 5 -85
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer22"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t22_title"
2002-07-24 15:30:51 +00:00
text "ART RESOURCES\n\n"
2009-03-18 19:49:03 +00:00
"CG Textures\n"
2002-07-24 15:30:51 +00:00
"Mastaba Solutions\n"
"PolyCount\n"
"QWorkShop3\n"
"ShaderLab"
forecolor 0 0 .1 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t22_paper" ITEM_ALIGN_CENTER -12 48 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2002-07-24 15:30:51 +00:00
// MAPPING RESOURCES //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer23"
group timer
2012-03-31 18:31:06 +00:00
subgroup t23_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .96 1 .96 1
rect 112 112 320 260
anglevectors -5 -95
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer23"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t23_title"
2002-07-24 15:30:51 +00:00
text "MAPPING RESOURCES\n\n"
"Gamedesign.net\n"
"QERadiant.com\n"
"Quake3World Forums"
forecolor 0 0 .1 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t23_paper" ITEM_ALIGN_CENTER -12 48 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2002-07-24 15:30:51 +00:00
// PRE-RELEASE MESSAGEBOARD GOD //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer24"
group timer
2012-03-31 18:31:06 +00:00
subgroup t24_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 148 108 280 220
anglevectors 7 -83
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer24"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t24_title"
text "PRE-RELEASE\n"
"MESSAGEBOARD GOD\n\n"
"The great Fex"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t24_paper ITEM_ALIGN_CENTER -12 44 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2002-07-24 15:30:51 +00:00
// GROUPS //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer25"
group timer
2012-03-31 18:31:06 +00:00
subgroup t25_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 .95 1 1
rect 120 64 320 420
anglevectors 2 -88
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer25"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t25_title"
2002-07-24 15:30:51 +00:00
text "GROUPS\n\n"
"Above Intelligence\n"
"All the little people\n"
"Family and friends\n"
"Fear.net frequenters\n"
2003-04-10 02:45:48 +00:00
"OGL and Activision\n"
2002-07-24 15:30:51 +00:00
"id Software\n"
"Opin Kerfi HF\n"
"Simnet (Landssiminn)\n"
2002-07-24 15:30:51 +00:00
"The A-Team (AQ2 developers)\n"
"The Grammar Rangers\n"
2003-04-10 02:45:48 +00:00
"#model_design on ProGamePlayer"
forecolor 0 0 .1 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t25_paper ITEM_ALIGN_CENTER -20 48 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2002-07-24 15:30:51 +00:00
// COMMODITIES //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer26"
group timer
2012-03-31 18:31:06 +00:00
subgroup t26_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 144 64 320 420
anglevectors 5 -85
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer26"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t26_title"
2002-07-24 15:30:51 +00:00
text "COMMODITIES\n\n"
"Caffeine\n"
"Chex Mix\n"
"Dr. Pepper\n"
"Home-cooked meals (MMM!)\n"
"Hot Pockets\n"
"Mountain Dew\n"
"Pepsi\n"
"Pho\n"
"Various pizza places\n"
"Wacom Tablets"
forecolor 0 0 .1 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect t26_paper ITEM_ALIGN_CENTER -20 48 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2002-07-24 15:30:51 +00:00
// WEB HOSTS //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer27"
group timer
2012-03-31 18:31:06 +00:00
subgroup t27_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .96 1 .96 1
rect 112 112 320 240
anglevectors -5 -95
visible 1
decoration
}
itemdef {
renderpoint
2012-03-31 18:31:06 +00:00
name "timer27"
2002-07-24 15:30:51 +00:00
group timer
2012-03-31 18:31:06 +00:00
subgroup "t27_title"
text "WEB HOSTS\n\n"
"All mirrors (too many to list)\n"
"Simnet (Landssiminn)"
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .5
2002-07-24 15:30:51 +00:00
textalignx 120
textaligny 24
textscale RQ3_MAIN_TEXTSIZE
2012-03-31 18:31:06 +00:00
alignrect "t27_paper" ITEM_ALIGN_CENTER -12 52 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
// Black background //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer28"
group timer
2009-06-25 22:31:36 +00:00
rect UI_MINX UI_MINY UI_WIDTH UI_HEIGHT
style WINDOW_STYLE_EMPTY
backcolor 0 0 0 1
visible 0
decoration
onTimerShow {
setitemcolor blackBackground backcolor 5 5 5 0 ;
show blackBackground ;
timeFade blackBackground backcolor 5 5 5 1 0 1000 ;
timeFade hint forecolor .25 .25 .25 5 0 1000 ;
}
onTimerHide {
2009-03-18 19:49:03 +00:00
hide "_common_" ;
}
}
itemDef {
name "blackBackground"
2009-06-25 22:31:36 +00:00
rect UI_MINX UI_MINY UI_WIDTH UI_HEIGHT
style WINDOW_STYLE_FILLED
backcolor 0 0 0 1
visible 0
decoration
}
2002-07-24 15:30:51 +00:00
// id SOFTWARE //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer29"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 100
text "id Software"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2012-03-31 18:31:06 +00:00
2002-07-24 15:30:51 +00:00
// PROGRAMMING //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer30"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 80
text "PROGRAMMING\n\n"
"John Carmack\n"
"Robert A. Duffy\n"
"Jim Dose'"
autowrapped
visible 1
decoration
}
// ART //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer31"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 80
text "ART\n\n"
"Adrian Carmack\n"
"Kevin Cloud\n"
"Kenneth Scott\n"
"Seneca Menard\n"
"Fred Nilsson"
autowrapped
visible 1
decoration
}
// GAME DESIGNER //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer32"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 80
text "GAME DESIGNER\n\n"
"Graeme Devine"
autowrapped
visible 1
decoration
}
// LEVEL DESIGN //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer33"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 80
text "LEVEL DESIGN\n\n"
"Tim Willits\n"
"Christian Antkow\n"
"Paul Jaquays"
autowrapped
visible 1
decoration
}
// CEO //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer34"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 80
text "CEO\n\n"
"Todd Hollenshead"
autowrapped
visible 1
decoration
}
// DIRECTOR OF BUSINESS DEVELOPMENT //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer35"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 80
text "DIRECTOR OF BUSINESS DEVELOPMENT\n\n"
"Marty Stratton"
autowrapped
visible 1
decoration
}
// BIZ ASSIST AND ID MOM //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer36"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 80
text "BIZ ASSIST AND ID MOM\n\n"
"Donna Jackson"
autowrapped
visible 1
decoration
}
// DEVELOPMENT ASSISTANCE //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer37"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .35
textalignx 120
textaligny 80
text "DEVELOPMENT ASSISTANCE\n\n"
"Eric Webb"
autowrapped
visible 1
decoration
}
// THE END //
itemDef {
2012-03-31 18:31:06 +00:00
name "timer39"
2002-07-24 15:30:51 +00:00
group timer
rect 100 100 440 280
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_SHADOWED
textalign ITEM_ALIGN_CENTER
textscale .3
textalignx 220
textaligny 80
2003-04-10 02:45:48 +00:00
text "THIS HAS BEEN A BOOMSTICK STUDIOS\nPRODUCTION\n\n"
2016-03-11 11:44:53 +00:00
"Copyright 2000 - 2016"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
onTimerShow {
show _self ;
setcolor forecolor 5 5 5 0 ;
timeFadeSelf forecolor 5 5 5 1 0 500 ;
timeFade hint forecolor 5 5 5 0 500 1500 ;
}
2002-07-24 15:30:51 +00:00
}
itemDef {
2012-03-31 18:31:06 +00:00
name "timer40"
2002-07-24 15:30:51 +00:00
group timer
rect 200 100 240 280
style WINDOW_STYLE_EMPTY
visible 1
decoration
onTimerShow { show static ; stopMusic ; play "sound/ui/tvnoise.wav" }
2002-07-24 15:30:51 +00:00
}
//Screen static
itemDef {
name static
style WINDOW_STYLE_SHADER
background "ui/assets/screen_static"
forecolor 1 1 1 1
//rect 0 0 640 480
rect UI_MINX UI_MINY UI_WIDTH UI_HEIGHT
2002-07-24 15:30:51 +00:00
visible 0
2009-03-18 19:49:03 +00:00
randomizeTexCoords
2002-07-24 15:30:51 +00:00
decoration
}
//Hint
itemDef {
name "hint"
text "ESC to exit"
rect UI_MINX 8 UI_WIDTH 40
2009-06-25 22:31:36 +00:00
forecolor 1 1 1 1
textalign ITEM_ALIGN_RIGHT
textalignx $evalfloat(UI_WIDTH - 8)
textaligny 12
textscale .2
type ITEM_TYPE_TEXT
style WINDOW_STYLE_EMPTY
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
}
}