[bf1942] BF2 Autobalance

Joe sechon at blackmud.com
Fri Jun 17 15:51:05 EDT 2005


Autobalance apparently causes players to appear the wrong tag color (IE red
friendlies running up trying to heal you get shot in the face). I'll assume
that's something totally diff than protecting the leaders/commander from
balance?

Figured maybe if the leader is getting switched it's causing folks to spawn
the wrong team color..Dunno..

-----Original Message-----
From: metac0m [mailto:metac0m at pixel-war.de]
Sent: Friday, June 17, 2005 2:30 PM
To: bf1942 at icculus.org
Subject: [bf1942] BF2 Autobalance


To prevent the commander and the squadleaders from beeing affected by
the autobalance, add the following two lines to the file
"admin/standard_admin/autobalance.py".

find the line (34):
 if g_debug: print 'handling player death autobalance'

after, add:
 if p.isCommander(): return None
 if p.isSquadLeader(): return None

hopefully ea has no objections :p

--metac0m




More information about the Bf1942 mailing list