From 6ec34bce7c83e058dc5d2d23f4ddb0efd8ea6ff8 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sat, 17 Jun 2023 02:30:12 +1000 Subject: [PATCH] Disable recoil, the current implementation is unpopular https://xonotic.org/balancevotes/5/ --- .gitlab-ci.yml | 2 +- xonotic-server.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc4ce4fff..5637179f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,7 @@ test_sv_game: - wget -nv -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints - wget -nv -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache - - EXPECT=f69ef2a13dbe594a0284660e60bdc903 + - EXPECT=57325fe74835910e451ba42d31de8f34 - HASH=$(${ENGINE} +exec serverbench.cfg | tee /dev/stderr | grep '^:' diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 61db289a7..819ef7a50 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -221,7 +221,7 @@ set g_fullbrightitems 0 "disables lighting effects on items, making them appear set g_nodepthtestplayers 0 "disables depth testing on players" set g_nodepthtestitems 0 "disables depth testing on items" set g_casings 2 "specifies which casings (0: none, 1: only shotgun casings, 2: shotgun and machine gun casings) are sent to the client" -set g_norecoil 0 "if set to 1 shooting weapons won't make you crosshair to move upwards (recoil)" +set g_norecoil 1 "if set to 1 shooting weapons won't make you crosshair to move upwards (recoil)" set g_maplist_mostrecent "" "contains the name of the maps that were most recently played" set g_maplist_mostrecent_count 3 "number of most recent maps that are blocked from being played again" set g_maplist_index 0 "this is used internally for saving position in maplist cycle" -- 2.39.2