From 0398f2f58860b4ed5163975c5e07d6a94abb4273 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@alientrap.org>
Date: Fri, 3 Dec 2010 20:26:35 +0100
Subject: [PATCH] incorporate Taoki's adjusted bloom/HDR defaults

---
 defaultXonotic.cfg | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg
index d3af957bb..b0f011ee7 100644
--- a/defaultXonotic.cfg
+++ b/defaultXonotic.cfg
@@ -264,6 +264,14 @@ gl_polyblend 0 // whether to use screen tints, this has now been replaced by a b
 r_motionblur 0 // motion blur value, default is 0
 r_damageblur 0 // motion blur when damaged, default is 0
 
+r_bloom_blur 8
+r_bloom_brighten 3
+r_bloom_colorexponent 1
+r_bloom_colorscale 1
+r_bloom_colorsubtract 0.25
+r_bloom_resolution 320
+r_hdr_range 4
+
 seta vid_x11_display ""	"xonotic-linux-*.sh will use this to start xonotic on an other/new X display"
 // This can have three possible settings:
 //	""		run as usual
-- 
2.39.5