Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Main]
- ;Screen resolution
- ;Must be 800x600 or greater
- gWidth=800
- gHeight=600
- ;Refresh rate. 0 is default, anything else to override.
- RefreshRate=0
- ;Set to 1 to fix the duel core related crash
- MultiCoreFix=1
- ;Set to 1 to automatically register lgvid.ax each time thief is started up
- VideoFix=0
- ;This can be set to zero to get a more accurate z-buffer
- ;Doesn't usually make a noticable difference to picture quality
- UseCompatibleZBuffer=1
- ;Turns on the 32 bit texture loader and adds support for some unsupported screen resolutions
- ;Will cause a crash if used with an unsupported exe
- ; 0 - Disable
- ; 1 - Determine exe automatically
- ; 2 - Thief 2 v1.18
- Thief2Extensions=1
- ;Set to 1 to disable the windows keys while thief is running
- DisableWindowsKey=0
- ;Set to 1 to enable anisotropic filtering
- AnisotropicFiltering=0
- ;If you want to share overriden textures between thief installations, uncomment the next line
- ;It should contain the absolute path to the equivilent of \res\ddfix, including the trailing \
- ;TexturePath=C:\Games\Thief2\res\ddfix\
- ;XXXXXXXXXXXXXXXXXXXXXXXXXXXX
- ;XX Compatibility settings XX
- ;XXXXXXXXXXXXXXXXXXXXXXXXXXXX
- ;Changes the way direct writes to the frontbuffer are handled
- ;SS2 players should set these options to '2' and '0xf81f' respectively
- ;Thief 2 players with corrupted in game text should use '2' and '0x0000'
- ;Players who experience slowdown with UseSysMemOverlay=2 should set both options to 0
- UseSysMemOverlay=2
- OverlayColourKey=0xf81f
Advertisement
Add Comment
Please, Sign In to add comment