New World Map

Discuss the creation and scripting of new fan-made games and mods for the Fallout series of games.
Post Reply
User avatar
Phias
Vault Elite
Vault Elite
Posts: 393
Joined: Sat Mar 15, 2003 3:43 am
Location: Around

New World Map

Post 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.
Endure. In enduring, grow strong.
User avatar
Red
Hero of the Glowing Lands
Hero of the Glowing Lands
Posts: 2085
Joined: Wed May 15, 2002 11:58 am
Location: Nowhere (important anyway)
Contact:

Post 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.
...
Our Host!
Post Reply