The multi texture terrain also work in Extra and Free edition since it's only in Fixed Function Pipeline, but you still have to create the alpha channel texture manually.
To place the objects, you'll have to create a function to read the pixel of the bitmap and create object based on that pixel(like light green is grass, dark green is trees).