Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.UT2K4Tab_DetailSettings

Extends
Settings_Tabs

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.Settings_Tabs
                     |   
                     +-- GUI2K4.UT2K4Tab_DetailSettings

Constants Summary
RENDERMODECOUNT=2

Variables Summary
moCheckBoxch_Coronas
moCheckBoxch_Decals
moCheckBoxch_DecoLayers
moCheckBoxch_DynLight
moCheckBoxch_FullScreen
moCheckBoxch_Projectors
moCheckBoxch_Textures
moCheckBoxch_Trilinear
moCheckBoxch_Weather
moComboBoxco_Char
moComboBoxco_ColorDepth
moComboBoxco_Decal
moComboBoxco_MeshLOD
moComboBoxco_Physics
moComboBoxco_RenderDevice
moComboBoxco_Resolution
moComboBoxco_Shadows
moComboBoxco_Texture
moComboBoxco_World
GUIImagei_Gamma
GUIImagei_GammaBar
GUISectionBackgroundsb_Section1
GUISectionBackgroundsb_Section2
GUISectionBackgroundsb_Section3
moSlidersl_Brightness
moSlidersl_Contrast
moSlidersl_DistanceLOD
moSlidersl_Gamma
UT2K4Tab_DetailSettings
boolbCorona
boolbCoronaD
boolbDecal
boolbDecalD
boolbDemo
boolbDynLight
boolbDynLightD
boolbFol
boolbFolD
boolbFullScreen
boolbFullScreenD
boolbIgnoreChange
boolbIgnoreResNotice
boolbInvalidRes
stringBitDepthText[2]
boolbPlayedSound
boolbProj
boolbProjD
boolbTexture
boolbTextureD
boolbTrilin
boolbTrilinD
boolbWeather
boolbWeatherD
stringDetailLevels[9]
DisplayModeDisplayModes[17]
stringDisplayPromptMenu
floatfBright
floatfContrast
floatfDistance
floatfDistanceD
floatfGamma
intiChar
intiCharD
intiColDepth
intiColDepthD
intiDecal
intiDecalD
intiMeshLOD
intiMeshLODD
stringInvalidSelectionText
intiPhys
intiPhysD
intiShadow
intiShadowD
intiTexture
intiTextureD
intiWorld
intiWorldD
stringRelaunchQuestion
stringRenderModeText[RENDERMODECOUNT]
stringRenderMode[RENDERMODECOUNT]
stringShadowOptions[3]
stringsRenDev
stringsRenDevD
stringsRes
stringsResD
Inherited Variables from GUI2K4.Settings_Tabs
bAlwaysApply, bExpert, bNeedApply, PerformanceWarningMenu, PerformanceWarningText, Setting, t_Footer, WarningCounter, WarningLength

Structures Summary
DisplayMode
Width, Height

Functions Summary
functionint AddNewResolution (string NewDisplayMode)
function CheckSliders ()
function CheckSupportedResolutions ()
function GetComboOptions (moComboBox Combo, out array<GUIListElem> Ar)
functionstring GetConfigString (string DetailString)
functionint GetDetailIndex (string DetailString)
functionstring GetGUIString (string ConfigString)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InitializeCombos ()
function InternalOnChange (GUIComponent Sender)
function InternalOnLoadINI (GUIComponent Sender, string s)
functionbool InternalOnPreDraw (Canvas C)
event Opened (GUIComponent Sender)
function Refresh ()
functionbool RenderDeviceClick (byte Btn)
function ResetClicked ()
function ResetRenderDevice ()
function ResetViewport ()
function ResolutionChanged (int NewX, int NewY)
function SaveSettings ()
function SetupPositions ()
function ShowPanel (bool bShow)
function UpdateDecalStay ()
function VideoChangeClose (optional bool bCancelled)
Inherited Functions from GUI2K4.Settings_Tabs
AcceptClicked, Closed, DrawPerfWarn, GetNativeClassName, InitComponent, InternalOnChange, Opened, ResetClicked, SaveSettings, ShowPanel, ShowPerformanceWarning, Timer


Constants Detail

RENDERMODECOUNT Source code

const RENDERMODECOUNT = 2;


Variables Detail

ch_Coronas Source code

var automated moCheckBox ch_Coronas;

ch_Decals Source code

var automated moCheckBox ch_Decals;

ch_DecoLayers Source code

var automated moCheckBox ch_DecoLayers;

ch_DynLight Source code

