Closed gmarty closed 4 years ago
It seems that there is some problem with the CASt files. The DXR file is a Macromedia Director 4 or 5 file? At this moment I'm focused in Director 4.
Best regards!
This is possible. How can I find out the version used?
Check if a "config.json" file was generated inside the "cas" directory. If was parsed successfully It would contain a "version" value:
{
"castArrayEnd": 8,
"castArrayStart": 1,
"currentFrameRate": 3840,
"palette": "systemMac",
"stageBottom": 624,
"stageColor": 0,
"stageLeft": 192,
"stageRight": 832,
"stageTop": 144,
"version": "dir4"
}
In this example you can see a Director 4 config.json file.
The version says published
. It's from a CD-rom released on September 1998. According this Wikipedia article, it must be version 6.5 since it uses QuickTime and Xtra.
So unfortunately it doesn't seem to be compatible with drxtract
:-(
Good job on this tool and I hope you implement support for versions above 5 at some point.
I'm using
dxrxtract
on a 275 KB.dxr
file that contains, among other assets, 4 images. I get empty bitmap files and this kind of error messages:When I use other decompilation methods, this image should have dimensions of 324 × 243.
The image is detected but the dimensions are obviously wrong. I'm happy to provide the
.dxr
file if that helps.