;BRIDGEPORT [MiscParams] StarIntensity = 70 ManmadeLightIntensity = 48 ProbabilityWeight = 0.1 DaytimeBloom = 0.2 [CloudLayer1Params] VisibilityThreshold=255 Sharpness=0.99 [CloudLayer1ScrollRate] texCoordU=-0.02 texCoordV=0.01 [CloudLayer2Params] VisibilityThreshold=255 ;109 Sharpness=0.998 ;.97 [CloudLayer2ScrollRate] texCoordU=-0.01 texCoordV=0.005 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Fog distance. ;; Fog equation is basically: ;; f = saturate(((end - distance) / (end - start)) ;; f = pow(f, curve) ;; color = lerp(color, fogColor, f); ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; start ;; distance fog starts at ;; end ;; distance fog ends at (no longer increases) ;; curve ;; modifies distance curve: ;; fog = pow(fog, curve). (0.0-1.0 == increased fog curve, 1.0 == linear, 1.0-inf == more gradual fog curve) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [FogDistance1] start = 10 end = 2500 curve = 1 timeOfDay = 1 [FogDistance2] start = 30 end = 3000 curve = 1 timeOfDay = 6 [FogDistance3] start = 30 end = 4500 curve = 1 timeOfDay = 8 [FogDistance4] start = 30 end = 4500 curve = 1 timeOfDay = 16 [FogDistance5] start = 30 end = 3000 curve = 1 timeOfDay = 18 [FogDistance6] start = 10 end = 2500 curve = 1 timeOfDay = 20