home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-01-24 | 853 b | 17 lines |
- [Graphics]
- ; These commands change the graphics options under hardware acceleration.
- ; ** Read the README.TXT file before making any changes **
- ; FogModeEnabled: 1 (default) or 0. Set it to 0 on if you see odd colors in D3D.
- ; ForceBlitting: 0 (default) or 1. Set it to 1 on if screen flickers.
- ; DisableSinglePassMultitex: 0 (default) or 1. Set it to 1 if you experience color corruptions at the highest detail setting.
- ; DisableModulate2X: 0 (default) or 1. Set it to 1 if colors in are wrong.
- ; TextureScaling: 1 (default), 2 or 4. Set it to 2 or 4 if the game runs very slowly.
- ; TextureAddressing: 0 (default), -1.0 or 1.0. Change it to -1 or 1 if text and small graphics are misaligned.
- FogModeEnabled = 1
- ForceBlitting = 0
- DisableSinglePassMultitex = 0
- DisableModulate2X = 0
- TextureScaling = 1
- TextureAddressing = 0.000000
-
-