Skip to content

Instantly share code, notes, and snippets.

@FelixWolf
Created November 2, 2022 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FelixWolf/a4a8c08c281c795d09d5386cb8103223 to your computer and use it in GitHub Desktop.
Save FelixWolf/a4a8c08c281c795d09d5386cb8103223 to your computer and use it in GitHub Desktop.
MAP <integer version> Furcadia
Key=Value (Repeat key value property until reading next element)
BODY (Specifically \nBODY\n)
unsigned short floors[width*height]
unsigned short objects[width*height]
unsigned byte walls[width*height * 2]
if version > 1.30:
unsigned short regions[width*height]
unsigned short effects[width*height]
if version >= 1.50:
unsigned short lighting[width*height]
unsigned short ambient[width*height]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment