tip on timer clock set up.
make sure you have enough space in the area code for the size of font you want to use. so that you have 3 or 4 letters worth of blank space on the right of the last number in the clock.
this will allow for the longer times to be seen with out the scrolling.
so if you have a text font of 30 in the clock you need to count the number of fonts used in the clock and times by 15 that should give you the room needed for those number then you can just count how many you need to add. i said the number 15 because its half the 30 height of the font.
each font style is different in its needs. this is the time section in my ini file for the vumeter skin of mine,
[TimeDisplay]
Type=Text
Resizable=1,1,1,1
Pos=307,30
Size=122,30
Transperent=0
SmallDigits=0
FontColor=FFFFFF
FontHeight=-29
now if you look at the time code to see if you can add in more numbers for hours then you need to do this in the ini
for the player section thats on top in the ini file.
TimeFormat=hh:mm:ss
capital letters in the above make it do different things i can't remember what though right now.

tip on timer clock set up.
make sure you have enough space in the area code for the size of font you want to use. so that you have 3 or 4 letters worth of blank space on the right of the last number in the clock.
this will allow for the longer times to be seen with out the scrolling.
so if you have a text font of 30 in the clock you need to count the number of fonts used in the clock and times by 15 that should give you the room needed for those number then you can just count how many you need to add. i said the number 15 because its half the 30 height of the font.
each font style is different in its needs. this is the time section in my ini file for the vumeter skin of mine,
[TimeDisplay]
Type=Text
Resizable=1,1,1,1
Pos=307,30
Size=122,30
Transperent=0
SmallDigits=0
FontColor=FFFFFF
FontHeight=-29
now if you look at the time code to see if you can add in more numbers for hours then you need to do this in the ini
for the player section thats on top in the ini file.
TimeFormat=hh:mm:ss
capital letters in the above make it do different things i can't remember what though right now. :-?
8)