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

  1. def x1        320
  2. def x2        350
  3. def y        0
  4. def dy        32
  5.  
  6. Include Menu.Def
  7.  
  8. def    #VideoPage    0
  9.  
  10. FontSize Default    15 24
  11. FontSize Selected    16 28
  12.  
  13. Background #PreviousMenu
  14.  
  15. def    #VideoPage    0
  16.  
  17. item
  18. {
  19.     SlideButton #VideoDevice
  20.     Pos x1 y Center
  21.     Add y dy
  22.     OnAction
  23.     {
  24.         SetCfg /Display/Device #VideoDevice Apply
  25.     }
  26. }
  27.  
  28.  
  29. item
  30. {
  31.     Text WxH
  32.     Pos x1 y Right
  33. }
  34.  
  35. item
  36. {
  37.     SlideButton #VideoSize
  38.     Pos x2 y Left
  39.     Add y dy
  40.     OnAction
  41.     {
  42.         SetCfg /Display/Width #VideoWidth Apply
  43.         SetCfg /Display/Height #VideoHeight Apply
  44.         SetCfg /Display/RefreshRate #VideoHertz
  45.     }
  46. }
  47.  
  48.  
  49. item
  50. {
  51.     Text VidBits
  52.     Pos x1 y Right
  53. }
  54.  
  55. item
  56. {
  57.     SlideButton #VideoBits
  58.     Pos x2 y Left
  59.     Add y dy
  60.     OnAction
  61.     {
  62.         SetCfg /Display/Bits #VideoBits Apply
  63.     }
  64. }
  65.  
  66.  
  67. item
  68. {
  69.     Text VidHz
  70.     Pos x1 y Right
  71. }
  72.  
  73. item
  74. {
  75.     SlideButton #VideoHertz
  76.     Pos x2 y Left
  77.     Add y dy
  78.     OnAction
  79.     {
  80.         SetCfg /Display/RefreshRate #VideoHertz Apply
  81.     }
  82. }
  83.  
  84.  
  85. item
  86. {
  87.     Text FSAA
  88.     Pos x1 y Right
  89. }
  90.  
  91. item AA
  92. {
  93.     SlideButton #Text
  94.     Pos x2 y Left
  95.     Add y dy
  96.     OnAction
  97.     {
  98.         slideCfg /Display/MultiSample 1 16 15 Apply
  99.     }
  100. }
  101.  
  102.  
  103. item
  104. {
  105.     Text Window
  106.     Pos x1 y Right
  107. }
  108.  
  109. item
  110. {
  111.     CheckButton On Off
  112.     Pos x2 y Left
  113.     Add y dy
  114.     OnAction
  115.     {
  116.         ToggleCfg /Display/Window Apply
  117.     }
  118. }
  119.  
  120.  
  121. item
  122. {
  123.     Text LOD
  124.     Pos x1 y Right
  125. }
  126.  
  127. item LOD
  128. {
  129.     SlideButton #Text
  130.     Pos x2 y Left
  131.     Add y dy
  132.     OnAction
  133.     {
  134.         SlideCfg /Game/MeshLOD -2 1 3 Apply
  135.     }
  136. }
  137.  
  138.  
  139. item
  140. {
  141.     Text GameFx
  142.     Pos x1 y Right
  143. }
  144.  
  145. item
  146. {
  147.     CheckButton On Off
  148.     Pos x2 y Left
  149.     Add y dy
  150.     OnAction
  151.     {
  152.         ToggleCfg /Game/Fx
  153.     }
  154. }
  155.  
  156.  
  157. item
  158. {
  159.     Text Anisotropic
  160.     Pos x1 y Right
  161. }
  162.  
  163. item AnisoL
  164. {
  165.     CycleButton #Text
  166.     //SlideButton SlideBar SlideButton
  167.     Pos x2 y Left
  168.     Add y dy
  169.     OnAction
  170.     {
  171.         SlideCfg /Display/AnisotropyLevel 1 #MaxAnisotropicLevel #MaxAnisotropicLevel-1
  172.         UpdateRenderState
  173.     }
  174. }
  175.  
  176.  
  177. item
  178. {
  179.     Text VidAdv
  180.     Add y 10
  181.     Pos x1 300 Center
  182.     Add y dy
  183.     OnAction
  184.     {
  185.         SetCfg #VideoPage 1
  186.     }
  187. }