You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2023. It is now read-only.
Hello, what is the right command to repack the PAK archives?
When I try this kind of command: LucaSystemTools -t pak -m import -f wrk -o rdy pops up a bunch of errors.
D:\wrk\LucaSystemTool>LucaSystemTools -t pak -m import -f wrk -o rdy
Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\wrk\LucaSystemTool\wrk\SCRIPT_unpacked\SEEN0513'.
at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at ProtPak.PAKManager.Pack(String file) in D:\wrk\LucaSystemTool\src\lben\LucaSystemTools\PakTools.cs:line 91
at ProtPak.PAKManager.FileImport(String path, String outpath) in D:\wrk\LucaSystemTool\src\lben\LucaSystemTools\PakTools.cs:line 227
at LucaSystem.Utils.CommandLineUtil.OnExecute() in D:\wrk\LucaSystemTool\src\lben\LucaSystemTools\Utils\CommandLineUtil.cs:line 179
--- End of stack trace from previous location where exception was thrown ---
at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.Invoke(MethodInfo method, Object instance, Object[] arguments)
at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.OnExecute(ConventionContext context, CancellationToken cancellationToken)
at McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.<>c__DisplayClass0_0.<<Apply>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken)
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync[TApp](CommandLineContext context, CancellationToken cancellationToken)
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute[TApp](CommandLineContext context)
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute[TApp](IConsole console, String[] args)
at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute[TApp](String[] args)
at LucaSystemTools.Program.Main(String[] args) in D:\wrk\LucaSystemTool\src\lben\LucaSystemTools\Program.cs:line 17
The following folders and files are in the wrk folder:
I am confused by the error Could not find a part of the path 'D:\wrk\LucaSystemTool\wrk\SCRIPT_unpacked\SEEN0513'.
There is no such folder SCRIPT_unpacked but SCRIPT .PAK _unpacked
Hello, what is the right command to repack the PAK archives?
When I try this kind of command: LucaSystemTools -t pak -m import -f wrk -o rdy pops up a bunch of errors.
The following folders and files are in the wrk folder:
The following files are in the wrk\SCRIPT.PAK_unpacked\ folder:
SCRIPT.PAK_unpacked
Using a bunch lb_en
I am confused by the error Could not find a part of the path 'D:\wrk\LucaSystemTool\wrk\SCRIPT_unpacked\SEEN0513'.
There is no such folder SCRIPT_unpacked but SCRIPT .PAK _unpacked