BF2 Autobalance

metac0m metac0m at pixel-war.de
Fri Jun 17 15:30:03 EDT 2005


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