]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
And adjust effects settings a bit
authorSamual <samual@xonotic.org>
Thu, 19 Jan 2012 17:38:17 +0000 (12:38 -0500)
committerSamual <samual@xonotic.org>
Thu, 19 Jan 2012 17:38:17 +0000 (12:38 -0500)
effects-high.cfg
qcsrc/menu/xonotic/dialog_settings_effects.c

index a244104c962fd2f57e3b6d77c3f22a8f22c28284..6d31da3ec4587b0650c64f73a8e4e87d591299dd 100644 (file)
@@ -29,6 +29,6 @@ r_showsurfaces 0
 r_subdivisions_tolerance 3
 r_texture_dds_load 1
 r_water 1
-r_water_resolutionmultiplier 0.5
+r_water_resolutionmultiplier 0.25
 
 menu_sync
index f72da7d2ea61ef89c34682064c2ac37eec573bc2..2bf13ca941864c8e46758e674aad0c617e11f9ba 100644 (file)
@@ -165,7 +165,7 @@ void XonoticEffectsSettingsTab_fill(entity me)
                s = makeXonoticSlider(0.1, 1, 0.1, "r_motionblur");
                me.TD(me, 1, 1, e = makeXonoticSliderCheckBox(0, 1, s, _("Motion blur:")));
                if(s.value != e.savedValue)
-                       e.savedValue = 0.5; // default
+                       e.savedValue = 0.4; // default
                me.TD(me, 1, 2, s);
        me.TR(me);
                e = makeXonoticCheckBoxEx(0.5, 0, "hud_postprocessing_maxbluralpha", _("Extra postprocessing effects"));