25-01-2009, 11:10 PM
Lea Wrote:how big is a tile (in bytes)?
what is your map x?
what is your map y?
mapx*mapy*tilesize = memsize;
memory in your computer = maxmem;
if memsize > maxmen then
FAIL
call backupplan
else
wewt
end if
sub backupplan:
find a way to optimize your maps, load into memory only what is displayed.
end sub
"how big is a tile (in bytes)" - I find this kind of information were?