SCSAVE store your map on DAT files. The size of those maps are always 127x127. To load a map on layer x, use the following code. VAR MAP[0] BGCREEN x,127,127 LOAD "DAT:MAP",MAP,0 BGLOAD x,MAP