Log in

View Full Version : Graphical changing macro



Pycno
07-13-2010, 07:02 PM
Is there a macro that can change gfx settings between lowest/medium or so?

Im thinking of leaving the settings that can not be changed on the fly at minimum and the ones that can be changed without restart of game at a dynamic minimum/medium or max setting when they are the leader toon.

Is this possible?

Zub
07-13-2010, 08:49 PM
I used to have macros to switch from a high(ish) setting to a low(ish) setting, Not sure whether this still works as i don't use them anymore

the macro were:

HIGH SETTINGS

/console farclip 777
/console horizonfarclip 6226
/console groundeffectdensity 256
/console groundeffectdist 140
/console smallcull 0
/console skycloudlod 3
/console characterAmbient 0
/console detailDoodadAlpha 100


MEDIUM

/console farclip 477
/console horizonfarclip 3765
/console groundeffectdensity 136
/console groundeffectdist 70
/console smallcull 1
/console skycloudlod 2
/console characterAmbient 1
/console detailDoodadAlpha 1



LOW

/console farclip 477
/console horizonfarclip 1305
/console groundeffectdensity 16
/console groundeffectdist 1
/console smallcull 1
/console skycloudlod 1
/console characterAmbient 1
/console detailDoodadAlpha 1


give them a try :-)

Drommon
07-13-2010, 09:58 PM
Those still work cuz I still use them :)