Anisotropic filtering in AC game engine
#11
’tempest’ pid=’31719′ dateline=’1294613194′ Wrote:so you won’t have to restart AC for changes to apply.
Adding this feature in menu solves the problem of restarting game:
Quote:To add Anisotropic filtering in menu:
1. Open config/menu_settings.cfg
2. find 'menuitemslider "Antialiasing (FSAA): ...' (line 310)
3. Paste after this line:
alias aniso_valuemap "0 1 2 4 8 16"
menuitemslider "Anisotropic filtering: " 0 5 "(findlist $aniso_valuemap
$aniso)" 1 "Off 1x 2x 4x 8x 16x" "aniso (at $aniso_valuemap $arg1)"

Then you need to select just «Apply changes!».
Thanks given by:


Messages In This Thread
RE: Anisotropic filtering in AC game engine - by RPG - 10 Jan 11, 04:17AM