How to enable native MSAA and Anisotropic Filtering - FLHDE/freelancer-hd-edition GitHub Wiki
dgVoodoo
or DxWrapper
Graphics API option has been selected during the installation.
NOTE: the Freelancer: HD Edition installer already offers MSAA and Anisotropic Filtering options out of the box. They can be enabled when either the However, MSAA and Anisotropic Filtering can still be applied manually after the installation. N.B. This will only work if you have enabled either the dgVoodoo or DxWrapper Graphics API when installing this mod!
dgVoodoo
- Open the
EXE
folder where Freelancer: HD Edition has been installed - Right-click
dgVoodoo.conf
, and openProperties
- Make sure the attribute
Read-only
is unchecked - Open
dgVoodooCpl.exe
as an administrator - Make sure
Config folder / Running instance
is set to the installation directory of Freelancer: HD Edition - Open the
DirectX
tab - Change the
Texture Filtering
option accordingly - Change the
Antialiasing (MSAA)
option accordingly - Press
Apply
andOK
DxWrapper
- Open the
EXE
folder where Freelancer: HD Edition has been installed - Right-click
dxwrapper.ini
, and openProperties
- Make sure the attribute
Read-only
is unchecked - Open
dxwrapper.ini
with a text editor - Find line 63 which starts with
AnisotropicFiltering
- Change the number right to the
=
sign to one of the following values:0
= Off1
= Automatically choose the highest option your graphics card supports2
= 2x4
= 4x8
= 8x16
= 16x
- Change the number right to the
- Find line 64 which starts with
AntiAliasing
- Change the number right to the
=
sign to one of the following values:0
= Off1
= On
- Change the number right to the
- Save the file and exit.
- If the file doesn't save, try running your text editor as an administrator.