Thread: Map Creation
View Single Post
  #4  
Old October 26th, 2002, 04:34 AM
David E. Gervais's Avatar

David E. Gervais David E. Gervais is offline
General
 
Join Date: May 2002
Location: Canada
Posts: 3,227
Thanks: 7
Thanked 44 Times in 28 Posts
David E. Gervais is on a distinguished road
Default Re: Map Creation

Quote:
Originally posted by dummy:

you said: Basically when you create the tiles 'you' decide what your 'edge' connections look like and then assign a number to it.

How do I do this? Where in the documentation does it explain how this is done?
Ok, here goes the real simple Version,.. I'm gonna make the decisions for you since you are having trouble grasping the idea of 'Connections'.

Connection Type '0' = open edge, no corridores like the wilderness map. (apply this number to all edges that have no corridores NSEW!)
Connection Type '1' = One corridore exiting the edge of the tile. (apply this number to all edges that have just one corridore NSEW!)
Connection Type '2' = Two corridores exiting the edge of the tile. (apply this number to all edges that have two corridores NSEW!)
Connection Type '3' = Three corridores exiting the edge of the tile. (apply this number to all edges that have three corridores NSEW!)
Connection Type '4' = Four corridores exiting the edge of the tile. (apply this number to all edges that have four corridores NSEW!) BTW: having 4 corridores exiting each edge will be a bit crowded. So I'll stop at 4,..

Connection Type '5' = One 3 tile wide corridore exiting the edge of the tile. (apply this number to all edges that have just one 3 tile wide corridore NSEW!)...add infinity,... This is what is meant by 'you the maker decides'

In the above example, if you had a tile with 1 corridore to the north, 2 to the west, 3 to the east and 4 to the south,...

Connection Type N :1
Connection Type S :4
Connection Type E :3
Connection Type W :2

Make sure that when you draw the tile, that the exits correspond to this, and remember that you also have to have tiles that 'match' these on the reverse side..

Connection Type N :4
Connection Type S :1
Connection Type E :2
Connection Type W :3

How do I "insert" the tile int the txt.file? Where do I insert it, at the begining, end, or middle?

ever hear of cut and paste? and it makes no difference where in the file you place them, as long as the new tile is placed before, in-between' or after an existing tile. Personally, I prefer to add the new tiles to the end of the file, it's easier that way.

How do I create an entirely new module just using the tiles I have created?

IMHO it would be best to add to an existing file, then if you so choose, delete the old tiles within the file. (this would be a simple matter if you added the new tiles to the end of the file!)

I hope this info has given you a bit more insite into the workings of the tiles.

Cheers!

[ October 26, 2002, 12:05: Message edited by: David Gervais ]
Reply With Quote