Jump to content


Feature Request - multiple .dlg --> .d


  • Please log in to reply
1 reply to this topic

#1 -Ghreyfain-

-Ghreyfain-
  • Guest

Posted 15 September 2002 - 08:24 PM

I think the creeping featurism has become full blown Featurism Conquest, but just remember that you. Are. The. Man.

Anyways, yeah, would it be possible to add the use of wildcards or regular expression when decompiling DLGs to Ds?

Something like: weidu.exe .*\.dlg

Thanks. :)

#2 -Ghreyfain-

-Ghreyfain-
  • Guest

Posted 16 September 2002 - 07:11 PM

Ah, never mind, I just used a .bat for it.

@Echo off

for %%x in (*.dlg) do weidu --game "c:\games\baldurs gate" %%x --text --out BGIDLGs --autolog


Not sure if it was necessary, but I extracted all dialogues from the game beforehand, too, and put them in the directory with WeiDU.