GloryHoundZ Mascot
GloryHoundz
Innovation at Play
ModManager module: Map Auto Sizer v1.0
by TheRealFritz last updated Sun Jan 15, 2006
This ModManager module for Battlefield 2 adjusts the size of the next map based on the number of players on a server at the end of the current map. It does not change the maps in rotation or the order in which they are played, only their size.

Default Settings:
  • 16-size map: 0 - 15 players
  • 32-size map: 16 - 31 players
  • 64-size map: 32+ players

Installation:
  • You will need to download mm_mapautosizer.py and save it to admin/modules on your Battlefield 2 server.
  • You will then want to change your modmanager.con file to automatically load this module by adding the following line:
    modmanager.loadModule "mm_mapautosizer"
  • You may want to set different map-size thresholds by adding the following two parameters in modmanager.con:
    mm_mapautosizer.threshold_64 40
    mm_mapautosizer.threshold_32 20
System Requirements:
  • You will need to have BF2CC and/or ModManager installed on your server before attempting to use this script.