Game Development Community

One Big tilemap or a lot of little tilemap?

by Andrea Farid Marsili · in Torque Game Builder · 02/26/2012 (4:43 am) · 2 replies

What's better? Have a big tilemap or a lot of little tilemap?

#1
02/26/2012 (9:43 am)
Personally I think it would be better to only use one big tilemap per different level. You can always replace whatever tile you want after you get the base tile down (i.e. replacing a grass tile with a dirt tile).

Note: I didn't get much sleep last night so I might be misreading this.
#2
02/28/2012 (4:16 am)
Depends on how big is big. I usually do a tilemap based on the size of the section of the level I'm working on and then I may do another directly on top for layer effects. I also use a doubling so 1024 - 2056 is usually large enough per map then just place them side by side if you need bigger.

That's the best I can do to help without knowing what your designing or why you need to use tilemaps in the first place.