how to modify random map size in CTP2?

w0lfshad3

Chieftain
Joined
Jul 4, 2007
Messages
4
I find small random map to be too small and regular random map too big, i want to specify my own areas but cannot locate the right file, help?
 
I find small random map to be too small and regular random map too big, i want to specify my own areas but cannot locate the right file, help?

In your ...\ctp2_data\default\gamedata folder open a file called const.txt and look for the part:

Code:
#
# These map size settings must all be defined,
# and in this order
#
MAP_SIZE_SMALL		26	52	2
MAP_SIZE_MEDIUM		48	96	2
MAP_SIZE_LARGE		64	128	2
MAP_SIZE_GIGANTIC	70	140	2
 
Back
Top Bottom