X3CL skin question?

Mad-Man-666

Full Member
Feb 12, 2004
97
0
I’m trying to have a skin show the hard drive stats like this

C: 00.00 GB
E: 00.00 GB
F: 00.00 GB
G: 00.00 GB

With the fallowing code

hddstatus=L,55,338,0x00000000;C: %s
hddstatus=L,55,358,0x00000000;E: %s
hddstatus=L,55,378,0x00000000;F: %s
hddstatus=L,55,398,0x00000000;G: %s

but it only shows the “C: 00.00 GB” and none of the other stats. Can the hddstatus only be used once?

And also does anyone know if with the temperatures, if we can just have just one temp or do we have to have both?
 

naoneo

VIP Member
Oct 11, 2004
162
0
manchester
doesnt work like that, it only displays the drives in order of name when used in a row
eg, %s %s gives c:\ e:\,

%s
%s

gives c:\ and probably wont return the second value, it would be nice i know, to have the drives listed vertically, but for the time being it isnt possible (that is unless the skin engine has a way of making a new line with text, then you could have something like %s /n %s /n %s /n %s.
 

Mad-Man-666

Full Member
Feb 12, 2004
97
0
thats what i thought. i was just hoping that they thought about it when they where wrighting the code