Advertising
Connection settings

15.01.2011 - 16:25:59

Allow to change the com_maxfps and the cl_maxpackets options according to the ingame fps. The basic idea is to reduce the effect of the lag by fixing the number of packets as a multiple of the number of fps and by having a constant number of fps.

 Code
1:
2:
3:
4:
5:
6:
7:
 
set packet1 "set packettoggle vstr packet2; com_maxfps 76; cl_maxpackets 76; echo ^Dpackets 76-76"
set packet2 "set packettoggle vstr packet3; com_maxfps 76; cl_maxpackets 38; echo ^Apackets 76-38"
set packet3 "set packettoggle vstr packet1; com_maxfps 43; cl_maxpackets 43; echo ^Ipackets 43-43"
set packettoggle "vstr packet1"
bind X "vstr packettoggle"

In the file autoexec.cfg, add the following lines to fix the default values :
 Code
1:
2:
3:
4:
 
seta cl_maxpackets "76"
seta com_maxfps "76"

IronEagle
gelöschter User

User Pic


0 approved this posting.




Images by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Powered by IlchBB Forum 3.1 © 2010 Weblösungen Florian Körner