home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 10434 / myst_iv_tools.7z / README.md < prev   
Encoding:
Text File  |  2016-01-24  |  819 b   |  38 lines

  1. ∩╗┐# Myst IV Locale Tools
  2.  
  3. This project is a collection of translation tools for Myst IV.
  4.  
  5. For general game format discussions visit [XeNTaX][1].
  6.  
  7.  
  8. ## Usage
  9.  
  10. ### M4B (Myst IV Binary file)
  11.  
  12. This is a packed data container. Use `myst_m4b.exe`:
  13.  
  14.     Usage:
  15.      List files    myst_m4b l file.m4b
  16.      Extract files myst_m4b e file.m4b folder
  17.      Pack folder   myst_m4b p folder file.m4b
  18.  
  19. ### BIN (Binary file)
  20.  
  21. This is a serialized binary file used by Myst IV. Use `myst_loc.exe`:
  22.  
  23.     Usage:
  24.      myst_loc f <file>.bin <result>.xml
  25.      myst_loc t <file>.xml <result>.bin
  26.  
  27. | Type     | Supported |
  28. |----------|:---------:|
  29. | Subtitle |      Γ£ô   |
  30. | Text     |      Γ£ô   |
  31.  
  32.  
  33. ## Licence
  34.  
  35. This code has been placed in the public domain
  36.  
  37. [1]:http://forum.xentax.com/viewforum.php?f=10
  38.