PDA

View Full Version : Changing map size


nipple
06-23-2005, 10:27 AM
Hey folks, I am running a full version unranked 40 slot server (windows machine) through Artofwarcentral.com.

I am using the bf2cc for rcon and have full access the the server files.

My question is: The map size is at 64 right now (which is too big really for a 40 ppl) how can I get it set to 32? there doesnt seem to be any option in bf2cc or from what I saw in the configs.

Any help would be appreciated!

chucknet
06-23-2005, 11:02 AM
you can try to do it like this:

open your maplist.con and it should look like this:

MapList.append dalian_plant gpm_cq
MapList.append daqing_oilfields gpm_cq
MapList.append dragon_valley gpm_cq
MapList.append fushe_pass gpm_cq
MapList.append gulf_of_oman gpm_cq
MapList.append kubra_dam gpm_cq
MapList.append mashtuur_city gpm_cq
MapList.append operation_clean_sweep gpm_cq
MapList.append sharqi_peninsula gpm_cq
MapList.append songhua_stalemate gpm_cq
MapList.append strike_at_karkand gpm_cq
MapList.append zatar_wetlands gpm_cq

in order to tell your server what size map you make it look like this:

for 16 players:
MapList.append dalian_plant gpm_cq 16
MapList.append daqing_oilfields gpm_cq 16
MapList.append dragon_valley gpm_cq 16
MapList.append fushe_pass gpm_cq 16
MapList.append gulf_of_oman gpm_cq 16
MapList.append kubra_dam gpm_cq 16
MapList.append mashtuur_city gpm_cq 16
MapList.append operation_clean_sweep gpm_cq 16
MapList.append sharqi_peninsula gpm_cq 16
MapList.append songhua_stalemate gpm_cq 16
MapList.append strike_at_karkand gpm_cq 16
MapList.append zatar_wetlands gpm_cq 16

for 32 players:
MapList.append dalian_plant gpm_cq 32
MapList.append daqing_oilfields gpm_cq 32
MapList.append dragon_valley gpm_cq 32
MapList.append fushe_pass gpm_cq 32
MapList.append gulf_of_oman gpm_cq 32
MapList.append kubra_dam gpm_cq 32
MapList.append mashtuur_city gpm_cq 32
MapList.append operation_clean_sweep gpm_cq 32
MapList.append sharqi_peninsula gpm_cq 32
MapList.append songhua_stalemate gpm_cq 32
MapList.append strike_at_karkand gpm_cq 32
MapList.append zatar_wetlands gpm_cq 32

for 64 players:
MapList.append dalian_plant gpm_cq 64
MapList.append daqing_oilfields gpm_cq 64
MapList.append dragon_valley gpm_cq 64
MapList.append fushe_pass gpm_cq 64
MapList.append gulf_of_oman gpm_cq 64
MapList.append kubra_dam gpm_cq 64
MapList.append mashtuur_city gpm_cq 64
MapList.append operation_clean_sweep gpm_cq 64
MapList.append sharqi_peninsula gpm_cq 64
MapList.append songhua_stalemate gpm_cq 64
MapList.append strike_at_karkand gpm_cq 64
MapList.append zatar_wetlands gpm_cq 64

and after you change what you want save it and restart your server and you are allset.


hope that helps

nipple
06-23-2005, 01:06 PM
Many thanks!