var automated moCheckBox ch_DynLight;

ch_FullScreen Source code

var automated moCheckBox ch_FullScreen;

ch_Projectors Source code

var automated moCheckBox ch_Projectors;

ch_Textures Source code

var automated moCheckBox ch_Textures;

ch_Trilinear Source code

var automated moCheckBox ch_Trilinear;

ch_Weather Source code

var automated moCheckBox ch_Weather;

co_Char Source code

var automated moComboBox co_Char;

co_ColorDepth Source code

var automated moComboBox co_ColorDepth;

co_Decal Source code

var automated moComboBox co_Decal;

co_MeshLOD Source code

var automated moComboBox co_MeshLOD;

co_Physics Source code

var automated moComboBox co_Physics;

co_RenderDevice Source code

var automated moComboBox co_RenderDevice;

co_Resolution Source code

var automated moComboBox co_Resolution;

co_Shadows Source code

var automated moComboBox co_Shadows;

co_Texture Source code

var automated moComboBox co_Texture;

co_World Source code

var automated moComboBox co_World;

i_Gamma Source code

var automated GUIImage i_Gamma;

i_GammaBar Source code

var automated GUIImage i_GammaBar;

sb_Section1 Source code

var automated GUISectionBackground sb_Section1;

sb_Section2 Source code

var automated GUISectionBackground sb_Section2;

sb_Section3 Source code

var automated GUISectionBackground sb_Section3;

sl_Brightness Source code

var automated moSlider sl_Brightness;

sl_Contrast Source code

var automated moSlider sl_Contrast;

sl_DistanceLOD Source code

var automated moSlider sl_DistanceLOD;

sl_Gamma Source code

var automated moSlider sl_Gamma;

UT2K4Tab_DetailSettings

bCorona Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bCorona;

bCoronaD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bCoronaD;

bDecal Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bDecal;

bDecalD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bDecalD;

bDemo Source code

var(UT2K4Tab_DetailSettings) private noexport editconst transient bool bDemo;

bDynLight Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bDynLight;

bDynLightD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bDynLightD;

bFol Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bFol;

bFolD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bFolD;

bFullScreen Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bFullScreen;

bFullScreenD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bFullScreenD;

bIgnoreChange Source code

var(UT2K4Tab_DetailSettings) noexport bool bIgnoreChange;

bIgnoreResNotice Source code

var(UT2K4Tab_DetailSettings) noexport bool bIgnoreResNotice;

bInvalidRes Source code

var(UT2K4Tab_DetailSettings) noexport bool bInvalidRes;

BitDepthText[2] Source code

var(UT2K4Tab_DetailSettings) localized string BitDepthText[2];

bPlayedSound Source code

var(UT2K4Tab_DetailSettings) bool bPlayedSound;

bProj Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bProj;

bProjD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bProjD;

bTexture Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bTexture;

bTextureD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bTextureD;

bTrilin Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bTrilin;

bTrilinD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bTrilinD;

bWeather Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bWeather;

bWeatherD Source code

var(UT2K4Tab_DetailSettings) noexport transient bool bWeatherD;

DetailLevels[9] Source code

var(UT2K4Tab_DetailSettings) localized string DetailLevels[9];

DisplayModes[17] Source code

var(UT2K4Tab_DetailSettings) DisplayMode DisplayModes[17];

DisplayPromptMenu Source code

var(UT2K4Tab_DetailSettings) string DisplayPromptMenu;

fBright Source code

var(UT2K4Tab_DetailSettings) noexport transient float fBright;

fContrast Source code

var(UT2K4Tab_DetailSettings) noexport transient float fContrast;

fDistance Source code

var(UT2K4Tab_DetailSettings) noexport transient float fDistance;

fDistanceD Source code

var(UT2K4Tab_DetailSettings) noexport transient float fDistanceD;

fGamma Source code

var(UT2K4Tab_DetailSettings) noexport transient float fGamma;

iChar Source code

var(UT2K4Tab_DetailSettings) noexport transient int iChar;

iCharD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iCharD;

iColDepth Source code

var(UT2K4Tab_DetailSettings) noexport transient int iColDepth;

iColDepthD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iColDepthD;

iDecal Source code

var(UT2K4Tab_DetailSettings) noexport transient int iDecal;

iDecalD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iDecalD;

iMeshLOD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iMeshLOD;

iMeshLODD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iMeshLODD;

InvalidSelectionText Source code

