]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Adjust the values of the network speed sliders and default to the new Fast ADSL setti...
authorMario <mario@smbclan.net>
Sat, 31 Aug 2019 15:22:13 +0000 (01:22 +1000)
committerMario <mario@smbclan.net>
Sat, 31 Aug 2019 15:22:13 +0000 (01:22 +1000)
qcsrc/menu/xonotic/dialog_settings_misc.qc
xonotic-client.cfg

index 1c7da72919d68934749d76034cef11cd00ae3b97..75e6e13f59be7e78752361eef7670ca1694f36d2 100644 (file)
@@ -36,8 +36,8 @@ void XonoticMiscSettingsTab_fill(entity me)
                        _("Specify your network speed")));
                        e.addValue(e, _("56k"), "4000");
                        e.addValue(e, _("ISDN"), "7000");
-                       e.addValue(e, _("Slow ADSL"), "15000");
-                       e.addValue(e, _("Fast ADSL"), "20000");
+                       e.addValue(e, _("Slow ADSL"), "20000");
+                       e.addValue(e, _("Fast ADSL"), "40000");
                        e.addValue(e, _("Broadband"), "66666");
                        e.configureXonoticTextSliderValues(e);
        me.TR(me);
index c15209f81101dea2882f4646ab4d5950ea894cc6..280eaab36a4206a0def8fe31aa9c9018d0515a10 100644 (file)
@@ -610,6 +610,7 @@ makesaved music_playlist_list0
 makesaved music_playlist_random0
 
 cl_netfps 60 // should match or be a multiple of sys_ticrate
+_cl_rate 40000 // fast adsl
 
 gl_texture_anisotropy 8
 seta gl_texturecompression 0 // FIXME the description is wrong - when this is 0, e.g. gl_texturecompression_sky still takes effect