Skip to content

Weidu and BG2EE

kotekokoteko Member Posts: 179
I must be doing something wrong here, but I cannot decompile DLG files.

I'm using the last version (236) for Linux. First I did:
$ weidu --list-files --use-lang en_US
[weidu] WeiDU version 23600
[./chitin.key] 185 BIFFs, 59857 resources

ERROR: Unable to find DIALOG.TLK in:
./^dialog\.tlk$

Please run this program in your Infinity Engine game directory.

FATAL ERROR: Failure("Unable to find DIALOG.TLK")
Which is weird, as I thought the last version fixed this. Not a big deal, though, as I create the hardlink and with "--list-files" and grep I got the list of dlg files, like NEERA.DLG.

Then I do (even with the hard link in place I must use --use-lang, otherwise it complains that is a multi language enviroment):
$ weidu NEERA.DLG --use-lang en_US
[weidu] WeiDU version 23600
[./chitin.key] 185 BIFFs, 59857 resources
ERROR: None of the dialog paths were a match against en_US

FATAL ERROR: Not_found
And this happens for any DLG that I try. Any idea why this might be?

Comments

  • WispWisp Member Posts: 1,102
    Have you tolowered your game? It also looks like WeiDU has a problem with non-lowercased arguments to --use-lang. Will fix. Use "en_us" in the meantime.
  • kotekokoteko Member Posts: 179
    Silly me: I had not. Now it's working fine. Thanks!
Sign In or Register to comment.