Hi barocca,

First I want to apologize to all the forum-goers for my absence on the modding scene. I had big plans for this game and though I compiled several apps for my own use, I never polished them to the point where I could feel comfortable releasing them for download. Lately real life has been so demanding I've been unable to do much of anything extracurricular.

Here's an explanation of the animation text file. RSW gets the credit for this -I'm just reposting it here.

RSW quote>
My explanation of the data format in the ".txt" files.
ctrlrec = record // each line in the ".txt" files represents a data record.
cx, cy : integer;
// seems to be the coordinate of the image's center point.
// (the little soldier's standing point)
left, top, right, bottom : integer;
// this is the rectangle needed for the image.
// if left > right, we need to rotate the image
// to get the correct view.
end;