Binary Domain Ps3

How to translate the files of a game
RicoKwothe
Posts: 50
Joined: Mon Nov 21, 2016 10:44 am

Binary Domain Ps3

Post by RicoKwothe »

Hi Guys.

get NAME basename
string NAME + ".txt"
goto 0x53ae1
for i = 0 < 16552
slog NAME -1 -1
next i

Working in pc game.
But, don't work Ps3. Please help.
QuickBms error message:

incomplete input file 0: C:\Users\RicoKwothe\Desktop\quickbms\string_tbl_en.stb
Can't read 1 bytes from offset 001200a4.
Anyway don't worry, it's possible that the BMS script has been written
to exit in this way if it's reached the end of the archive so check it
or contact its author or verify that all the files have been extracted.
Please check the following coverage information to know if it's ok.

Ps3 sample (english stb file)
https://www61.zippyshare.com/v/7k5JeHZX/file.html

Thx.
RicoKwothe
Posts: 50
Joined: Mon Nov 21, 2016 10:44 am

Re: Binary Domain Ps3

Post by RicoKwothe »

Solved.
Modded script:
get NAME basename
string NAME + ".txt"
goto 0x53aa5
for i = 0 < 16548
slog NAME -1 -1
next i

Working!
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Binary Domain Ps3

Post by makc_ar »

interested too viewtopic.php?f=12&t=1937&p=34633#p34633

Code: Select all

get NAME basename
string NAME + ".txt"
goto 0x53ae1
for i = 0 < 16552
    slog NAME -1 -1
next i

Image
RicoKwothe
Posts: 50
Joined: Mon Nov 21, 2016 10:44 am

Re: Binary Domain Ps3

Post by RicoKwothe »

?
I'm not understand...
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: Binary Domain Ps3

Post by Delutto »

RicoKwothe wrote:?
I'm not understand...
That script will just dump the text from *.stb file, so if you want to reimport, every line should be the same or minor size of the original one.
RicoKwothe
Posts: 50
Joined: Mon Nov 21, 2016 10:44 am

Re: Binary Domain Ps3

Post by RicoKwothe »

Ok. But...
The script working for me. Finished pc, and ps3 translate. Hungarian subtitles working good.
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: Binary Domain Ps3

Post by Delutto »

RicoKwothe wrote:Ok. But...
The script working for me. Finished pc, and ps3 translate. Hungarian subtitles working good.
I am not saying that the script doesn't work, but rather that it is limited, translating the texts into a language that uses two bytes per character is impracticable. Thats what makc_ar was talking about.
RicoKwothe
Posts: 50
Joined: Mon Nov 21, 2016 10:44 am

Re: Binary Domain Ps3

Post by RicoKwothe »

Umph... Sorry. I do not know what's up to me lately.
I put back in the French stb file, and rename the "string_tbl_fr.stb" file onto "string_tbl_en.stb" file. Thus there was nothing problem.
AdamSaeed
Posts: 9
Joined: Thu Oct 04, 2018 12:15 am

Re: Binary Domain Ps3

Post by AdamSaeed »

?Sorry to barge in, but is there a tool for extracting the Font.par
I know there's one but they said that the algorithm used for compression is wrong.
AdamSaeed
Posts: 9
Joined: Thu Oct 04, 2018 12:15 am

Re: Binary Domain Ps3

Post by AdamSaeed »

While I was searching around I found this
(I thought someone would need it)
https://github.com/SlowpokeVG/PARC-Archive-Importer

I tested it my self and it's working,
I wish if there's a way to modify the font width table too.