This is a proof of concept Agent 1.5 decompiler that decompiles the sounds and grayscal BMPs from any UNCOMPRESSED 1.5 Microsoft Agent 1.5 character.
- Open the program
- Open an uncompressed ACS file
- Watch as the frames (grayscale unless you have a custom pallette [named custompallette.bmp] in the same directory) and sounds extract.
Microsoft Agent 1.5 files are fundamentally different from Microsoft Agent 2.0 files aside from using common assets. In fact, a Microsoft Agent 1.5 ACS file is actually more similar to the older .DOC / .PPT / etc formats, as it is actually an OLE/Compound File container unlike Agent 2.0 files or even Microsoft Actor 1.0 and 2.0 files.
NOTE: This program was coded in Visual Studio 2017 and uses .NET 4.0 Framework.
- Open the solution in Visual Studio.
- Compile/build the program!