Sewer56 / Sen-no-Kiseki-PKG-Sharp

A set of .NET libraries for managing Sen no Kiseki/Trails of Cold Steel PKG archives. Includes custom high performance compression library for files inside PKGs written in D.
GNU General Public License v3.0
9 stars 2 forks source link

No exe file #2

Open tmtvl opened 5 years ago

tmtvl commented 5 years ago

Hello,

I ran the dotnet PKGToolCmd.dll command as stated in the release note for the Initial Release, and it produced the following output:

C:\Program Files (x86)\The Legend of Heroes Trail of Cold Steel\PKGToolCmd>dotnet pkgtoolcmd.dll => Sen no Kiseki PKG Archive Utility by Sewer56 => Usage: Extract: PKGToolCmd.exe Extract (Batch): PKGToolCmd.exe --batchextract Build PKG: PKGToolCmd.exe Build PKG (Batch): PKGToolCmd.exe --batchcompress => Flags: --singlethread : Singlethreaded building of PKG files. --nocompress : Disables compression for the building of PKG archive files. --batchbuild : Builds a PKG file for each directory within a passed in directory. --batchextract : For each PKG file in directory; extract the PKG file. Press enter to exit...

There was no .exe file in the directory afterwards, and trying to run dotnet PKGToolCmd.dll --batchextract <path> did not work.

I would appreciate any help you can provide.