-
Graphical changing macro
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?
-
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
Code:
/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
Code:
/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
Code:
/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 :-)
-
Those still work cuz I still use them :)