Pandamasque
Night lighting
Is there a way to make this ISI track darker? It's not even dark enough to justify using headlights. I tried copying gdb values from other tracks - no visible changes. I even tried these ridiculous RGB values which would result in pitch black night elsewhere - yet no visible changes for Northamptonshire.
11:30 PM (23:30).
What's different about this track that gdb values seem to make no difference?
Is there a way to make this ISI track darker? It's not even dark enough to justify using headlights. I tried copying gdb values from other tracks - no visible changes. I even tried these ridiculous RGB values which would result in pitch black night elsewhere - yet no visible changes for Northamptonshire.
Code:
SunriseAmbientRGB = (130,130,160)
SunriseDirectionalRGB = (240,220,250)
SunriseFogRGB = (220,210,220)
SunriseFogIn = 0.0
SunriseFogOut = 1950.0
SunriseFogDensity = 0.5
DayAmbientRGB = (100,100,105)
DayDirectionalRGB = (255,255,255)
DayFogRGB = (255,255,255)
DayFogIn = 100.0
DayFogOut = 2500.0
DayFogDensity = 0.2
SunsetAmbientRGB = (1,1,1)
SunsetDirectionalRGB = (1,1,1)
SunsetFogRGB = (2,2,1)
SunsetFogIn = 100.0
SunsetFogOut = 1800.0
SunsetFogDensity = 0.5
NightAmbientRGB = (1,1,1)
NightDirectionalRGB = (1,1,1)
NightFogRGB = (1,1,1)
NightFogIn = 120.0
NightFogOut = 1200.0
NightFogDensity = 0.5

11:30 PM (23:30).
What's different about this track that gdb values seem to make no difference?
Last edited: