It is currently April 16th, 2024, 3:31 pm

Issue w/ 3rd party Enigma Skin

Get help with creating, editing & fixing problems with skins
smo69
Posts: 7
Joined: July 6th, 2017, 12:59 am

Issue w/ 3rd party Enigma Skin

Post by smo69 »

Hi,

I recently downloaded an add-on skin for Enigma. It's dedicated to monitoring the GPU with Afterburner, but in customizing, I can not figure out why the bottom line/border won't go away. I'm not incredibly fluent in skin scripting, so this one has me scratching my head.

Here's what it looks like: http://i.imgur.com/6AaDI25.png

And here's the GPU.inc:

Code: Select all

;---------------------------------------------------------------------
; MEASURES

[MeasureMSIAfterburnerGPUUsage]
Measure=Plugin
Plugin=Plugins\MSIAfterburner.dll
DataSource=GPU usage

[MeasureMSIAfterburnerMemoryUsage]
Measure=Plugin
Plugin=Plugins\MSIAfterburner.dll
DataSource=Memory usage

[MeasureMSIAfterburnerGPUTemp]
Measure=Plugin
Plugin=Plugins\MSIAfterburner.dll
DataSource=GPU temperature

[MeasureMSIAfterburnerCoreClock]
Measure=Plugin
Plugin=Plugins\MSIAfterburner.dll
DataSource=Core clock

[MeasureMSIAfterburnerMemoryClock]
Measure=Plugin
Plugin=Plugins\MSIAfterburner.dll
DataSource=Memory clock



[MeasureMSIAfterburnerGPUVoltage]
Measure=Plugin
Plugin=Plugins\MSIAfterburner.dll
DataSource=GPU voltage

[MeasureMSIAfterburnerFanSpeed]
Measure=Plugin
Plugin=Plugins\MSIAfterburner.dll
DataSource=Fan speed

[MeasureMSIAfterburnerFPS]
Measure=Plugin
Plugin=Plugins\MSIAfterburner.dll
DataSource=Framerate



;---------------------------------------------------------------------
; METERS

;-----------------------
; FRAME

[Background]
Meter=IMAGE
MeterStyle=StyleSidebarBackground | StyleSystem#Variant#Background

[Border1]
Meter=IMAGE
MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border1

[VerticalBorderA]
Meter=IMAGE
MeterStyle=StyleSystem#Variant#VerticalBorderA

[VerticalBorderB]
Meter=IMAGE
MeterStyle=StyleSystem#Variant#VerticalBorderB

[Border2]
Meter=IMAGE
MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border2

;-----------------------
; LABELS & TEXT

[Label1]
Meter=STRING
MeterStyle=StyleSystem#Variant#Label | StyleSystem#Variant#Label1
Text="GPU"

[Text1]
Meter=STRING
MeterStyle=StyleSystem#Variant#Text | StyleSystem#Variant#Text1
MeasureName=MeasureMSIAfterburnerGPUUsage
Text="%1%"

[Label2]
Meter=STRING
MeterStyle=StyleSystem#Variant#Label | StyleSystem#Variant#Label2
Text="CORE"

[Text2]
Meter=STRING
MeterStyle=StyleSystem#Variant#Text | StyleSystem#Variant#Text2
MeasureName=MeasureMSIAfterburnerCoreClock
Text="%1MHZ"

[Label3]
Meter=STRING
MeterStyle=StyleSystem#Variant#Label | StyleSystem#Variant#Label3
Text="VRAM"

[Text3]
Meter=STRING
MeterStyle=StyleSystem#Variant#Text | StyleSystem#Variant#Text3
MeasureName=MeasureMSIAfterburnerMemoryUsage
Text="%1 MB"

[Label4]
Meter=STRING
MeterStyle=StyleSystem#Variant#Label | StyleSystem#Variant#Label4
Text="MEM"

[Text4]
Meter=STRING
MeterStyle=StyleSystem#Variant#Text | StyleSystem#Variant#Text4
MeasureName=MeasureMSIAfterburnerMemoryClock
Text="%1MHZ"

;-----------------------

;-----------------------
; GRAPH FRAME

