spritetool bugged?

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
Gouken
Noob
Noob
Posts: 1
Joined: 05 Apr 2008, 09:07

spritetool bugged?

#1 Post by Gouken »

The spritetool binary that is shipped with the grftool sourcecode does not seem to work. As I am very unfamiliar with modifications to source code, I am kindly asking for help on this. Currently it produces output similar to this instead of extracting bitmaps from spr files:

Code: Select all

root@yoshi:~/grftool-1.2.0/tools# ./spritetool /root/orc_xmas.spr 1 out.bmp
Error 1
The file orc_xmas.spr exists, can be extracted using windows programs and has full read/write access. I am unsure what has to be supplied as INDEX argument. I tried several numbers, act00 and the likes. Always procudes the same output. If either of the three required arguments is missing, it outputs "Usage: spritetool <FILE.SPR> <INDEX> <OUTPUT>", so I am guessing that there is something amiss in either the INDEX value or the code.

Thanks for any help on this matter.

Locked