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

Extracting WRD Files Problem #9

Open eeehh opened 11 months ago

eeehh commented 11 months ago

I put the command HTConvertAll.exe --unpack --format=wrd into command prompt but it said this: 'HTConvertAll.exe' is not recognized as an internal or external command, operable program or batch file.

I followed all the previous steps

redssu commented 11 months 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.

eeehh commented 11 months ago

Thanks for responding!

I'm pretty sure I have installed the latest version of Harmony Tools but I redownloaded it just in case.

I put in the new command and still get the same error on command prompt, here's are pictures of the error.

image image image

I tried removing the dash from Harmony-Tools.exe and now I got this result instead

image

redssu commented 2 months ago

Hey, sorry for being absent, are you still facing this issue?