5

I'm looking for a way to decompress or decompile a microsoft agent. for example the merlin agent microsoft agent merlin

I'd like to extract the animations/images. best way i've found so far is. recording my screen with a pink background. and splitting the video... but this isn't really good practice...

any tips?

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
Mars
  • 4,197
  • 11
  • 39
  • 63

3 Answers3

5

Years ago, I authored an MSAgent Character Data Specification, which documents the complete ACS, ACF, and ACA file formats.

I have used that knowledge to write my own MSAgent decompiler that can fully decompile an ACS file into its constituent image and audio files, and create a complete ACD file that can be opened in the MSAgent Editor.

You can download the decompiler from my website, under "Products | Applications | MSAgent Decompiler".

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
0

As for extracting the animations from the ACS file, which is the file for the MS Agent Character, it cannot be done with any known software. Over the years, I have searched for methods to extract the files from the ACS file, have found nothing even as of today (May 6, 2017).

-2

You might be able to get somewhere using resourcehacker. At the least, separate out the useless parts from the useful.

I'm not sure what format they would have used for that, which makes this more difficult. Either way you need to first break open the container first.

J. M. Becker
  • 2,755
  • 30
  • 32
  • 1
    Msagent character is not PE format. Impossible use Resource Hacker. – Xearinox Jun 16 '12 at 11:29
  • I swear I mentioned, "I'm not sure what format they would have used for that, which makes this more difficult. Either way you need to first break open the container first." The point of the comment was to explain how to start the process, because AFAIK an established method does not exist. – J. M. Becker Jun 18 '12 at 13:36