You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determine how Shockky will support different Director versions and how much they differ from each other on a chunk basis.
My initial plan is to construct some sort of a DisassemblyContext like structure from initial version information (InitialMapChunk.Version for normal and FileVersionChunk.Version for "afterburned" movies/casts?) and keep passing that to chunk reading methods.
Seems like the guys at ScummVM have made great progress on reverse-engineering early versions of Director. Shockky has been tested on "brand-new" D8/11.5/12 files only.
The text was updated successfully, but these errors were encountered:
Determine how Shockky will support different Director versions and how much they differ from each other on a chunk basis.
My initial plan is to construct some sort of a
DisassemblyContext
like structure from initial version information (InitialMapChunk.Version
for normal andFileVersionChunk.Version
for "afterburned" movies/casts?) and keep passing that to chunk reading methods.Seems like the guys at ScummVM have made great progress on reverse-engineering early versions of Director. Shockky has been tested on "brand-new" D8/11.5/12 files only.
The text was updated successfully, but these errors were encountered: