This project is a collection of tools to translate Myst IV.
For general game format discussions visit XeNTaX.
This tool extracts and repacks the contents of the binary data container used by Myst IV.
Use the tool myst_m4b.exe
. Usage:
List files myst_m4b l file.m4b
Extract files myst_m4b e file.m4b folder
Pack folder myst_m4b p folder file.m4b
To compile, run this the batch script compile.bat
.
Binary files contain different types of content by by Myst IV. This table lists the tools:
Type | Extract | Repack | Tool | Build script |
---|---|---|---|---|
Subtitle | ✓ | ✓ | myst_loc |
compile_bin |
Text | ✓ | ✓ | myst_loc |
compile_bin |
Texture | ✓ | myst_extract_img |
compile_img |
- For localisation, use
myst_loc.exe
: - For textures, use
myst_extract_img.exe
:
This code has been placed in the public domain