home *** CD-ROM | disk | FTP | other *** search
- def x1 320
- def x2 350
- def y 30
- def dy 32
-
- Include Menu.Def
-
- FontSize Default 15 24
- FontSize Apply 15 24
- FontSize Selected 16 28
- FontSize Title 24 34
-
- Font MainSet HugeChars 18 24 0xFFFFFFFF 0x7F0000F0
-
- Background IdIcon
-
- def #VideoPage 0
-
- item
- {
- Text VideoO
- Font Title
- Pos 320 y Center
- Add y dy
- Add y 17
-
- OnAction
- {
- SaveInI OnEnter
- }
- UnSelectable
- }
-
-
- item
- {
- Text SetLow
- Font MainSet
- Pos 140 y Center
- OnAction
- {
- SetCfg /Game/MeshLOD -2 Apply
- SetCfg /Game/Fx 0
- SetCfg /Display/MipFilter 1
- SetCfg /Display/AnisotropyLevel 1
- SetCfg /Display/Width 512
- SetCfg /Display/Height 384
- SetCfg /Display/Bits 16
- SetCfg /Display/RefreshRate 0
- SetCfg /Display/MultiSample 0
- SetCfg /3dEngine/T&L 1
- SetCfg /3dEngine/HwSupport 2
- SetCfg /Display/Specular 0
- SetCfg /3dEngine/MultiPass 0
- SetCfg /Display/VSync 0
- SetCfg /SpecialFx/Mirror 0
- SetCfg /SpecialFx/Water 0
- SetCfg /3dEngine/Textures32bits -1
- SetCfg /3dEngine/DoNotClip 0
- FindBestMode
- }
- }
-
-
- item
- {
- Text SetMed
- Font MainSet
- Selected
- Pos 320 y Center
- OnAction
- {
- SetCfg /Game/MeshLOD 0 Apply
- SetCfg /Game/Fx 1
- SetCfg /Display/MipFilter 2
- SetCfg /Display/AnisotropyLevel 2
- SetCfg /Display/Width 800
- SetCfg /Display/Height 600
- SetCfg /Display/Bits 32
- SetCfg /Display/RefreshRate 0
- SetCfg /Display/MultiSample 0
- SetCfg /3dEngine/T&L 2
- SetCfg /3dEngine/HwSupport 2
- SetCfg /Display/Specular 1
- SetCfg /3dEngine/MultiPass 0
- SetCfg /Display/VSync 0
- SetCfg /SpecialFx/Mirror 1
- SetCfg /SpecialFx/Water 2
- SetCfg /3dEngine/Textures32bits -1
- SetCfg /3dEngine/DoNotClip 0
- FindBestMode
- }
- }
-
-
- item
- {
- Text SetHi
- Font MainSet
- Pos 500 y Center
- Add y dy
- Add y 10
- OnAction
- {
- SetCfg /Game/MeshLOD 1 Apply
- SetCfg /Game/Fx 1
- SetCfg /Display/MipFilter 2
- SetCfg /Display/AnisotropyLevel 8
- SetCfg /Display/Width 1024
- SetCfg /Display/Height 768
- SetCfg /Display/Bits 32
- SetCfg /Display/RefreshRate 0
- SetCfg /Display/MultiSample 4
- SetCfg /3dEngine/T&L 2
- SetCfg /3dEngine/HwSupport 2
- SetCfg /Display/Specular 1
- SetCfg /3dEngine/MultiPass 1
- SetCfg /Display/VSync 0
- SetCfg /SpecialFx/Mirror 1
- SetCfg /SpecialFx/Water 2
- SetCfg /3dEngine/Textures32bits -1
- SetCfg /3dEngine/DoNotClip 0
- FindBestMode
- }
- }
-
-
- item
- {
- Pos 0 y
- SubMenuIf #VideoPage 0 0 VideoBase
- }
-
-
- item
- {
- Pos 0 y
- SubMenuIf #VideoPage 1 1 VideoAdv
- }
-
-
- def y 450
-
- item
- {
- Text Back
- Add y 10
- Pos 140 y Center
- OnAction
- {
- RestoreCfg
- MenuBack
- }
- }
-
-
- item
- {
- Text Apply
- Font Apply
- Pos 500 y Center
- Add y dy
- OnAction
- {
- UpdateVideo
- Apply
- Menu VideoKeep
- }
- }
-
- GetFullVersion 575 10 Center Up
-