Skip to content
nmattei edited this page Nov 19, 2011 · 2 revisions

Map File format:

NOT Comma Separated
No spaces in any resource/fule names
things prefaced with ’ is a comment.

  1. Begin Example ####

'this is an example of a comment ' extra carriage returns are meaningless, do not do anything with them BETWEEN blocks ' The . is a special char that means "nothing here"
mapname.map ’ this is the file name, do NOT put spaces in this.
28 24 ’ X then Y of the map size (in 32 × 32 pixel tiles).

[RSC] ’ Master for resource stuff…

  1. ground.png ’ No commas here, ACSCII char then a space and the resource name to load

[AT] ’ stuff in the char. layer. The Char cannot move through these.
#####..#####################
#……………………..#
#……………………..#
#..##################..##..#
#..##################..##..#
#……….##..##..##..##..#
#……….##..##..##..##..#
#####..##..##..##..##..##..#
#####..##..##..##..##..##..#
#####..##..##..##..##..##..#
…##..##..##…………..#
…##..##..##…………..#
#..##..##..#################
#..##..##……………….
#..##..##……………….
#..##..#####################
#..##………………….#
#..##………………….#
#..######################..#
#..##……….##……##..#
#..##……….##……##..#
#..##……##……##……#
#..##……##……##……#
#..##……#################

[UNDER]
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGG

[ENTITY]
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….
……………………….

Clone this wiki locally