Jump to content

Recommended Posts

you need to run weidu on each of those files. If your shell or weidu can't handle that many at once, try with a loop or limiting the glob and doing it in steps (for example [a-k]* then [l-z]*).

Link to comment

The only command that seems to get any traction for me is "weidu *.bcs" and it returns with things like "resource [*.bcsYUXTHRET.BCS] not found for 'decompile BCS command'". Things like "weidu [a-k]*.bcs" aren't recognised, I really don't get how to wildcard the .bcs files because it seems to double up the command somehow

Link to comment

If you had to do it manually, I suggest a backup. :)

Open WSL and move to the same folder, then run this to remove redundant files:

Quote

rm *.bcs

grep -L Player6 * | xargs rm

 

Edited by lynx
Link to comment

so once you've removed the cruft, it's time to recompile the rest. So again just

weidu baf-file

for all those file.

I don't know how wsl works, but perhaps you can run the same weidu executable as well? Perhaps that way you can avoid the problems you had when decompressing and just do weidu *baf .

Link to comment

oh wait, we forgot to do the magic! Keep the list though.

Before recompiling the scripts, run this on each baf file (here named the-input.baf):

10pp/wrapper.pl the-input.baf 10 the-output.baf
mv the-output.baf the-input.baf

 

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...