Page 1 of 1

map max size

Posted: 27 Apr 2013, 21:48
by kuzniz
Hi,

Is it possible to make a map larger then 100x100 tiles ?

if not , is there another option to make a large room ?

regards

Re: map max size

Posted: 29 Apr 2013, 06:59
by Bax
It is not possible to create maps bigger than 100x100 tiles.
Actually this is not a limit of the engine itself, but of the Editor. In fact the Editor needs to render all the tiles on the stage (while a client showing the map only renders the visible tiles), which can cause slowdowns and other issues with very large maps. For this reason we had to put that limit.

An option is to split the map (for example in four 100x100 sub-maps = 200x200 map) and then merge the exported .map files. Unfortunately merging is not that simple as copying/pasting all maps in one file, but you have understand how a map file is built and follow the same approach.