View Single Post
  #2  
Old July 4th, 2004, 08:32 PM
Akachaki's Avatar

Akachaki Akachaki is offline
Corporal
 
Join Date: Sep 2002
Location: Québec, Canada
Posts: 139
Thanks: 0
Thanked 0 Times in 0 Posts
Akachaki is on a distinguished road
Default Re: I don\'t do connections

I dont know exactly where your mistake is but here's how a connection beetween two maps should be made.

First you need to edit 3 text files; [map1]_Tiles.txt, [map2]_Tiles.txt and ModuleData.txt.

The connection part in the file [map1]_Tiles.txt and [map2]_Tiles.txt should look like this:

Number of Tile Entrances := X
Tile Entrance 1 Name := [connected tile name]
Tile Entrance 1 Tile Square Xpos := [Xpos on the connected tile]
Tile Entrance 1 Tile Square Ypos := [Ypos on the connected tile]

The connection part in the file ModuleData.txt should look like this:

Map 1 Number of Connections := X
Map 1 Conn 1 Entrance ID := [Tile Entrance # on map 1 and on [map1]_Tiles.txt]
Map 1 Conn 1 Destination Map Number := [the number of the map this entrance leads to in this same file]
Map 1 Conn 1 Dest Entrance ID := [Tile Entrance # on map 2 and on [map2]_Tiles.txt]
Map 1 Conn 1 Connection Type := Two Way - Always

Please escuse the time it took to get an answer to your problem, not a lot of people post and check this forum these days. If you have any other question feel free to ask I'll do my best to answer you. and good luck !

please correct me anyone if im wrong.

Justin
Reply With Quote