diff options
author | 2016-05-16 23:18:50 +0200 | |
---|---|---|
committer | 2016-05-16 23:19:17 +0200 | |
commit | a89d4d4ee6a25d5cf03b1dc6e3264ac1467288aa (patch) | |
tree | 74102f5dcca51153849add63a17abdc4ea41c573 /ini | |
parent | 829641f901c439c7564066ec55f5d47ddfa2e1c8 (diff) |
Small tweaks to raster.ini settings (nw)
- less blurry, less glowing
Diffstat (limited to 'ini')
-rw-r--r-- | ini/presets/raster.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ini/presets/raster.ini b/ini/presets/raster.ini index ddaee6cd802..8f852cf5a10 100644 --- a/ini/presets/raster.ini +++ b/ini/presets/raster.ini @@ -2,7 +2,7 @@ # DIRECT3D POST-PROCESSING OPTIONS # shadow_mask_tile_mode 0 -shadow_mask_alpha 0.35 +shadow_mask_alpha 0.25 shadow_mask_texture shadow-mask.png shadow_mask_x_count 12 shadow_mask_y_count 6 @@ -24,7 +24,7 @@ scanline_variation 1.0 scanline_bright_scale 2.0 scanline_bright_offset 0.0 scanline_jitter 0.0 -defocus 1.0,0.0 +defocus 0.75,0.0 converge_x 0.0,0.0,0.0 converge_y 0.0,0.0,0.0 radial_converge_x 0.0,0.0,0.0 @@ -36,8 +36,8 @@ saturation 1.25 offset -0.30,-0.20,-0.05 scale 1.15,1.05,0.90 power 0.90,0.90,1.15 -floor 0.05,0.05,0.05 -phosphor_life 0.5,0.5,0.5 +floor 0.025,0.025,0.025 +phosphor_life 0.25,0.25,0.25 # # NTSC POST-PROCESSING OPTIONS @@ -48,7 +48,7 @@ yiq_enable 0 # BLOOM POST-PROCESSING OPTIONS # bloom_blend_mode 0 -bloom_scale 0.35 +bloom_scale 0.25 bloom_overdrive 1.00,1.00,1.00 bloom_lvl0_weight 1.00 bloom_lvl1_weight 0.64 |