home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2001 October / pcpro1001.iso / Games / Sam / 1_00c_demo.gro / Scripts / Menu / RenderingOptions.cfg < prev    next >
Encoding:
Text File  |  2001-04-11  |  2.3 KB  |  137 lines

  1.  
  2. //
  3. Gadget: TTRS Texture size
  4. Tip: TTRS set size for textures
  5. Type: Toggle
  6. Var: tex_fNormalSize
  7. Schedule: TFNM scripts\menu\ApplyTextures.ini
  8. Slider: Fill
  9.  
  10. String: TTRS (tiny)
  11. Value:  6.5
  12. String: TTRS (small)
  13. Value:  7
  14. String: TTRS (normal)
  15. Value:  8
  16. String: TTRS (large)
  17. Value:  8.5
  18. String: TTRS (huge)
  19. Value:  9
  20.  
  21.  
  22. //
  23. Gadget: TTRS Texture quality
  24. Tip: TTRS set quality for textures
  25. Type: Toggle
  26. Var: tex_iNormalQuality
  27. Schedule: TFNM scripts\menu\ApplyTextures.ini
  28. Filter: sys_bHas32bitTextures
  29.  
  30. String: TTRS Optimal
  31. Value:  0
  32. String: TTRS 16-bit
  33. Value:  11
  34. String: TTRS 32-bit
  35. Value:  22
  36. String: TTRS Compressed
  37. Value:  33
  38.  
  39.  
  40. //
  41. Gadget: TTRS Detail textures
  42. Tip: TTRS enable/disable rendering of detail textures in world
  43. Type: Toggle
  44. Var: wld_bTextureLayers
  45.  
  46. String: TTRS Disabled
  47. Value:  110
  48. String: TTRS Enabled
  49. Value:  111
  50.  
  51.  
  52. //
  53. Gadget: TTRS Shadowmap size
  54. Tip: TTRS set size of shadowmap textures in level
  55. Type: Toggle
  56. Var: shd_fStaticSize
  57. Schedule: TFNM scripts\menu\ApplyShadowmaps.ini
  58. Slider: Fill
  59.  
  60. String: TTRS (tiny)
  61. Value:  5
  62. String: TTRS (small)
  63. Value:  6
  64. String: TTRS (normal)
  65. Value:  7
  66. String: TTRS (large)
  67. Value:  7.5
  68. String: TTRS (huge)
  69. Value:  8
  70.  
  71.  
  72. //
  73. Gadget: TTRS Lens flares
  74. Tip: TTRS select type of rendering for lens flares
  75. Type: Toggle
  76. Var: gfx_iLensFlareQuality
  77.  
  78. String: TTRS Disabled
  79. Value:  0
  80. String: TTRS Simple
  81. Value:  1
  82. String: TTRS Standard
  83. Value:  3
  84.  
  85.  
  86. //
  87. Gadget: TTRS Gamma correction
  88. Tip:    TTRS specify display gamma
  89. Type:   Toggle
  90. Var:    gfx_fGamma
  91. Filter: sys_bHasAdjustableGamma
  92. Slider: Ratio
  93.  
  94. String: TTRS (dark)
  95. Value:  0.2
  96. String: TTRS (dark)
  97. Value:  0.5
  98. String: TTRS (dark)
  99. Value:  0.8
  100. String: TTRS (normal)
  101. Value:  1
  102. String: TTRS (bright)
  103. Value:  1.1
  104. String: TTRS (bright)
  105. Value:  1.3
  106. String: TTRS (bright)
  107. Value:  1.5
  108.  
  109.  
  110. //
  111. Gadget: TTRS Wait vertical retrace
  112. Tip: TTRS synchronize frame change with monitor refresh rate
  113. Type: Toggle
  114. Var: ogl_iVSyncsToWait
  115. Filter: sys_bHasSwapInterval
  116.  
  117. String: TTRS No
  118. Value:  0
  119. String: TTRS Yes
  120. Value:  1
  121.  
  122.  
  123. //
  124. Gadget: TTRS Wide screen
  125. Tip: TTRS enable/disable wide screen mode (4:3 or 16:9 ratio)
  126. Type: Toggle
  127. Var: sam_bWideScreen
  128. Schedule: TFNM scripts\menu\ApplyVideo.ini
  129.  
  130. String: TTRS Off
  131. Value:  0
  132. String: TTRS On
  133. Value:  1
  134.  
  135.  
  136. MenuEnd
  137.