I (finally) managed to download jestr's alien addon. I went to the gas giant of the system to find it's rings being solid. So I checked for the ring texture, but it's as transparent as expected. My solar system rings (Jupiter, Saturn, ...) are still looking normal. Saving the ring texture with different format didn't help.
BTW, this is the ssc entry I`m talking about
Code: Select all
"Livenum" "Zet2 Ret"
{
Texture "livenum.*"
Radius 56200
EllipticalOrbit
{
Period 14.0139
SemiMajorAxis 7.1913
Eccentricity 0.0472
Inclination 0.7699
AscendingNode 74.230
LongOfPericenter 170.964
MeanLongitude 313.232
}
Atmosphere {
Height 130
Lower [0.5 0.5 0.5]
Upper [0.4 0.4 0.6]
Sky [0.4 0.5 0.5]
}
Rings {
Inner 75800
Outer 131149
Texture "livenumrings.png"
Color [ 1 0.9 0.8 ]
}
RotationPeriod 17.24
EquatorAscendingNode 167.76
Albedo 0.66
}
I can`t see anything special. When I try to comment the two lines
Code: Select all
#Texture "livenumrings.png"
#Color [ 1 0.9 0.8 ]
all I get is a solid white disk. So no wonder that the transparent texture fails to look transparent. As I said, my solsys rings still look correct.
Any suggestions?
maxim