Americas Army and setting in-game anti-aliasing

megatron

New member
I want to use in game settings for anti aliasing and anisotropic filtering, instead of the driver settings. I know it can be done in the ATI control panel, or via profiles in ATItraytool for example.

I found an INI setting for AF in ini. Thx for help. :)


This is the relevant part of the armyops.ini file (in the game dir /system) where I expect to find the setting:

[D3DDrv.D3DRenderDevice]
DetailTextures=True
HighDetailActors=True
SuperHighDetailActors=True
UsePrecaching=True
UseTrilinear=True
AdapterNumber=-1
ReduceMouseLag=False
UseTripleBuffering=False
UseHardwareTL=True
UseHardwareVS=True
UseCubemaps=True
DesiredRefreshRate=75
UseCompressedLightmaps=False
UseStencil=True
Use16bit=False
Use16bitTextures=False
MaxPixelShaderVersion=255
UseVSync=True
LevelOfAnisotropy=4
DetailTexMipBias=0.800000
DefaultTexMipBias=-0.500000
UseNPatches=False
TesselationFactor=1.000000
CheckForOverflow=False
AvoidHitches=False
OverrideDesktopRefreshRate=False
ReportUnusedTextures=False
DecompressTextures=False
TerrainLOD=0
SkyboxHack=False
LowQualityTerrain=False
 
Last edited:
Back
Top