View Single Post
Old 2007-03-03, 04:05   Link #217
NoSanninWa
Weapon of Mass Discussion
*Fansubber
 
 
Join Date: Feb 2003
Location: New York, USA
well I use these options;
Code:
FullScreenResize 	= 660,440
FullScreenBorder 	= 30,20,30,20
CCETemplateFS		= "Fullscreen"
WideScreenResize	= 660,330
WideScreenBorder	= 30,75,30,75
CCETemplateWS		= "Widescreen"
If those borders are too wide for you, then you could make them smaller like this:
Code:
FullScreenResize 	= 690,460
FullScreenBorder 	= 15,10,15,10
CCETemplateFS		= "Fullscreen"
WideScreenResize	= 690,345
WideScreenBorder	= 15,67,15,68
CCETemplateWS		= "Widescreen"
Or to remove them entirely:
Code:
FullScreenResize 	= 720,480
FullScreenBorder 	= 0,0,0,0
CCETemplateFS		= "Fullscreen"
WideScreenResize	= 720,360
WideScreenBorder	= 0,60,0,60
CCETemplateWS		= "Widescreen"
Just be careful with the aspect ratio to keep viewable width/height equal to 1.5
__________________

There's not that fine a line between willing suspension of disbelief and something just being stupid.
NoSanninWa is offline   Reply With Quote