Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Map Sizes.
#9
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?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)