> hi!
> i'm working on a tool that takes a directory full of tmps and replaces the images in these tmps with images in another directory
> with this tool, i want to make grassy terrain
> i already have the bitmaps, but i need to convert them to tmps
> to convert over 700 files would be hard work with the tmp editor
)
> so programming my own tool was the only option
> the description of the tmp-format on the xcc homepage was a great help
> i've managed to display the flat tmps, but i have problems with the cliffs... the tiles are all at the same height
> in the xcc tmp editor i can see "height" as a tile attribute... in the cliff tmps, it has a value of 4
> how do i get this value?
It's part of t_tmp_image_header, see xcc/misc/cc_structures.h.
> THX, Jokeman
Olaf van der Spek

XCC Home Page