World Map
-
- Vault Veteran
- Posts: 292
- Joined: Fri Apr 19, 2002 11:51 am
to make a new world map, you need to make an image that is 1400 x 1500 (BMP format), make your map on it ( no town circles needed ) and then cut it into 350x300 rectangles.. named WRLDMP00.bmp-WRLDMP19.bmp ( going from top left to bottom right scanning left to right )
Then use a converter to make them into frm's, like "frmcon20" which can be found on the DAC or NMA files sections..
I highly sugest un-dating at least one existing wrldmp00.frm file and converting it to bmp, then open it in a paint program and save it's pallete and loading that pallete to make your 1400x1500 image use the right colours. Otherwise, when you convert your bmp's to frm's the colours will be all over the place..
next, to add towns, read the tutorial "adding maps" on my site ( url is in the signature..)
Then use a converter to make them into frm's, like "frmcon20" which can be found on the DAC or NMA files sections..
I highly sugest un-dating at least one existing wrldmp00.frm file and converting it to bmp, then open it in a paint program and save it's pallete and loading that pallete to make your 1400x1500 image use the right colours. Otherwise, when you convert your bmp's to frm's the colours will be all over the place..
next, to add towns, read the tutorial "adding maps" on my site ( url is in the signature..)
i think that it has to do with ip logging.
hotmail don't send the senders ip address or something, so they can't block anyone they have banned for being naughty from getting back in with a hotmail address..
or something along those lines..
you should be able to read from the forums..
do a search for hotmail, they already posted a reason why to someone else..
hotmail don't send the senders ip address or something, so they can't block anyone they have banned for being naughty from getting back in with a hotmail address..
or something along those lines..
you should be able to read from the forums..
do a search for hotmail, they already posted a reason why to someone else..
- 17th Warrior
- Scarf-wearing n00b
- Posts: 39
- Joined: Sat May 31, 2003 5:50 am
- Location: Hungary
- Contact:
World map size.
What is the maximum size you can make the worldmap, could you double its size?.
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
Each tile defines it's own FRM (and possibly MSK) file. You can define the number of tiles in a row on this line in worldmap.txt:It's important that this number be a divisor of the total number of tiles or the game crashes when loading.
Code: Select all
[Tile Data]
num_horizontal_tiles=2
...