;BRIDGEPORT [MiscParams] StarIntensity = 60 ManmadeLightIntensity = 48 ProbabilityWeight = 0.4 DaytimeBloom = 0.15 [CloudLayer1Params] VisibilityThreshold= 40 Sharpness= .999 [CloudLayer1ScrollRate] texCoordU=-0.005 texCoordV=-0.00075 [CloudLayer2Params] VisibilityThreshold= 30 Sharpness= .995 [CloudLayer2ScrollRate] texCoordU=-0.002 texCoordV=0.00035 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 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