Im making vram meter
It works, but the value doesn't change unless the IF is triggered. How can I make the value update continuously?
Code:
[MeasureVRam]Measure=PluginPlugin=Plugins\MSIAfterburner.dllSourceID=49GPU=#GPU#MaxValue=6144MinValue=0DynamicVariables=1[MeasureVRamGB]Measure=CalcFormula=MeasureVRam / 1024DynamicVariables=1IfCondition=MeasureVRam >= 1000IfTrueAction=[!SetOption meterValueVRAM Text "[&MeasureVRamGB:1] GB"]IfFalseAction=[!SetOption meterValueVRAM Text "[&MeasureVRam:0] MB"][meterValueVRAM]Meter=StringMeterStyle=styleRightTextX=200Y=0rW=190H=14Text= "[&MeasureVRamGB:1]"DynamicVariables=1
Statistics: Posted by unamed666 — Yesterday, 2:28 pm — Replies 1 — Views 27