From 3131d221a774ccf5497a8ded86e5d7e02d7e118a Mon Sep 17 00:00:00 2001 From: ChengZiJun-5433 <68330636+ChengZiJun-5433@users.noreply.github.com> Date: Wed, 15 Jul 2020 20:14:10 +0800 Subject: [PATCH] Update resource_fetch.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resourceToExport_sound_bundleNameMatch:add “v\/vo_title" --- redive/resource_fetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redive/resource_fetch.php b/redive/resource_fetch.php index e68ecf7..c6b82ff 100644 --- a/redive/resource_fetch.php +++ b/redive/resource_fetch.php @@ -43,7 +43,7 @@ [ 'bundleNameMatch'=>'/^v\/vo_enavi_(\d+)\.acb$/', 'exportTo'=> 'sound/unit_common/$1' ], [ 'bundleNameMatch'=>'/^v\/t\/vo_adv_(\d+)\.acb$/', 'exportTo'=> 'sound/story_vo/$1' ], [ 'bundleNameMatch'=>'/^v\/vo_btl_(\d+)\.acb$/', 'exportTo'=> 'sound/unit_battle_voice/$1' ], - [ 'bundleNameMatch'=>'/^v\/vo_(ci|speciallogin|btg)_(\d+)\.acb$/', 'exportTo'=> 'sound/vo_$1/$2' ], + [ 'bundleNameMatch'=>'/^v\/vo_(ci|title|speciallogin|btg)_(\d+)\.acb$/', 'exportTo'=> 'sound/vo_$1/$2' ], ], 'movie'=>[ [ 'bundleNameMatch'=>'/^m\/(t\/)?(.+?)_(\d[\d_]*)\.usm$/', 'exportTo'=> 'movie/$2/$3' ],