It is currently April 27th, 2024, 8:25 am

temperature in bar form

Get help with creating, editing & fixing problems with skins
User avatar
Punisher386
Posts: 27
Joined: November 23rd, 2011, 4:18 pm
Location: Boaz, Al

temperature in bar form

Post by Punisher386 »

I have no idea what happen but now my bar for my temp is all messed up.
I had it so that the max end of the bar was the max temp of the cpu. Now all its doing is hanging out at the end of the bar.

Code: Select all

[MeasureCoreTemp]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=Temperature
CoreTempIndex=0

[MeasureTjMAx]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=TjMax

;[DISPLAY Temp]========================================

[MeterTemperature]
Meter=String
MeasureName=MeasureCoreTemp
X=56
Y=43
FontFace=#FontFace#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringStyle=NORMAL
StringAlign=LEFT
Prefix=
PostFix="°"
Text="%1"
DynamicVariables=1


[MeterCoreTemp]
MeasureName=MeasureCoreTemp
Meter=Bar
BarOrientation=HORIZONTAL
BarColor=#LineColor3#
X=56
Y=27
W=201
H=7


[MeterTjMax]
MeasureName=MeasureTjMAx
Meter=STRING
X=256
Y=43
FontFace=#FontFace#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=Right
AntiAlias=0
PostFix="°"
Text=" %1"
AutoScale=0


[MeterTjMax]
MeasureName=MeasureTjMAx
Meter=STRING
X=256
Y=43
FontFace=#FontFace#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=Right
AntiAlias=0
PostFix="°"
Text=" %1"
AutoScale=0

;[Bar]==================================================================

[MeterCoreTempBar]
MeasureName=MeasureCoreTemp
Meter=Bar
BarOrientation=HORIZONTAL
BarColor=#LineColor3#
X=56
Y=27
W=201
H=7

**Edit: Stupid me i had two Meter=Bar
I think i figured it out.

Code: Select all

[MeterCoreTempBar]
MeasureName=MeasureTemp
Meter=Bar
BarOrientation=HORIZONTAL
BarColor=#LineColor3#
X=56
Y=27
W=201
H=7

[MeasureTemp]
Measure=Calc
Formula=MeasureCoreTemp/212