home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / balloonrain_trial.exe / Data / Pak01.pak / menu / videoadv.menu < prev    next >
Text File  |  2004-06-22  |  2KB  |  221 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. Font    RedF    HugeChars 12 16 0xFFFF2F1F 0x7F000000 Circle Center Center Shadow
  11.  
  12. FontSize Default 15 24
  13. FontSize Selected 16 28
  14.  
  15. Background #PreviousMenu
  16.  
  17. item
  18. {
  19.     Text Dx3d
  20.     Pos x1 y Right
  21. }
  22.  
  23. item DXTL
  24. {
  25.     CycleButton #Text
  26.     Pos x2 y Left
  27.     Add y dy
  28.     OnAction
  29.     {
  30.         SlideCfg /3dEngine/T&L 0 2 2 Apply
  31.     }
  32. }
  33.  
  34.  
  35. item
  36. {
  37.     Text HwTnL
  38.     Pos x1 y Right
  39. }
  40.  
  41. item HwTL
  42. {
  43.     CycleButton #Text
  44.     Pos x2 y Left
  45.     Add y dy
  46.     OnAction
  47.     {
  48.         SlideCfg /3dEngine/HwSupport 0 2 2 Apply
  49.     }
  50. }
  51.  
  52.  
  53. item
  54. {
  55.     Text Specular
  56.     Pos x1 y Right
  57. }
  58.  
  59. item
  60. {
  61.     CheckButton On Off
  62.     Pos x2 y Left
  63.     Add y dy
  64.     OnAction
  65.     {
  66.         ToggleCfg /Display/Specular
  67.         UpdateRenderState
  68.     }
  69. }
  70.  
  71.  
  72. //item
  73. //{
  74. //    Text MultiPass
  75. //    Pos x1 y Right
  76. //}
  77.  
  78. //item
  79. //{
  80. //    CheckButton On Off
  81. //    Pos x2 y Left
  82. //    Add y dy
  83. //    OnAction
  84. //    {
  85. //        ToggleCfg /3dEngine/MultiPass
  86. //        UpdateRenderState
  87. //    }
  88. //}
  89.  
  90.  
  91. item
  92. {
  93.     Text VSync
  94.     Pos x1 y Right
  95. }
  96.  
  97. item
  98. {
  99.     CheckButton On Off
  100.     Pos x2 y Left
  101.     Add y dy
  102.     OnAction
  103.     {
  104.         ToggleCfg /Display/VSync Apply
  105.     }
  106. }
  107.  
  108.  
  109. item
  110. {
  111.     Text Mirror
  112.     Pos x1 y Right
  113. }
  114.  
  115.  
  116. item
  117. {
  118.     Text NoMirror
  119.     Font RedF
  120.     Pos x2 y Left
  121.     ShowIfNot /Game/MeshLOD 0 10
  122. }
  123.  
  124. item
  125. {
  126.     CheckButton On Off
  127.     Pos x2 y Left
  128.     Add y dy
  129.     OnAction
  130.     {
  131.         ToggleCfg /SpecialFx/Mirror Apply
  132.     }
  133.  
  134.     ShowIf /Game/MeshLOD 0 10
  135. }
  136.  
  137.  
  138. item
  139. {
  140.     Text Water
  141.     Pos x1 y Right
  142. }
  143.  
  144. item WaterFx
  145. {
  146.     CycleButton #Text
  147.     Pos x2 y Left
  148.     Add y dy
  149.     OnAction
  150.     {
  151.         SlideCfg /SpecialFx/Water 0 2 2 Apply
  152.     }
  153. }
  154.  
  155.  
  156. item
  157. {
  158.     Text Texture
  159.     Pos x1 y Right
  160. }
  161.  
  162. item TexMode
  163. {
  164.     CycleButton #Text
  165.     Pos x2 y Left
  166.     Add y dy
  167.     OnAction
  168.     {
  169.         SlideCfg /3dEngine/Textures32bits -1 1 2 Apply
  170.     }
  171. }
  172.  
  173.  
  174. item
  175. {
  176.     Text Filter
  177.     Pos x1 y Right
  178. }
  179.  
  180. item BiTri
  181. {
  182.     CycleButton #Text
  183.     Pos x2 y Left
  184.     Add y dy
  185.     OnAction
  186.     {
  187.         SlideCfg /Display/MipFilter 1 2 1
  188.         UpdateRenderState
  189.     }
  190. }
  191.  
  192.  
  193. item
  194. {
  195.     Text DoNotClip
  196.     Pos x1 y Right
  197. }
  198.  
  199. item
  200. {
  201.     CheckButton On Off
  202.     Pos x2 y Left
  203.     Add y dy
  204.     OnAction
  205.     {
  206.         ToggleCfg /3dEngine/DoNotClip Apply
  207.     }
  208. }
  209.  
  210.  
  211. item
  212. {
  213.     Text VidBase
  214.     Add y 10
  215.     Pos x1 300 Center
  216.     Add y dy
  217.     OnAction
  218.     {
  219.         SetCfg #VideoPage 0
  220.     }
  221. }