System25 / drxtract

Macromedia Director 5 DRI and DRX files data extractor
GNU General Public License v2.0
22 stars 4 forks source link

Windows version #11

Closed Kittnz closed 1 year ago

Kittnz commented 1 year ago

Hey

Was wondering if this would work on a windows system as well? Ive got an old director game which i want to remake on something more modern.

When i try the main script it find it but then all other scripts are not found for unknown reason.

Any help or input would be appriciated! Discord: Kittnz#1582

System25 commented 1 year ago

Hi, if you use python for Windows it will probably work partially (because you also need ImageMagic and FFmpeg), but it is not tested.

If I were you I would try installing Cygwin (https://www.cygwin.com/) in your Windows with the python3, ImageMagic and FFmpeg packages and running drxtract with it.

Best regards!