var(UT2K4Tab_DetailSettings) localized string InvalidSelectionText;

iPhys Source code

var(UT2K4Tab_DetailSettings) noexport transient int iPhys;

iPhysD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iPhysD;

iShadow Source code

var(UT2K4Tab_DetailSettings) noexport transient int iShadow;

iShadowD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iShadowD;

iTexture Source code

var(UT2K4Tab_DetailSettings) noexport transient int iTexture;

iTextureD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iTextureD;

iWorld Source code

var(UT2K4Tab_DetailSettings) noexport transient int iWorld;

iWorldD Source code

var(UT2K4Tab_DetailSettings) noexport transient int iWorldD;

RelaunchQuestion Source code

var(UT2K4Tab_DetailSettings) localized string RelaunchQuestion;

RenderModeText[RENDERMODECOUNT] Source code

var(UT2K4Tab_DetailSettings) localized string RenderModeText[RENDERMODECOUNT];

RenderMode[RENDERMODECOUNT] Source code

var(UT2K4Tab_DetailSettings) string RenderMode[RENDERMODECOUNT];

ShadowOptions[3] Source code

var(UT2K4Tab_DetailSettings) localized string ShadowOptions[3];

sRenDev Source code

var(UT2K4Tab_DetailSettings) noexport transient string sRenDev;

sRenDevD Source code

var(UT2K4Tab_DetailSettings) noexport transient string sRenDevD;

sRes Source code

var(UT2K4Tab_DetailSettings) noexport transient string sRes;

sResD Source code

var(UT2K4Tab_DetailSettings) noexport transient string sResD;


Structures Detail

DisplayMode Source code

struct DisplayMode
{
var int Height;
var int Width;
};



Functions Detail

AddNewResolution Source code

function int AddNewResolution ( string NewDisplayMode )

CheckSliders Source code

function CheckSliders ( )

CheckSupportedResolutions Source code

function CheckSupportedResolutions ( )

GetComboOptions Source code

final function GetComboOptions ( moComboBox Combo, out array<GUIListElem> Ar )

GetConfigString Source code

final function string GetConfigString ( string DetailString )

GetDetailIndex Source code

function int GetDetailIndex ( string DetailString )

GetGUIString Source code

final function string GetGUIString ( string ConfigString )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InitializeCombos Source code

function InitializeCombos ( )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

InternalOnLoadINI Source code

function InternalOnLoadINI ( GUIComponent Sender, string s )

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas C )

Opened Source code

event Opened ( GUIComponent Sender )

Refresh Source code

function Refresh ( )

RenderDeviceClick Source code

function bool RenderDeviceClick ( byte Btn )

ResetClicked Source code

function ResetClicked ( )

ResetRenderDevice Source code

function ResetRenderDevice ( )

ResetViewport Source code

function ResetViewport ( )

ResolutionChanged Source code

function ResolutionChanged ( int NewX, int NewY )

SaveSettings Source code

function SaveSettings ( )

SetupPositions Source code

function SetupPositions ( )

ShowPanel Source code

function ShowPanel ( bool bShow )

UpdateDecalStay Source code

function UpdateDecalStay ( )

VideoChangeClose Source code

function VideoChangeClose ( optional bool bCancelled )


Defaultproperties

defaultproperties
{
     DisplayModes(0)=(Width=320,Height=240)
     DisplayModes(1)=(Width=512,Height=384)
     DisplayModes(2)=(Width=640,Height=480)
     DisplayModes(3)=(Width=800,Height=500)
     DisplayModes(4)=(Width=800,Height=600)
     DisplayModes(5)=(Width=1024,Height=640)
     DisplayModes(6)=(Width=1024,Height=768)
     DisplayModes(7)=(Width=1152,Height=768)
     DisplayModes(8)=(Width=1152,Height=864)
     DisplayModes(9)=(Width=1280,Height=800)
     DisplayModes(10)=(Width=1280,Height=854)
     DisplayModes(11)=(Width=1280,Height=960)
     DisplayModes(12)=(Width=1280,Height=1024)
     DisplayModes(13)=(Width=1600,Height=1024)
     DisplayModes(14)=(Width=1600,Height=1200)
     DisplayModes(15)=(Width=1680,Height=1050)
     DisplayModes(16)=(Width=1920,Height=1200)
     BitDepthText(0)="16-bit"
     BitDepthText(1)="32-bit"
     DetailLevels(0)="Lowest"
     DetailLevels(1)="Very Low"
     DetailLevels(2)="Lower"
     DetailLevels(3)="Low"
     DetailLevels(4)="Normal"
     DetailLevels(5)="High"
     DetailLevels(6)="Higher"
     DetailLevels(7)="Very High"
     DetailLevels(8)="Highest"
     ShadowOptions(0)="None"
     ShadowOptions(1)="Blob"
     ShadowOptions(2)="Full"
     RenderModeText(0)="Direct 3D"
     RenderModeText(1)="Software"
     RenderMode(0)="D3DDrv.D3DRenderDevice"
     RenderMode(1)="PixoDrv.PixoRenderDevice"
     DisplayPromptMenu="GUI2K4.UT2K4VideoChangeOK"
     Begin Object Class=GUISectionBackground Name=sbSection1
         Caption="Resolution"
         WinTop=0.012761
         WinLeft=0.000948
         WinWidth=0.491849
         WinHeight=0.440729
         RenderWeight=0.010000
         OnPreDraw=sbSection1.InternalPreDraw
     End Object
     sb_Section1=GUISectionBackground'GUI2K4.UT2K4Tab_DetailSettings.sbSection1'

     Begin Object Class=GUISectionBackground Name=sbSection2
         Caption="Options"
         WinTop=0.012761
         WinLeft=0.495826
         WinWidth=0.502751
         WinHeight=0.975228
         RenderWeight=0.010000
         OnPreDraw=sbSection2.InternalPreDraw
     End Object
     sb_Section2=GUISectionBackground'GUI2K4.UT2K4Tab_DetailSettings.sbSection2'

     Begin Object Class=GUISectionBackground Name=sbSection3
         bFillClient=True
         Caption="Gamma Test"
         WinTop=0.476061
         WinLeft=0.011132
         WinWidth=0.462891
         WinHeight=0.511261
         RenderWeight=0.010000
         OnPreDraw=sbSection3.InternalPreDraw
     End Object
     sb_Section3=GUISectionBackground'GUI2K4.UT2K4Tab_DetailSettings.sbSection3'

     Begin Object Class=GUIImage Name=GammaBar
         Image=Texture'2K4Menus.Controls.Gamma'
         ImageStyle=ISTY_Scaled
         ImageRenderStyle=MSTY_Normal
         WinTop=0.450001
         WinLeft=0.013477
         WinWidth=0.456250
         WinHeight=0.532117
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
     End Object
     i_GammaBar=GUIImage'GUI2K4.UT2K4Tab_DetailSettings.GammaBar'

     Begin Object Class=moComboBox Name=DetailTextureDetail
         ComponentJustification=TXTA_Left
         CaptionWidth=0.650000
         Caption="Texture Detail"
         OnCreateComponent=DetailTextureDetail.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="High"
         Hint="Changes how much world detail will be rendered."
         WinTop=0.063021
         WinLeft=0.550000
         WinWidth=0.400000
         TabOrder=7
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_Texture=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.DetailTextureDetail'

     Begin Object Class=moComboBox Name=DetailCharacterDetail
         ComponentJustification=TXTA_Left
         CaptionWidth=0.650000
         Caption="Character Detail"
         OnCreateComponent=DetailCharacterDetail.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="High"
         Hint="Changes how much character detail will be rendered."
         WinTop=0.116667
         WinLeft=0.550000
         WinWidth=0.400000
         TabOrder=8
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_Char=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.DetailCharacterDetail'

     Begin Object Class=moComboBox Name=DetailWorldDetail
         ComponentJustification=TXTA_Left
         CaptionWidth=0.650000
         Caption="World Detail"
         OnCreateComponent=DetailWorldDetail.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="High"
         Hint="Changes the level of detail used for optional geometry and effects."
         WinTop=0.170312
         WinLeft=0.550000
         WinWidth=0.400000
         TabOrder=9
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_World=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.DetailWorldDetail'

     Begin Object Class=moComboBox Name=DetailPhysics
         ComponentJustification=TXTA_Left
         CaptionWidth=0.650000
         Caption="Physics Detail"
         OnCreateComponent=DetailPhysics.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="High"
         Hint="Changes the physics simulation level of detail."
         WinTop=0.223958
         WinLeft=0.550000
         WinWidth=0.400000
         TabOrder=10
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_Physics=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.DetailPhysics'

     Begin Object Class=moComboBox Name=DetailDecalStay
         ComponentJustification=TXTA_Left
         CaptionWidth=0.650000
         Caption="Decal Stay"
         OnCreateComponent=DetailDecalStay.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="Normal"
         Hint="Changes how long weapon scarring effects stay around."
         WinTop=0.282032
         WinLeft=0.550000
         WinWidth=0.400000
         TabOrder=12
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_Decal=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.DetailDecalStay'

     Begin Object Class=moComboBox Name=MeshLOD
         ComponentJustification=TXTA_Left
         CaptionWidth=0.650000
         Caption="Dynamic Mesh LOD"
         OnCreateComponent=MeshLOD.InternalOnCreateComponent
         IniOption="@Internal"
         Hint="Adjusts how aggressively character and vehicle details are reduced at a distance.  Higher settings increase the distance at which details are reduced, possibly improving visual detail at a cost in performance"
         WinTop=0.223958
         WinLeft=0.550000
         WinWidth=0.400000
         TabOrder=11
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_MeshLOD=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.MeshLOD'

     Begin Object Class=moComboBox Name=VideoResolution
         bReadOnly=True
         CaptionWidth=0.550000
         Caption="Resolution"
         OnCreateComponent=VideoResolution.InternalOnCreateComponent
         IniOption="@INTERNAL"
         IniDefault="640x480"
         Hint="Select the video resolution at which you wish to play."
         WinTop=0.060417
         WinLeft=0.030508
         WinWidth=0.390000
         TabOrder=1
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_Resolution=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.VideoResolution'

     Begin Object Class=moComboBox Name=VideoColorDepth
         CaptionWidth=0.550000
         Caption="Color Depth"
         OnCreateComponent=VideoColorDepth.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="false"
         Hint="Select the maximum number of colors to display at one time."
         WinTop=0.117188
         WinLeft=0.030234
         WinWidth=0.390000
         TabOrder=2
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_ColorDepth=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.VideoColorDepth'

     Begin Object Class=moComboBox Name=RenderDeviceCombo
         ComponentJustification=TXTA_Left
         CaptionWidth=0.550000
         Caption="Render Device"
         OnCreateComponent=RenderDeviceCombo.InternalOnCreateComponent
         IniOption="@Internal"
         Hint="Alternate rendering devices may offer better performance on your machine."
         WinTop=0.335021
         WinLeft=0.547773
         WinWidth=0.401953
         TabOrder=0
         bBoundToParent=True
         bScaleToParent=True
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_RenderDevice=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.RenderDeviceCombo'

     Begin Object Class=moComboBox Name=DetailCharacterShadows
         ComponentJustification=TXTA_Left
         CaptionWidth=0.650000
         Caption="Character Shadows"
         OnCreateComponent=DetailCharacterShadows.InternalOnCreateComponent
         IniOption="@Internal"
         Hint="Adjust the detail of character shadows.  'Blob' or 'None' recommended for low-performance PC's"
         WinTop=0.431378
         WinLeft=0.600000
         WinWidth=0.300000
         TabOrder=13
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     co_Shadows=moComboBox'GUI2K4.UT2K4Tab_DetailSettings.DetailCharacterShadows'

     Begin Object Class=moCheckBox Name=DetailDecals
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Decals"
         OnCreateComponent=DetailDecals.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="True"
         Hint="Enables weapon scarring effects."
         WinTop=0.479308
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=14
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_Decals=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.DetailDecals'

     Begin Object Class=moCheckBox Name=DetailDynamicLighting
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Dynamic Lighting"
         OnCreateComponent=DetailDynamicLighting.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="True"
         Hint="Enables dynamic lights."
         WinTop=0.526716
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=15
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_DynLight=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.DetailDynamicLighting'

     Begin Object Class=moCheckBox Name=DetailCoronas
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Coronas"
         OnCreateComponent=DetailCoronas.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="True"
         Hint="Enables coronas."
         WinTop=0.624136
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=17
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_Coronas=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.DetailCoronas'

     Begin Object Class=moCheckBox Name=DetailDetailTextures
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Detail Textures"
         OnCreateComponent=DetailDetailTextures.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="True"
         Hint="Enables detail textures."
         WinTop=0.575425
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=16
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_Textures=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.DetailDetailTextures'

     Begin Object Class=moCheckBox Name=DetailProjectors
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Projectors"
         OnCreateComponent=DetailProjectors.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="True"
         Hint="Enables projectors."
         WinTop=0.721195
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=19
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_Projectors=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.DetailProjectors'

     Begin Object Class=moCheckBox Name=DetailDecoLayers
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Foliage"
         OnCreateComponent=DetailDecoLayers.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="True"
         Hint="Enables grass and other decorative foliage."
         WinTop=0.769906
         WinLeft=0.599727
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=20
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_DecoLayers=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.DetailDecoLayers'

     Begin Object Class=moCheckBox Name=DetailTrilinear
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Trilinear Filtering"
         OnCreateComponent=DetailTrilinear.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="False"
         Hint="Enables trilinear filtering, recommended for high-performance PCs."
         WinTop=0.673263
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=18
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_Trilinear=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.DetailTrilinear'

     Begin Object Class=moCheckBox Name=VideoFullScreen
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Full Screen"
         OnCreateComponent=VideoFullScreen.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="True"
         Hint="Check this box to run the game full screen."
         WinTop=0.169531
         WinLeft=0.030976
         WinWidth=0.387500
         TabOrder=3
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_FullScreen=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.VideoFullScreen'

     Begin Object Class=moCheckBox Name=WeatherEffects
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Weather Effects"
         OnCreateComponent=WeatherEffects.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="False"
         Hint="Enable weather effects like rain-drops and lightning."
         WinTop=0.864910
         WinLeft=0.599727
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=21
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     ch_Weather=moCheckBox'GUI2K4.UT2K4Tab_DetailSettings.WeatherEffects'

     Begin Object Class=moSlider Name=GammaSlider
         MaxValue=2.500000
         MinValue=0.500000
         SliderCaptionStyleName=
         CaptionWidth=0.550000
         Caption="Gamma"
         OnCreateComponent=GammaSlider.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="0.8"
         Hint="Use the slider to adjust the Gamma to suit your monitor."
         WinTop=0.272918
         WinLeft=0.012501
         WinWidth=0.461133
         TabOrder=5
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     sl_Gamma=moSlider'GUI2K4.UT2K4Tab_DetailSettings.GammaSlider'

     Begin Object Class=moSlider Name=BrightnessSlider
         MaxValue=1.000000
         SliderCaptionStyleName=
         CaptionWidth=0.550000
         Caption="Brightness"
         OnCreateComponent=BrightnessSlider.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="0.8"
         Hint="Use the slider to adjust the Brightness to suit your monitor."
         WinTop=0.229951
         WinLeft=0.012188
         WinWidth=0.461445
         TabOrder=4
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     sl_Brightness=moSlider'GUI2K4.UT2K4Tab_DetailSettings.BrightnessSlider'

     Begin Object Class=moSlider Name=ContrastSlider
         MaxValue=1.000000
         SliderCaptionStyleName=
         CaptionWidth=0.550000
         Caption="Contrast"
         OnCreateComponent=ContrastSlider.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="0.8"
         Hint="Use the slider to adjust the Contrast to suit your monitor."
         WinTop=0.313285
         WinLeft=0.012188
         WinWidth=0.461133
         TabOrder=6
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     sl_Contrast=moSlider'GUI2K4.UT2K4Tab_DetailSettings.ContrastSlider'

     Begin Object Class=moSlider Name=DistanceLODSlider
         MaxValue=1.000000
         Value=0.500000
         SliderCaptionStyleName=
         CaptionWidth=0.650000
         Caption="Fog Distance"
         OnCreateComponent=DistanceLODSlider.InternalOnCreateComponent
         IniOption="@Internal"
         Hint="Reduce the fog distance to improve performance."
         WinTop=0.910000
         WinLeft=0.560000
         WinWidth=0.400000
         TabOrder=22
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
         OnLoadINI=UT2K4Tab_DetailSettings.InternalOnLoadINI
     End Object
     sl_DistanceLOD=moSlider'GUI2K4.UT2K4Tab_DetailSettings.DistanceLODSlider'

     RelaunchQuestion="The graphics mode has been successfully changed.  However, it will not take effect until the next time the game is started.  Would you like to restart UT2004 right now?"
     InvalidSelectionText="The selected custom resolution is reported to be incompatible with your machine.  In order to ensure maximum stability, it is recommended that you choose a compatible resolution from the 'Resolution' drop-down menu"
     PanelCaption="Display"
     WinTop=0.150000
     WinHeight=0.740000
     OnPreDraw=UT2K4Tab_DetailSettings.InternalOnPreDraw
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:23.781 - Created with UnCodeX