Folder strings named as such (CharaSelect or Menu, rather than charaselect or menu) don't pack their contained files properly. Any other folder gets archived as expected by the game. This was tested on Hot Shots Golf: Out of Bounds. Usually, the game will crash but on the main menu this happens after packing mainmenu.xb0 without any changes.
(This is my first interaction on GitHub, btw)
I could test to be 100% positive by editing the folder names throughout the game if I had the patience, but I never ran into any issues with any archive that uses all lowercase strings.
EDIT: This checks out as far as what mainmenu.xb0 contains. Only one of the folders contains an uppercase string: Menu, which contains the background and other textures.
I am using Python 3.13, if that matters.
Folder strings named as such (CharaSelect or Menu, rather than charaselect or menu) don't pack their contained files properly. Any other folder gets archived as expected by the game. This was tested on Hot Shots Golf: Out of Bounds. Usually, the game will crash but on the main menu this happens after packing mainmenu.xb0 without any changes.
(This is my first interaction on GitHub, btw)
I could test to be 100% positive by editing the folder names throughout the game if I had the patience, but I never ran into any issues with any archive that uses all lowercase strings.
EDIT: This checks out as far as what mainmenu.xb0 contains. Only one of the folders contains an uppercase string: Menu, which contains the background and other textures.
I am using Python 3.13, if that matters.