Anisotropic Filter on Halo

  • 2 Replies
  • 2603 Views

0 Members and 1 Guest are viewing this topic.

*

Offline {XG}aLTis

  • Member
  • Hero Member
  • **
  • 216
  • +22/-5
  • It's better to be broken than to break.
    • View Profile
Anisotropic Filter on Halo
« on: 27 June 2013, 21:06:07 »
I'm going to show you how to enable Anisotropic Filter on Halo. If you don't know what it does then take a look at this pic http://img855.imageshack.us/img855/3187/m4wi.jpg At the top you see original halo, at the bottom you see halo with anisotropic filter (note the ground textures). To enable this, open config.txt from your halo ce folder and look for your video card. If you can't find it then look for "Unknown". Under your video card there should be this:
   //UseAnisotropicFilter
   if os < Win2K
      if driver < 4.14.10.4467
         LinearTextureAddressing
      endif
      if driver < 4.13.01.4071
         OldDriver
      endif
      if driver == 4.14.10.4524
         LinearTextureAddressingZoom
         LinearTextureAddressingSun
      endif
   endif
<...>
Just remove // and save the file. If you want to disable it then add // again.


*

Offline {XG} ¬ GɵĐ ᴸᴱᴳᴱᴻᴰ

  • Member
  • Hero Member
  • **
  • 532
  • +59/-12
  • Get lost in what you love.
    • View Profile
    • {XG} Extreme Gaming Clan for Halo PC/CE
Re: Anisotropic Filter on Halo
« Reply #1 on: 28 June 2013, 08:23:09 »
I Have already Open Sauce,it can be a problem?

*

Offline {XG}aLTis

  • Member
  • Hero Member
  • **
  • 216
  • +22/-5
  • It's better to be broken than to break.
    • View Profile
Re: Anisotropic Filter on Halo
« Reply #2 on: 28 June 2013, 14:26:08 »
It works with OS and everything else.