What about exporting them from an LVL to that file?
Assassin2684 - Sun Oct 16, 2005 5:34 pm
Post subject:
Just use clit it is much easyer.
Grelminar - Sun Oct 16, 2005 7:57 pm
Post subject:
I took a look at lvltool.py (because I haven't used it in a while), and it looks like it won't do exactly what you want. But: it's written using a set of python libraries for handling elvl files, and it should be easy for you to use those libraries to whip up a little script to do exactly what you want.
Download the source (with monotone) and look at scripts/lvltool/lvltool.py, and scripts/pythonlib/{bmp,chunks,lvl,region}.py.
Warning: that code is written straightforwardly and has not been optimized at all. So it can be very very very slow. Improvements are welcome.