Advertising
write a reply

Beitrag
Bold Italic Underline Stroke  Align left Align center Align right  List Highlight Colorize text Textgröße verändern  Hyperlink eMail  Insert picture Insert Screenshot  Quote Hidden text Video Countdown  







Antispam

Optionen
Receive an email when somebody posts to this topic


Overview of the last 5 posts
IronEagle 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"
Images by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Powered by IlchBB Forum 3.1 © 2010 Weblösungen Florian Körner