diff options
Diffstat (limited to 'ini/vector.ini')
-rw-r--r-- | ini/vector.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ini/vector.ini b/ini/vector.ini index 487e5a3d9a3..8e7a98b64a9 100644 --- a/ini/vector.ini +++ b/ini/vector.ini @@ -2,7 +2,7 @@ # CORE VECTOR OPTIONS # antialias 1 -beam_width_min 0.50 +beam_width_min 0.75 beam_width_max 4.00 beam_intensity_weight 0.75 flicker 0.15 @@ -10,6 +10,7 @@ flicker 0.15 # # DIRECT3D POST-PROCESSING OPTIONS # +hlsl_oversampling 0 shadow_mask_tile_mode 0 shadow_mask_alpha 0.5 shadow_mask_texture shadow-mask.png @@ -30,7 +31,7 @@ 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 radial_converge_y 0.0,0.0,0.0 -red_ratio 1.0,0.0,0.1 +red_ratio 1.0,0.0,0.0 grn_ratio 0.0,1.0,0.0 blu_ratio 0.0,0.0,1.0 saturation 1.0 @@ -56,7 +57,7 @@ vector_length_ratio 500.0 # bloom_blend_mode 0 bloom_scale 1.50 -bloom_overdrive 1.50,1.50,1.50 +bloom_overdrive 1.00,1.00,1.00 bloom_lvl0_weight 1.00 bloom_lvl1_weight 0.64 bloom_lvl2_weight 0.32 |