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 crashes when too many ipks exist #2

Open
qwerfd2-wustl opened this issue Jan 24, 2023 · 1 comment
Open

Program crashes when too many ipks exist #2

qwerfd2-wustl opened this issue Jan 24, 2023 · 1 comment

Comments

@qwerfd2-wustl
Copy link

When there are 250+ ipks in a directory, the script will crash, generating an empty secure_fat.gf.

@wukko
Copy link
Owner

wukko commented Jan 25, 2023

that's because max bundle count in official secure_fat structure is FF, aka 255.
i'll think of a way to fit in more bundles, but i never thought it'd be an issue due to how big this number is.

if you're talking about just dance, which i think you are, you can simply put several maps per bundle to fit in more maps. make sure that created bundles are less than FAT32 file size limit (4GB) though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants