Page 1 of 1

New World Map

Posted: Tue Dec 23, 2003 3:06 am
by Phias
Well I was wondering if the size of the World Map could be expanded, perhaps one could merge parts of the Fallout 1 WM and the Fallout 2 WM in some impossibly cooky way in order to make a bigger game.

Posted: Tue Dec 23, 2003 4:18 am
by Red
Yes you can change the size of the world map to pretty much anything, limit being "tile" wide (not square wide...) of course, with a minimum of 2 tiles (over 1 screen length) for both height and width. The map needs to be a rectangle, also quite obvious...

If you want to enlarge it, then change that line:

Code: Select all

[Tile Data]
num_horizontal_tiles=4
Remember that the total number of tiles needs to be a multiple of that number.

If you want to make it "taller", simply add num_horizontal_tiles (thus in this case, 4) tiles in the [tile xx] parts.