Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program does not include files with numbers on file name when using console to repack .pak #1

Open
giordanidev opened this issue Aug 20, 2023 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@giordanidev
Copy link

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.

image

Thanks!

@Iswenzz Iswenzz added the enhancement New feature or request label Aug 23, 2023
@giordanidev 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
@giordanidev
Copy link
Author

giordanidev commented Oct 24, 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?

@Iswenzz Iswenzz added the bug Something isn't working label Oct 25, 2023
@Iswenzz
Copy link
Owner

Iswenzz commented Oct 25, 2023

Hi, thanks for reporting the bug, i'll try to update the app next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants