redssu / Harmony-Tools

A collection of tools to help translate Danganronpa V3: Killing Harmony video game.
GNU General Public License v3.0
9 stars 1 forks source link

Problem with extracting the game scripts #8

Closed ghost closed 3 months ago

redssu commented 1 year ago

Hey,

"HTConvertAll.exe" is a part of legacy version of Harmony-Tools, could you update the tools to newer version (2.0.6) and try to reproduce the error?

To update, just uninstall the previous version of Harmony-Tools:

  1. Use HTExplorerExtension.exe --unregister to unregister context menus, if you have registered them
  2. Delete Harmony-Tools files from "Program Files" directory.
  3. Download newer version of tools and follow the installation guide.

Note that in Harmony-Tools 2.x.x tools command syntax changed - you should use

[harmony-tools-directory]/Harmony-Tools.exe wrd extract --batch [wrd-directory]

Where:

If your command prompt current working directory is the directory where the wrd files are located, you could use simpler syntax:

[harmony-tools-directory]/Harmony-Tools.exe wrd extract --batch-cwd

Let me know if you encounter any other issues.

Cheers.