Binary Domain Ps3
-
- Posts: 50
- Joined: Mon Nov 21, 2016 10:44 am
Binary Domain Ps3
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.
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.
-
- Posts: 50
- Joined: Mon Nov 21, 2016 10:44 am
Re: Binary Domain Ps3
Solved.
Modded script:
get NAME basename
string NAME + ".txt"
goto 0x53aa5
for i = 0 < 16548
slog NAME -1 -1
next i
Working!
Modded script:
get NAME basename
string NAME + ".txt"
goto 0x53aa5
for i = 0 < 16548
slog NAME -1 -1
next i
Working!
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Binary Domain Ps3
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
-
- Posts: 50
- Joined: Mon Nov 21, 2016 10:44 am
Re: Binary Domain Ps3
?
I'm not understand...
I'm not understand...
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Binary Domain Ps3
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 wrote:?
I'm not understand...
-
- Posts: 50
- Joined: Mon Nov 21, 2016 10:44 am
Re: Binary Domain Ps3
Ok. But...
The script working for me. Finished pc, and ps3 translate. Hungarian subtitles working good.
The script working for me. Finished pc, and ps3 translate. Hungarian subtitles working good.
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Binary Domain Ps3
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 wrote:Ok. But...
The script working for me. Finished pc, and ps3 translate. Hungarian subtitles working good.
-
- Posts: 50
- Joined: Mon Nov 21, 2016 10:44 am
Re: Binary Domain Ps3
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.
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.
-
- Posts: 9
- Joined: Thu Oct 04, 2018 12:15 am
Re: Binary Domain Ps3
?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.
I know there's one but they said that the algorithm used for compression is wrong.
-
- Posts: 9
- Joined: Thu Oct 04, 2018 12:15 am
Re: Binary Domain Ps3
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.
(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.