#reloadworldgfx gfx_settings = { # world tag identifier world = default # Entities - this should be moved somewhere else when we know what we want center_entity = "default_galaxy_center_entity" # Effect and texture info bloom_effect = "bloom" downsample_effect = "downsample" restore_effect = "Restore" restore_bloom_effect = "RestoreBloom" color_lut = "gfx/worldgfx/colorcorrection_neutral.tga" environment_map = "gfx/worldgfx/cubemap_filtered_ldr.dds" galaxy_background = { texture = "gfx/worldgfx/stars.dds" trigger = { always = yes } ycocg = no } galaxy_background_hsv_shift = { 0.0 0.0 0.0 } galaxy_background_lut = "gfx/worldgfx/colorcorrection_neutral.tga" light_hdr_range = 1.0 bright_threshold = 0.5 # used by both bloom and lens flare #Bloom parameters bloom_width = 3.5 bloom_scale = 0.95 bloom_iterations = 8 emissive_bloom_strength = 0.0 #Lens flare parameters lens_flare_bloom_width = 4.0 lens_flare_bloom_scale = 1.0 lens_flare_scale = 0.3 lens_flare_bias = -0.1 lens_flare_ghost_dispersal = 0.3 lens_flare_halo_width = 0.6 lens_flare_halo_pow = 15.0 lens_flare_distortion_factor = 1.5 lens_flare_distortion_factor_halo = 2.0 hdr_min_adjustment = 0.08 #How strongly to adjust to dark areas. Lower means more dark vision. hdr_max_adjustment = 0.2 #A high value means that you see well in bright places #Having this value relatively low with a max star brightness will result in the entire screen becoming overly bright. hdr_adjustment_speed = 4 tonemap_middlegrey = 0.3 tonemap_whiteluminance = 2.0 lava_bright_color = hsv { 0.45 0.3 0.5 } # lava_bright_intensity = 10.0 lava_hot_stone_color = hsv { 0.13 0.7 1.0 } lava_hot_stone_intensity = 5.0 lava_cold_stone_color = hsv { 0.09 0.85 0.9 } lava_cold_stone_intensity = 10.0 lava_bright_color = hsv { 0.0 0.9 0.9 } tex_lava_noise="gfx/worldgfx/lava_noise.dds" #The noise texture which generates the lava pattern tex_lava_diffuse="gfx/worldgfx/lava_d.dds" #Multiplies with bright/lava areas tex_stone_diffuse="gfx/worldgfx/stone_d.dds" #Multiplies with stone areas system_light="system_light" }