Deep Black Game Localization File (global.pack)
-
oyunceviri
- advanced
- Posts: 73
- Joined: Tue Jun 30, 2009 11:35 am
- Has thanked: 30 times
- Been thanked: 5 times
-
swuforce
- veteran
- Posts: 121
- Joined: Thu Nov 05, 2009 8:46 pm
- Has thanked: 14 times
- Been thanked: 105 times
Re: Deep Black Game Localization File (global.pack)
Hi
I made a quickbms script for unpack
I made a quickbms script for unpack
Code: Select all
idstring "UWFPVF01"
get EXTNUM long
get EXTOFF long
get FILES long
get NAMESOFF long
for k = 0 < EXTNUM
goto EXTOFF
getdstring EXT 0X4
get FIRST long
get NUM long
math NUM += FIRST
goto NAMESOFF
for i = FIRST < NUM
getdstring NAME 0X20
get OFFSET long
get SIZE long
string NAME += "."
string NAME += EXT
log NAME OFFSET SIZE
next i
math EXTOFF += 0xc
savepos OFF
set NAMESOFF = OFF
next k
-
oyunceviri
- advanced
- Posts: 73
- Joined: Tue Jun 30, 2009 11:35 am
- Has thanked: 30 times
- Been thanked: 5 times
Re: Deep Black Game Localization File (global.pack)
Thanks for reply 
But how can I repack unpacked files ?
But how can I repack unpacked files ?
- delutto
- veteran
- Posts: 155
- Joined: Sat Apr 16, 2011 5:20 am
- Has thanked: 49 times
- Been thanked: 12 times
-
oyunceviri
- advanced
- Posts: 73
- Joined: Tue Jun 30, 2009 11:35 am
- Has thanked: 30 times
- Been thanked: 5 times
- delutto
- veteran
- Posts: 155
- Joined: Sat Apr 16, 2011 5:20 am
- Has thanked: 49 times
- Been thanked: 12 times
Re: Deep Black Game Localization File (global.pack)
Unfortunate...oyunceviri wrote:No. German version.
-
swuforce
- veteran
- Posts: 121
- Joined: Thu Nov 05, 2009 8:46 pm
- Has thanked: 14 times
- Been thanked: 105 times
Re: Deep Black Game Localization File (global.pack)
Maybe someone still need it.
There is tool for bsrt file, and to insert text files (loc,bsrt) back to the pack file. http://www.sendspace.com/file/oj40hr
There is tool for bsrt file, and to insert text files (loc,bsrt) back to the pack file. http://www.sendspace.com/file/oj40hr
-
oyunceviri
- advanced
- Posts: 73
- Joined: Tue Jun 30, 2009 11:35 am
- Has thanked: 30 times
- Been thanked: 5 times
Re: Deep Black Game Localization File (global.pack)
Maybe someone still need it.
There is tool for generate and replace font.
download: https://sites.google.com/site/gamelocal ... ects=0&d=1
screenshot: http://gamelocalize.blogspot.jp/2012/12 ... -demo.html
document written in Japanese, see source.
There is tool for generate and replace font.
download: https://sites.google.com/site/gamelocal ... ects=0&d=1
screenshot: http://gamelocalize.blogspot.jp/2012/12 ... -demo.html
document written in Japanese, see source.
Japanese Localization: http://gamelocalize.blogspot.jp & https://sites.google.com/site/gamelocalize/
-
oyunceviri
- advanced
- Posts: 73
- Joined: Tue Jun 30, 2009 11:35 am
- Has thanked: 30 times
- Been thanked: 5 times
