G-Max
Deity
- Joined
- May 20, 2006
- Messages
- 2,556
I open C:\Civilization 4\Beyond the Sword\PublicMaps\earth2.py
I change the following:
This should produce a map 360x180 in size. I fire up BtS, start a game on a huge Earth2 map, check the dimensions, and... it's only 128x80
How do I shot web?
I change the following:
def getGridSize(argsList):
"Enlarge the grids! According to Soren, Earth-type maps are usually huge anyway."
grid_sizes = {
WorldSizeTypes.WORLDSIZE_DUEL: (10,6),
WorldSizeTypes.WORLDSIZE_TINY: (15,9),
WorldSizeTypes.WORLDSIZE_SMALL: (20,12),
WorldSizeTypes.WORLDSIZE_STANDARD: (25,15),
WorldSizeTypes.WORLDSIZE_LARGE: (30,18),
WorldSizeTypes.WORLDSIZE_HUGE: (90,45)
This should produce a map 360x180 in size. I fire up BtS, start a game on a huge Earth2 map, check the dimensions, and... it's only 128x80
How do I shot web?