Thread: Layers
View Single Post
  #12  
Old 06-09-2008, 11:05 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
Quote:
Originally Posted by Chompy View Post
How that works is already figured out :o It's just that no one care to write the plugin ;o

So, all you need is to make someone write the plugin and voilá ?
Figured out? its in newfeatures x.x

e.g.

* board lines:

BOARD x y width layerindex <tilesdata>

This is one line of the background layer. 'tilesdata' has a length if w*2
characters; each tile is a 12bit-index into the tile list (pics1.png) and is
encoded in two base64 characters (upper 6 bit first)
base64: String = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw xyz0123456789+/'
so AA is tile 0, AB is tile 1, AC is tile 2, // is tile 4095 (=0xFFF)



http://wiki.graal.net/index.php/Crea...ewFeatures2001
__________________
Reply With Quote