CS version 1.4; else irrelevant for this question.
So collections are in and regions are out. I'm having a little trouble getting the collection to work in the XML map file.
see:
http://www.crystalspace3d.org/docs/online/1.4/manual/XML-World-Definition-Section.html#0I write it exactly as it tells me to in the XML:
<world>
...stuff...
<scene...>
....
</scene>
<collection name='kitties'>
<meshobj>meowmoew1</meshobj>
<meshobj>meowmoew2</meshobj>
....
</collection>
</world>
I run the .exe and get the error: crystalspace.syntax.badtoken: Unexpected token 'collection'!
I put the collection in a few other spots, such as inside the scene nodes, but nay.
If I remember correctly, I was never able to stick regions in the map file either.
Regards,