Jump to content


Photo

textout question


  • Please log in to reply
3 replies to this topic

#1 Riklaunim

Riklaunim
  • Member
  • 375 posts

Posted 11 July 2003 - 05:04 AM

How can I generate a list of all ... items in the biff file (or generaly all items... "something" from a related biff file :rolleyes:

#2 japheth

japheth

    Codewalker

  • Member
  • 317 posts

Posted 11 July 2003 - 05:14 AM

To list all items in a certian biff file, you would type something like this:

weidu --biff data\Dialog.bif --textout 25dialog.txt

I added a feature for Ibodek which just lists the files in the biff, rather than the other junk that's in there. To just list the files, first you have to download the version I created for him here, then type this:

weidu --biff-file data\Dialog.bif --textout 25dialog.txt

To list *all* item files in all biffs, you would type this:

weidu --biff-type itm --biff-str . --textout items.txt
Check out BG1Tutu.

#3 Riklaunim

Riklaunim
  • Member
  • 375 posts

Posted 15 July 2003 - 03:57 AM

hm.... <_< WeiDu works but it always generates a blank.txt file (no text in it). Checked in BG 2 and 1 with few commands..

#4 japheth

japheth

    Codewalker

  • Member
  • 317 posts

Posted 15 July 2003 - 04:17 AM

Huh, well for some reason in my post above, the slashes in data\Dialog.bif weren't there.

However, all three of those commands work fine for me here.
Check out BG1Tutu.