Steam Error

  • Thread starter Thread starter foofy
  • Start date Start date
F

foofy

Guest
Ok i cant figure out why my damn menus (ingame) are transperent if somone could please tell me how to fix my steam skin that would be hott. cuz even my text ingame is transparent. and i cant fix it. =/

Go here and tell me wtf i did wrong with my code, since its to long to post in a forum www.team-lcx.net/steamerror.txt
 
There's 4 numbers for each of the colours. These are red, green, blue, and alpha. The alpha channel is essentially the transparency colour.

I think the first number is the alpha, so for example one of your colours is:

"WindowBG" "111 111 111 111"

As opposed to base text which is:

"BaseText" "255 59 5 5"

So I think the first number is alpha, and that opaque is 255. I think that's your problem. An alpha of 111 would be partially transparent.
 
no its the last number thats alpha. so it should be like "5 5 59 255"
 
there are many steam skins available for download. do a google search for them.
 
Estevan said:
no its the last number thats alpha. so it should be like "5 5 59 255"

Oh, ok. I was just guessing about which one was alpha. Thanks.
 
Back
Top