Is there a tool to watch or extract Myst 3 movies?
Moderator: ScummVM Team
Is there a tool to watch or extract Myst 3 movies?
Is there a tool to watch or extract Myst 3 movies from the data files?
Re: Is there a tool to watch or extract Myst 3 movies?
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.
The movies are regular Bink files that can be played by a lot of media players.
Re: Is there a tool to watch or extract Myst 3 movies?
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.
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.
Re: Is there a tool to watch or extract Myst 3 movies?
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.
Re: Is there a tool to watch or extract Myst 3 movies?
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.
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.