;BRIDGEPORT [MiscParams] StarIntensity = 0 ManmadeLightIntensity = 48 ProbabilityWeight = 0.1 DaytimeBloom = 0.25 [CloudLayer1Params] VisibilityThreshold=0 Sharpness=0.998 [CloudLayer1ScrollRate] texCoordU=0.03 texCoordV=-0.065 [CloudLayer2Params] VisibilityThreshold=10 Sharpness=0.98 [CloudLayer2ScrollRate] texCoordU=-0.009 texCoordV=0.008 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 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 = 30 end = 1400 curve = 0.75 timeOfDay = 1 [FogDistance2] start = 55 end = 1400 curve = 0.75 timeOfDay = 6 [FogDistance3] start = 130 end = 1400 curve = 0.75 timeOfDay = 8 [FogDistance4] start = 130 end = 1400 curve = 0.75 timeOfDay = 16 [FogDistance5] start = 145 end = 1400 curve = 0.75 timeOfDay = 18 [FogDistance6] start = 90 end = 1400 curve = 0.75 timeOfDay = 20