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
I'm running this code within Python to repack my files: subprocess.run([".\\Aion_Encdec.exe", "-r", "data_ptBR.pak"], timeout=15)
When executing using the code above it doesn't include the item2 file. When I click on Repack in the app, it includes all files.
Also, is it possible to run the command to repack a single file? It doesnt work if I provide the file name as I did in the command above, it always repacks all files inside the PAK folder.
Thanks!
The text was updated successfully, but these errors were encountered:
giordanidev
changed the title
Program does not include files with numbers when using console to repack .pak
Program does not include files with numbers on file name when using console to repack .pak
Aug 30, 2023
Btw, this is not an "enhancement", it is a bug. The program is not adding files to the ".pak" if they have numbers in the filename when using the command line to repack files.
The second request is indeed an enhancement. Maybe I should edit and make two separate issues?
I'm running this code within Python to repack my files:
subprocess.run([".\\Aion_Encdec.exe", "-r", "data_ptBR.pak"], timeout=15)
When executing using the code above it doesn't include the item2 file. When I click on Repack in the app, it includes all files.
Also, is it possible to run the command to repack a single file? It doesnt work if I provide the file name as I did in the command above, it always repacks all files inside the PAK folder.
Thanks!
The text was updated successfully, but these errors were encountered: