/************************************************************************
**
**		Alien vs. Predator 2 Close Caption Attributes file
**
** This file contains attributes for the following:
**
**	Close Caption
**
**
** NOTES:
**
**  1) All time is specified in seconds (unless otherwise noted)
**  2) The Float type is the same as Real (i.e., 1.0 or 1.5)
**  3) The valid range for all RGB color properties is between
**     0 and 255 (e.g., (0, 255, 0) would be green).
*/

/************************************************************************
**
** Close Caption Style
**
**
**	Name (String)
**
**		What should we call this one
**
**	FileName0-X
**	SpriteLocation0-X
**	SpriteAlpha0-X
**		File Name is the name of the PCX, The location is used
**		to place the upper left corner and the Alpha is used to
**		set the blending of the sprite
**
**	Flags
**
**		This is a number composited from a bunch of flags in the
**		code. Use this number unless you know what needs to be 
**		changed (16776966).
**
**	Justify
**		0 = Left
**		1 = Right
**		2 = Center
**
**	Offset
**		Offset for the font to draw
**
**	ForceFormat
**		0 = false
**		1 = true
**
**	FormatWidth
**		this is how wide each line should be before wrapping
**
**	ClipRect
**		rectangle to clip the font to.
**
**	LetterSpace and LineSpace
**		These control the spacing of the font
**
**	Color
**		Keep this 0
**
**	Alpha
**		Translucent level
**
**	StartSound
**		Sound set to use when starting the style (references name in SoundButes.txt).
**
**	StopSound
**		Sound set to use when stopping the style (references name in SoundButes.txt).
**
**	Delay stuff controls the display rate and scrolling rate
**
**	FaceLocation and Alpha is used to set the portrait.
*/

/*
[Style0]
StyleName		= "Radio"

//FileName0		= "Interface\StatusBar\Marine\av_frame.pcx"
SpriteLocation0	= (100,10) // Across and then down
SpriteAlpha0	= 0.5

Flags			= 16776966		// I know it's ugly, but this should work 90%
Justify			= 0				// 0 left, 1 right, 2 center
Offset			= (0,0)			// Indenting first line.
ForceFormat		= 0				// Unknown

FormatWidth		= 327			//  
ClipRect		= (167, 15, 495, 78)  // across, down, upper left, lower right  
LetterSpace		= 0
LineSpace		= 0
Color			= 0

Alpha			= 1.0			// Alpha for text, 1.0 = no alpha

LetterDelay		= 0.01
LineDelay		= 0.2
ScrollTime		= 0.5
LineWait		= 4

FaceLocation	= (100, 10)
FaceAlpha		= 1.0
*/


[Style0]
StyleName		= "RADIO"

//FileName0		= "Interface\StatusBar\Marine\av_frame.pcx"
SpriteLocation0	= (100,5) // Across and then down
SpriteAlpha0	= 0.25

Flags			= 16776966		// I know it's ugly, but this should work 90%
Justify			= 0				// 0 left, 1 right, 2 center
Offset			= (0,0)			// Indenting first line.
ForceFormat		= 0				// Unknown

FormatWidth		= 327			//  
ClipRect		= (175, 10, 650, 70)  // across, down, upper left, lower right  
LetterSpace		= 0
LineSpace		= 0
Color			= 0

Alpha			= 0.5		// Alpha for text, 1.0 = no alpha

LetterDelay		= 0.01
LineDelay		= 0.2
ScrollTime		= 0.5
LineWait		= 4

FaceLocation	= (101, 6)
FaceAlpha		= 0.25

[Style1]
StyleName		= "SUBTITLED"

FileName0		= ""
SpriteLocation0	= (100,5) // Across and then down
SpriteAlpha0	= 0.5

Flags			= 16776966		// I know it's ugly, but this should work 90%
Justify			= 0				// 0 left, 1 right, 2 center
Offset			= (0,0)			// Indenting first line.
ForceFormat		= 0				// Unknown

FormatWidth		= 327			//  
ClipRect		= (55, 430, 630, 480)  // across, down, upper left, lower right  
LetterSpace		= 0
LineSpace		= 0
Color			= 0

Alpha			= 1.0		// Alpha for text, 1.0 = no alpha

LetterDelay		= 0.0
LineDelay		= 0.0
ScrollTime		= 0.0
LineWait		= 0

FaceLocation	= (101, 6)
FaceAlpha		= 0.0



[Style2]
StyleName		= "OLDSUBTITLED"

//FileName0		= "Interface\StatusBar\Marine\av_frame.pcx"
//SpriteLocation0	= (100,5) // Across and then down
//SpriteAlpha0	= 0.5

Flags			= 16776966		// I know it's ugly, but this should work 90%
Justify			= 0				// 0 left, 1 right, 2 center
Offset			= (0,0)			// Indenting first line.
ForceFormat		= 0				// Unknown

FormatWidth		= 400			//  
ClipRect		= (100, 500, 650, 620)  // across, down, upper left, lower right  
LetterSpace		= 0
LineSpace		= 0
Color			= 0				// rgb values 

Alpha			= 1.0			// Alpha for text, 1.0 = no alpha

LetterDelay		= 0.0
LineDelay		= 0.0
ScrollTime		= 0.0
LineWait		= 0

FaceLocation	= (100, 5)
FaceAlpha		= 1.0

[Style3]
StyleName		= "None"

FileName0		= "" // None
SpriteLocation0	= (100,5) // Across and then down
SpriteAlpha0	= 0.5

Flags			= 16776966		// I know it's ugly, but this should work 90%
Justify			= 0				// 0 left, 1 right, 2 center
Offset			= (0,0)			// Indenting first line.
ForceFormat		= 0				// Unknown

FormatWidth		= 327			//  
ClipRect		= (10, 500, 650, 620)  // across, down, upper left, lower right  
LetterSpace		= 0
LineSpace		= 0
Color			= 0

Alpha			= 0.0			// Alpha for text, 1.0 = no alpha

LetterDelay		= 0.2
LineDelay		= 0.5
ScrollTime		= 0.0
LineWait		= 0

FaceLocation	= (100, 5)
FaceAlpha		= 0.0