reaction/reaction/uifiles/credit.menu

2007 lines
34 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
onOpen {
uiScript "backupMusicVolume" ;
play "sound/ui/whoosh3.wav" ;
2009-03-18 19:49:03 +00:00
//exec "set s_musicvolume 1" ;
2002-07-24 15:30:51 +00:00
playlooped "music/sonic1" ;
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
timedItems 39
timerInterval 2500
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
//=============
// Buttons
//=============
//Boomstick logo
2002-07-24 15:30:51 +00:00
itemDef {
style WINDOW_STYLE_SHADER
2009-03-18 19:49:03 +00:00
rect 276 288 120 120
anglevectors 9 -81
background UI_ASSETS"/logo"
forecolor 1 1 1 0.2
decoration
visible 1
}
2002-07-24 15:30:51 +00:00
// REACTION QUAKE 3 VERSION 3.3 //
itemdef {
group main
subgroup "main_title"
2009-03-18 19:49:03 +00:00
//text "REACTION QUAKE 3 v3.3"
text "REACTION v1.0"
forecolor 0 0 .05 1
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .4
textalignx 120
textaligny 24
rect 108 144 240 36
anglevectors 9 -81
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
itemDef {
group main
//rect 100 100 440 280
alignrect "main_title" ITEM_ALIGN_LEFT 0 20 240 36
2002-07-24 15:30:51 +00:00
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .275
textalignx 120
textaligny 24
forecolor 0 0 0.05 1
2009-03-18 19:49:03 +00:00
text "(c) 2000-2009 Boomstick Studios\n\n\n\n\n"
"www.rq3.com"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
//Timed items
2002-07-24 15:30:51 +00:00
// PROGRAMMING //
itemDef {
name "timer2"
group timer
subgroup t2_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor .95 .95 1 1
rect 220 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"
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
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
2002-07-24 15:30:51 +00:00
text "Richard Allen\n"
2009-03-18 19:49:03 +00:00
"Andrei Drexler\n"
2003-04-10 02:45:48 +00:00
"Bryce Hutchings\n"
2002-07-24 15:30:51 +00:00
"Scott Brooks\n"
"Victor Chow\n"
"Bruno Covacha\n"
"Daniel Simoes"
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
2002-07-24 15:30:51 +00:00
text "JBravo\n"
2009-03-18 19:49:03 +00:00
"Makro\n"
2003-04-10 02:45:48 +00:00
"NiceAss\n"
2002-07-24 15:30:51 +00:00
"Blaze\n"
"Elder_MMHS\n"
"aasimon\n"
"sLiCeR"
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// ADDITIONAL PROGRAMMING //
itemDef {
name "timer3"
group timer
subgroup t3_paper
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 1 1
rect 36 104 320 260
anglevectors 5 -85
visible 1
decoration
}
itemdef {
renderpoint
2002-07-24 15:30:51 +00:00
name "timer3"
group timer
subgroup "t3_title"
text "ADDITIONAL 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
alignrect "t3_paper" ITEM_ALIGN_CENTER -28 40 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
2002-07-24 15:30:51 +00:00
text "Michael Bruce\n"
"Dan Chin\n"
2003-04-10 02:45:48 +00:00
"Malcolm Bechard\n"
2002-07-24 15:30:51 +00:00
"Tomas Edwardsson\n"
2009-03-18 19:49:03 +00:00
"Tomi Isoaho\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
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_RIGHT
textscale .3
textalignx 96
textaligny 24
forecolor 0 0 0.1 1
2002-07-24 15:30:51 +00:00
text "AgtOrange\n"
"Lt. Hawkins\n"
2003-04-10 02:45:48 +00:00
"Tsunami\n"
2002-07-24 15:30:51 +00:00
"Freud\n"
2009-03-18 19:49:03 +00:00
"T.T.I.\n"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
// ARTWORK //
itemDef {
name "timer4"
group timer
subgroup t4_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
2002-07-24 15:30:51 +00:00
name "timer4"
group timer
subgroup "t4_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
alignrect "t4_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 "timer4"
group timer
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_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 {
name "timer4"
group timer
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
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 {
name "timer5"
group timer
subgroup t5_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
2002-07-24 15:30:51 +00:00
name "timer5"
group timer
subgroup "t5_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
alignrect "t5_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 {
name "timer5"
group timer
alignrect "t5_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 {
name "timer5"
group timer
alignrect "t5_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 {
name "timer6"
group timer
subgroup t6_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
2002-07-24 15:30:51 +00:00
name "timer6"
group timer
subgroup "t6_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
alignrect "t6_paper" ITEM_ALIGN_CENTER -16 44 240 36
2002-07-24 15:30:51 +00:00
visible 1
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
itemDef {
name "timer6"
group timer
alignrect "t6_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 {
name "timer6"
group timer
alignrect "t6_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 {
name "timer7"
group timer
subgroup t7_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
2002-07-24 15:30:51 +00:00
name "timer7"
group timer
subgroup "t7_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
2009-03-18 19:49:03 +00:00
alignrect "t7_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 {
name "timer7"
group timer
alignrect "t7_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 {
name "timer7"
group timer
alignrect "t7_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 {
name "timer8"
group timer
subgroup t8_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
2002-07-24 15:30:51 +00:00
name "timer8"
group timer
subgroup "t8_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
alignrect t8_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 {
name "timer8"
group timer
//rect 100 100 440 280
alignrect "t8_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 {
name "timer8"
group timer
//rect 100 100 440 280
alignrect "t8_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 {
name "timer9"
group timer
subgroup t9_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
2002-07-24 15:30:51 +00:00
name "timer9"
group timer
subgroup "t9_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
alignrect t9_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 {
name "timer9"
group timer
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 "Rob Anastasi\n"
"Jesse Smith"
2002-07-24 15:30:51 +00:00
autowrapped
visible 1
decoration
}
itemDef {
name "timer9"
group timer
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 "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 {
name "timer10"
group timer
subgroup t10_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
2002-07-24 15:30:51 +00:00
name "timer10"
group timer
subgroup "t10_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
alignrect t10_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 {
name "timer10"
group timer
//rect 100 100 440 280
alignrect "t10_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 {
name "timer10"
group timer
//rect 100 100 440 280
alignrect "t10_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 {
name "timer11"
group timer
subgroup t11_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
2002-07-24 15:30:51 +00:00
name "timer11"
group timer
subgroup "t11_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
alignrect "t11_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 {
name "timer11"
group timer
alignrect "t11_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"
"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 {
name "timer11"
group timer
alignrect "t11_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"
"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 {
name "timer12"
group timer
subgroup t12_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
2002-07-24 15:30:51 +00:00
name "timer12"
group timer
subgroup "t12_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
alignrect "t12_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 {
name "timer12"
group timer
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
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 {
name "timer12"
group timer
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
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 {
name "timer13"
group timer
subgroup t13_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
2002-07-24 15:30:51 +00:00
name "timer13"
group timer
subgroup "t13_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
alignrect t13_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 {
name "timer13"
group timer
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
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 {
name "timer13"
group timer
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
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 {
name "timer14"
group timer
subgroup t14_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
2002-07-24 15:30:51 +00:00
name "timer14"
group timer
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
alignrect "t14_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 "timer14"
group timer
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
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 {
name "timer14"
group timer
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
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
}
2002-07-24 15:30:51 +00:00
// REACTION QUAKE 3 CONTRIBUTIONS //
itemDef {
name "timer15"
group timer
subgroup t15_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
2002-07-24 15:30:51 +00:00
name "timer15"
group timer
subgroup "t15_title"
text "Reaction Quake 3\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
alignrect t15_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 {
name "timer16"
group timer
subgroup t16_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
2002-07-24 15:30:51 +00:00
name "timer16"
group timer
subgroup "t16_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
alignrect t16_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 {
name "timer16"
group timer
alignrect "t16_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 {
name "timer16"
group timer
alignrect "t16_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
}
2002-07-24 15:30:51 +00:00
// REACTION QUAKE 3 TITLE SCORE //
itemDef {
name "timer17"
group timer
subgroup t17_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
2002-07-24 15:30:51 +00:00
name "timer17"
group timer
subgroup "t17_title"
text "REACTION QUAKE 3\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
alignrect t17_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 {
name "timer18"
group timer
subgroup t18_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
2002-07-24 15:30:51 +00:00
name "timer18"
group timer
subgroup "t18_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
alignrect t18_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 {
name "timer19"
group timer
subgroup t19_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
2002-07-24 15:30:51 +00:00
name "timer19"
group timer
subgroup "t19_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
2009-03-18 19:49:03 +00:00
alignrect t19_paper ITEM_ALIGN_CENTER -40 48 240 36
visible 1
autowrapped
decoration
}
itemDef {
name "timer19"
group timer
alignrect "t19_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"
"ZCam\n"
"Unlagged\n"
"Installers\n"
autowrapped
visible 1
decoration
}
itemDef {
name "timer19"
group timer
alignrect "t19_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"
"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 {
name "timer20"
group timer
subgroup t20_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
2002-07-24 15:30:51 +00:00
name "timer20"
group timer
subgroup "t20_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
alignrect t20_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 {
name "timer21"
group timer
subgroup t21_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
2002-07-24 15:30:51 +00:00
name "timer21"
group timer
subgroup "t21_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
alignrect "t21_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 {
name "timer22"
group timer
subgroup t22_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
2002-07-24 15:30:51 +00:00
name "timer22"
group timer
subgroup "t22_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
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
// PRE-RELEASE MESSAGEBOARD GOD //
itemDef {
name "timer23"
group timer
subgroup t23_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
2002-07-24 15:30:51 +00:00
name "timer23"
group timer
subgroup "t23_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
alignrect t23_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 {
name "timer24"
group timer
subgroup t24_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
2002-07-24 15:30:51 +00:00
name "timer24"
group timer
subgroup "t24_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
alignrect t24_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 {
name "timer25"
group timer
subgroup t25_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
2002-07-24 15:30:51 +00:00
name "timer25"
group timer
subgroup "t25_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
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
// WEB HOSTS //
itemDef {
name "timer26"
group timer
subgroup t26_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
2002-07-24 15:30:51 +00:00
name "timer26"
group timer
subgroup "t26_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
alignrect "t26_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 {
name "timer27"
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 {
name "timer28"
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
}
/*
2002-07-24 15:30:51 +00:00
itemDef {
name "timer28"
group timer
rect 248 172 32 40
style WINDOW_STYLE_SHADER
background UI_ASSETS"/idlogo.tga"
2002-07-24 15:30:51 +00:00
visible 1
decoration
}
*/
2002-07-24 15:30:51 +00:00
// PROGRAMMING //
itemDef {
name "timer29"
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 {
name "timer30"
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 {
name "timer31"
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 {
name "timer32"
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 {
name "timer33"
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 {
name "timer34"
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 {
name "timer35"
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 {
name "timer36"
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 {
name "timer38"
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"
2009-03-18 19:49:03 +00:00
"Copyright 2000 - 2009"
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 {
name "timer39"
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
}
}