Open ThatNintendoNerd opened 3 years ago
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.
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 ofmsg_bgm+jp_ja.msbt
. Internal texture names of various regions use the same naming conventions, such asui/replace/stage/stage_0/stage_0_battlefield.bntx
having the internal name ofstage_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.