From 3d718e227578af1db78f061d001c16fcdaffbc2d Mon Sep 17 00:00:00 2001 From: "Dr. Jaska" Date: Mon, 12 Jun 2023 00:27:50 +0000 Subject: [PATCH] Refined default values for mouse `sensitivity` (halved from 6 to 3) and `mastervolume` (9.0 to 7.0). --- xonotic-client.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 4aab3265a..4a68913e2 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -76,7 +76,7 @@ seta cl_spawn_point_particles 1 "pointparticles effect at all spawn points" // m seta cl_spawn_point_dist_max 1200 "maximum distance from which spawnpoint particles will be visible" freelook 1 -sensitivity 6 +sensitivity 3 v_gamma 1 viewsize 100 bgmvolume 1 @@ -812,6 +812,7 @@ set cl_lockview 0 "when 1, the camera does not move any more; when 2, you can on // we now use mastervolume volume 1 +mastervolume 0.25 // sucks less than the old one cl_decals_newsystem 1 -- 2.39.2