~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to config/settings.cfg

  • Committer: Voodoo
  • Date: 2011-07-28 18:46:18 UTC
  • mfrom: (563.24.161 merge)
  • Revision ID: voodoo-20110728184618-0djbrm75ftd07c4v
merge -r 1285..1297 lp:armagetronad/0.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
564
564
BROWSER_NUM_QUERIES          3     # number of queries per try
565
565
BROWSER_CONTACTLOSS          4     # number of failed contact attemps before a server can be considered lost
566
566
 
 
567
# delayed timer sync packets are culled from the stats with a force proportional to
 
568
# CULL_DELAY_MIN+max( CULL_DELAY_END-t , 0 )*CULL_DELAY_PER_SECOND
 
569
CULL_DELAY_END         3
 
570
CULL_DELAY_PER_SECOND  3
 
571
CULL_DELAY_MIN         10
 
572
 
567
573
TIMER_SYNC_START_FUDGE       0.1   # fudge factor: the game timer tends to be late at the start of the round. This fudge factor compensates for it by hacking it a bit into the future.
568
574
TIMER_SYNC_START_FUDGE_STOP  2.0   # the round time at which fudging is stopped.
569
575