home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / balloonrain_trial.exe / Data / Pak01.pak / menu / video.menu < prev    next >
Text File  |  2004-06-22  |  3KB  |  172 lines

  1. def x1        320
  2. def x2        350
  3. def y        30
  4. def dy        32
  5.  
  6. Include Menu.Def
  7.  
  8. FontSize Default    15 24
  9. FontSize Apply        15 24
  10. FontSize Selected    16 28
  11. FontSize Title        24 34
  12.  
  13. Font    MainSet    HugeChars 18 24 0xFFFFFFFF 0x7F0000F0
  14.  
  15. Background IdIcon
  16.  
  17. def    #VideoPage    0
  18.  
  19. item
  20. {
  21.     Text VideoO
  22.     Font Title
  23.     Pos 320 y Center
  24.     Add y dy
  25.     Add y 17
  26.  
  27.     OnAction
  28.     {
  29.         SaveInI    OnEnter
  30.     }
  31.     UnSelectable
  32. }
  33.  
  34.  
  35. item
  36. {
  37.     Text SetLow
  38.     Font MainSet
  39.     Pos 140 y Center
  40.     OnAction
  41.     {
  42.         SetCfg /Game/MeshLOD -2 Apply
  43.         SetCfg /Game/Fx 0
  44.         SetCfg /Display/MipFilter 1
  45.         SetCfg /Display/AnisotropyLevel 1
  46.         SetCfg /Display/Width 512
  47.         SetCfg /Display/Height 384
  48.         SetCfg /Display/Bits 16
  49.         SetCfg /Display/RefreshRate 0
  50.         SetCfg /Display/MultiSample 0
  51.         SetCfg /3dEngine/T&L 1
  52.         SetCfg /3dEngine/HwSupport 2
  53.         SetCfg /Display/Specular 0
  54.         SetCfg /3dEngine/MultiPass 0
  55.         SetCfg /Display/VSync 0
  56.         SetCfg /SpecialFx/Mirror 0
  57.         SetCfg /SpecialFx/Water 0
  58.         SetCfg /3dEngine/Textures32bits -1
  59.         SetCfg /3dEngine/DoNotClip 0
  60.         FindBestMode
  61.     }
  62. }
  63.  
  64.  
  65. item
  66. {
  67.     Text SetMed
  68.     Font MainSet
  69.     Selected
  70.     Pos 320 y Center
  71.     OnAction
  72.     {
  73.         SetCfg /Game/MeshLOD 0 Apply
  74.         SetCfg /Game/Fx 1
  75.         SetCfg /Display/MipFilter 2
  76.         SetCfg /Display/AnisotropyLevel 2
  77.         SetCfg /Display/Width 800
  78.         SetCfg /Display/Height 600
  79.         SetCfg /Display/Bits 32
  80.         SetCfg /Display/RefreshRate 0
  81.         SetCfg /Display/MultiSample 0
  82.         SetCfg /3dEngine/T&L 2
  83.         SetCfg /3dEngine/HwSupport 2
  84.         SetCfg /Display/Specular 1
  85.         SetCfg /3dEngine/MultiPass 0
  86.         SetCfg /Display/VSync 0
  87.         SetCfg /SpecialFx/Mirror 1
  88.         SetCfg /SpecialFx/Water 2
  89.         SetCfg /3dEngine/Textures32bits -1
  90.         SetCfg /3dEngine/DoNotClip 0
  91.         FindBestMode
  92.     }
  93. }
  94.  
  95.  
  96. item
  97. {
  98.     Text SetHi
  99.     Font MainSet
  100.     Pos 500 y Center
  101.     Add y dy
  102.     Add y 10
  103.     OnAction
  104.     {
  105.         SetCfg /Game/MeshLOD 1 Apply
  106.         SetCfg /Game/Fx 1
  107.         SetCfg /Display/MipFilter 2
  108.         SetCfg /Display/AnisotropyLevel 8
  109.         SetCfg /Display/Width 1024
  110.         SetCfg /Display/Height 768
  111.         SetCfg /Display/Bits 32
  112.         SetCfg /Display/RefreshRate 0
  113.         SetCfg /Display/MultiSample 4
  114.         SetCfg /3dEngine/T&L 2
  115.         SetCfg /3dEngine/HwSupport 2
  116.         SetCfg /Display/Specular 1
  117.         SetCfg /3dEngine/MultiPass 1
  118.         SetCfg /Display/VSync 0
  119.         SetCfg /SpecialFx/Mirror 1
  120.         SetCfg /SpecialFx/Water 2
  121.         SetCfg /3dEngine/Textures32bits -1
  122.         SetCfg /3dEngine/DoNotClip 0
  123.         FindBestMode
  124.     }
  125. }
  126.  
  127.  
  128. item
  129. {
  130.     Pos 0 y
  131.     SubMenuIf #VideoPage 0 0  VideoBase
  132. }
  133.  
  134.  
  135. item
  136. {
  137.     Pos 0 y
  138.     SubMenuIf #VideoPage 1 1  VideoAdv
  139. }
  140.  
  141.  
  142. def    y    450
  143.  
  144. item
  145. {
  146.     Text Back
  147.     Add y 10
  148.     Pos 140 y Center
  149.     OnAction
  150.     {
  151.         RestoreCfg
  152.         MenuBack
  153.     }
  154. }
  155.  
  156.  
  157. item
  158. {
  159.     Text Apply
  160.     Font Apply
  161.     Pos 500 y Center
  162.     Add y dy
  163.     OnAction
  164.     {
  165.         UpdateVideo
  166.         Apply
  167.         Menu VideoKeep
  168.     }
  169. }
  170.  
  171. GetFullVersion 575 10 Center Up
  172.