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

Append regional indicator to extracted regional file names #62

Open
ThatNintendoNerd opened this issue Oct 19, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ThatNintendoNerd
Copy link

This could be the default behavior or a configurable option. e.g., extracting ui/message/msg_bgm.msbt set to the Japanese region would result in the extracted file name of msg_bgm+jp_ja.msbt. Internal texture names of various regions use the same naming conventions, such as ui/replace/stage/stage_0/stage_0_battlefield.bntx having the internal name of stage_0_BattleField+us_en.

The option to extract all regions at once using the above behavior would serve useful too, as extracting the same file region by region and renaming each time is awfully tedious.

@ScanMountGoat ScanMountGoat added the enhancement New feature or request label Oct 19, 2021
@ScanMountGoat
Copy link
Owner

ScanMountGoat commented Oct 19, 2021

This is definitely doable to add at some point. I don't think making it the default option is a good idea since some tools rely on file names not having any extra characters added to the file name. For example, col0+ja_jp.nutexb might not load properly in Cross Mod.

This could be added as a configurable option in the settings if people like the regional naming similar to Cross Arc. I may also consider adding an "Extract All Regions" option to the context menu for files. I wasn't sure if this was still useful to people, so thanks for bringing this up.

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

No branches or pull requests

2 participants