Atvaark / BinderTool

Dark Souls II / Dark Souls III / Bloodborne / Elden Ring bdt, bhd, bnd, dcx, tpf, fmg and param unpacking tool
MIT License
310 stars 50 forks source link

Multiple files at once? #28

Closed GenericDM closed 6 years ago

GenericDM commented 6 years ago

Is there any way to have multiple files decrypted/decompiled at once? If not could you add one?

Atvaark commented 6 years ago

You mean unpacking multiple files in parallel? You'd have to build your own tool that uses this tool to do that.

GenericDM commented 6 years ago

More like specifying a directory then having it decompile everything in there one at a time automatically

GenericDM commented 6 years ago

Nevermind, I found out how to do it. FOR %v IN (*filetype) DO BinderTool.exe %v