Is there a tool to watch or extract Myst 3 movies?

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
Diskutant
Posts: 11
Joined: Sat Jan 03, 2015 9:38 am

Is there a tool to watch or extract Myst 3 movies?

Post by Diskutant »

Is there a tool to watch or extract Myst 3 movies from the data files?
bgK
ScummVM Developer
Posts: 71
Joined: Sat Feb 13, 2016 12:40 pm

Re: Is there a tool to watch or extract Myst 3 movies?

Post by bgK »

Sure, you can extract the game archives using the debug console in ResidualVM. See https://github.com/residualvm/residualv ... g-myst-iii. You need to have a "dump" folder where ResidualVM is located for the "dumpArchive" command to work.
The movies are regular Bink files that can be played by a lot of media players.
Diskutant
Posts: 11
Joined: Sat Jan 03, 2015 9:38 am

Re: Is there a tool to watch or extract Myst 3 movies?

Post by Diskutant »

Is this supported on OS X?

I created a folder called dump next to ResidualVM.app (I also tried in ResidualVM.app/Contents/MacOS/)

entered dumpArchive NACHnodes.m3a in the debug console and ResidualVM crashes.
bgK
ScummVM Developer
Posts: 71
Joined: Sat Feb 13, 2016 12:40 pm

Re: Is there a tool to watch or extract Myst 3 movies?

Post by bgK »

macOS is tricky because of the app bundles. If I remember correctly it works when launching the binary directly from the command line. Or perhaps you need to copy the binary out of the bundle first.
Diskutant
Posts: 11
Joined: Sat Jan 03, 2015 9:38 am

Re: Is there a tool to watch or extract Myst 3 movies?

Post by Diskutant »

thanks, it works now!

starting the binary from command line allowed me to see the debug output. The dump Folder inside ResidualVM.app/Contents/MacOS/ got the wrong permissions so it couldn't write in it.
Post Reply