[Border3]
Meter=IMAGE
MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border3

[VerticalBorderC]
Meter=IMAGE
MeterStyle=StyleSystem#Variant#VerticalBorderC

[Border4]
Meter=IMAGE
MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border4

[Border5]
Meter=IMAGE
MeterStyle=StyleSystem#Variant#Border | StyleSystem#Variant#Border5

;-----------------------
; HISTOGRAMS

[GPUUsageGraph]
Meter=Histogram
MeterStyle=StyleSystem#Variant#Graph | StyleSystem#Variant#Graph1
MeasureName=MeasureMSIAfterburnerGPUUsage
Autoscale=1

[GPUMEMUsageGraph]
Meter=Line
MeterStyle=StyleSystem#Variant#Graph | StyleSystem#Variant#Graph2
MeasureName=MeasureMSIAfterburnerFPS
Autoscale=1
Flip=0


;-----------------------
; LOWER TEXT

[Core1Label]
Meter=STRING
MeterStyle=StyleSystem#Variant#GraphLabel | StyleSystem#Variant#GraphLabel1
Text="TEMP"
FontSize=6

[Core1Number]
Meter=STRING
MeterStyle=StyleSystem#Variant#GraphText | StyleSystem#Variant#GraphText1
MeasureName=MeasureMSIAfterburnerGPUTemp
Postfix="°"

[Core2Label]
Meter=STRING
MeterStyle=StyleSystem#Variant#GraphLabel | StyleSystem#Variant#GraphLabel2
Text="VCORE"
FontSize=6

[Core2Number]
Meter=STRING
MeterStyle=StyleSystem#Variant#GraphText | StyleSystem#Variant#GraphText2
Text="%1"
NumOfDecimals=3
MeasureName=MeasureMSIAfterburnerGPUVoltage
Postfix="mV"


User avatar
eclectic-tech
Rainmeter Sage
Posts: 5391
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Issue w/ 3rd party Enigma Skin

Post by eclectic-tech »

Enigma has an option to show/hide borders on Sidebar skins... check this setting to see if that eliminates the bottom bar.
enigmaborders.png
If that doesn't hide it, then you may need to manually edit the code and find the meter that is drawing that line and hide or delete it...
You do not have the required permissions to view the files attached to this post.
smo69
Posts: 7
Joined: July 6th, 2017, 12:59 am

Re: Issue w/ 3rd party Enigma Skin

Post by smo69 »

eclectic-tech wrote:Enigma has an option to show/hide borders on Sidebar skins... check this setting to see if that eliminates the bottom bar. If that doesn't hide it, then you may need to manually edit the code and find the meter that is drawing that line and hide or delete it...
Yep, I already tried that.

It's incredibly odd, because I did try to eliminate the borders one by one to see which one was causing it, but to no avail. It must be something I'm missing completely. I almost feel like it's not coming from the .inc file.
mak_kawa
Posts: 908
Joined: December 30th, 2015, 9:47 am

Re: Issue w/ 3rd party Enigma Skin

Post by mak_kawa »

There seem to be two graph meters, histogram and line meters in your inc file. Isn't the bottom white line a line graph meter ([GPUMEMUsageGraph]) with zero values? How is the value of [MeasureMSIAfterburnerFPS] in Manage Rainmeter -> Open log -> Skins dialog?
smo69
Posts: 7
Joined: July 6th, 2017, 12:59 am

Re: Issue w/ 3rd party Enigma Skin

Post by smo69 »

mak_kawa wrote:There seem to be two graph meters, histogram and line meters in your inc file. Isn't the bottom white line a line graph meter ([GPUMEMUsageGraph]) with zero values? How is the value of [MeasureMSIAfterburnerFPS] in Manage Rainmeter -> Open log -> Skins dialog?
Boom! Yes, that was it. I removed that line graph and it went away.

Funnily enough, I thought it was a graph at some point, but I thought it was a usage graph for how many GB were being used, so when it didn't respond after opening a benchmark, I figured otherwise.

Now I can see it's an FPS graph as you noted. Apparently, I need RivasStatistics tuner to get that to work, which is why it never responded.

Thanks for your help.