New World Map
New World Map
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.
Endure. In enduring, grow strong.
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
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: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.
If you want to enlarge it, then change that line:
Code: Select all
[Tile Data]
num_horizontal_tiles=4
If you want to make it "taller", simply add num_horizontal_tiles (thus in this case, 4) tiles in the [tile xx] parts.
...