From: Mario Date: Tue, 26 Jun 2018 14:19:11 +0000 (+1000) Subject: Update hash and enable 2D texture compression on the lowest graphical settings X-Git-Tag: xonotic-v0.8.5~1975 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0c02a914427965cb6a19766edad62f45ba36d46a;p=xonotic%2Fxonotic-data.pk3dir.git Update hash and enable 2D texture compression on the lowest graphical settings --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 844e70c6a..9be16a845 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ test_sv_game: - wget -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints - wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache - make - - EXPECT=242ab47092837a05ba09f041b32bddb1 + - EXPECT=91764aaadf9642cb4f0f372b96119858 - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg | tee /dev/stderr | grep '^:' diff --git a/effects-high.cfg b/effects-high.cfg index 48c8253a3..398b1f378 100644 --- a/effects-high.cfg +++ b/effects-high.cfg @@ -8,6 +8,7 @@ cl_spawn_point_particles 1 cl_playerdetailreduction 4 gl_flashblend 0 gl_picmip -1 +gl_texturecompression_2d 0 mod_q3bsp_nolightmaps 0 r_bloom 1 r_coronas 1 diff --git a/effects-low.cfg b/effects-low.cfg index b7e9a98a3..9ea86482a 100644 --- a/effects-low.cfg +++ b/effects-low.cfg @@ -8,6 +8,7 @@ cl_spawn_point_particles 0 cl_playerdetailreduction 4 gl_flashblend 1 gl_picmip 1 +gl_texturecompression_2d 1 mod_q3bsp_nolightmaps 1 r_bloom 0 r_coronas 1 diff --git a/effects-med.cfg b/effects-med.cfg index 66eed5aa5..8000b4d94 100644 --- a/effects-med.cfg +++ b/effects-med.cfg @@ -8,6 +8,7 @@ cl_spawn_point_particles 0 cl_playerdetailreduction 4 gl_flashblend 0 gl_picmip 0 +gl_texturecompression_2d 0 mod_q3bsp_nolightmaps 0 r_bloom 0 r_coronas 1 diff --git a/effects-normal.cfg b/effects-normal.cfg index 63dcd134a..97ab7b1f8 100644 --- a/effects-normal.cfg +++ b/effects-normal.cfg @@ -8,6 +8,7 @@ cl_spawn_point_particles 1 cl_playerdetailreduction 4 gl_flashblend 0 gl_picmip 0 +gl_texturecompression_2d 0 mod_q3bsp_nolightmaps 0 r_bloom 0 r_coronas 1 diff --git a/effects-omg.cfg b/effects-omg.cfg index 9018ee2c9..534fdff8d 100644 --- a/effects-omg.cfg +++ b/effects-omg.cfg @@ -8,6 +8,7 @@ cl_spawn_point_particles 0 cl_playerdetailreduction 4 gl_flashblend 1 gl_picmip 1337 +gl_texturecompression_2d 1 mod_q3bsp_nolightmaps 1 r_bloom 0 r_coronas 1