Hi,
I took a look into the extracted Starcraft Remastered Casc file and was able to identify a lot of data files (graphics, sounds,...)
But all the unit graphics (e.g. data/unit/terran/marine.grp) are only available in the old graphic resolution. Any ideas where the HD and comic variant graphics of the units are placed?
regards
Andreas
They're in .anim files under /anim, /hd2 and /sd off the top of my head.
Thanks.
Now I found this thread with information about the .anim format:
http://www.staredit.net/topic/17217/0/Is someone still working on anim extractor code? Is there something newer or a project out of this?
regards
Andreas
The converter is here.
http://www.staredit.net/topic/17590/
Trial and error... mostly error.
Nice, with source. But I use C++ for the current stargus implementation. Does this run on Linux? I could run it maybe from a called process or re-implement in C++.