Guest User

Untitled

a guest
Jan 9th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. [Main]
  2. ;Screen resolution
  3. ;Must be 800x600 or greater
  4. gWidth=800
  5. gHeight=600
  6.  
  7. ;Refresh rate. 0 is default, anything else to override.
  8. RefreshRate=0
  9.  
  10. ;Set to 1 to fix the duel core related crash
  11. MultiCoreFix=1
  12.  
  13. ;Set to 1 to automatically register lgvid.ax each time thief is started up
  14. VideoFix=0
  15.  
  16. ;This can be set to zero to get a more accurate z-buffer
  17. ;Doesn't usually make a noticable difference to picture quality
  18. UseCompatibleZBuffer=1
  19.  
  20. ;Turns on the 32 bit texture loader and adds support for some unsupported screen resolutions
  21. ;Will cause a crash if used with an unsupported exe
  22. ; 0 - Disable
  23. ; 1 - Determine exe automatically
  24. ; 2 - Thief 2 v1.18
  25. Thief2Extensions=1
  26.  
  27. ;Set to 1 to disable the windows keys while thief is running
  28. DisableWindowsKey=0
  29.  
  30. ;Set to 1 to enable anisotropic filtering
  31. AnisotropicFiltering=0
  32.  
  33. ;If you want to share overriden textures between thief installations, uncomment the next line
  34. ;It should contain the absolute path to the equivilent of \res\ddfix, including the trailing \
  35. ;TexturePath=C:\Games\Thief2\res\ddfix\
  36.  
  37. ;XXXXXXXXXXXXXXXXXXXXXXXXXXXX
  38. ;XX Compatibility settings XX
  39. ;XXXXXXXXXXXXXXXXXXXXXXXXXXXX
  40.  
  41. ;Changes the way direct writes to the frontbuffer are handled
  42. ;SS2 players should set these options to '2' and '0xf81f' respectively
  43. ;Thief 2 players with corrupted in game text should use '2' and '0x0000'
  44. ;Players who experience slowdown with UseSysMemOverlay=2 should set both options to 0
  45. UseSysMemOverlay=2
  46. OverlayColourKey=0xf81f
Advertisement
Add Comment
Please, Sign In to add comment