Valkyria Chronicles and Shining Resonance Refrain .mtp
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Valkyria Chronicles and Shining Resonance Refrain .mtp
Last edited by makc_ar on Wed Jul 11, 2018 7:06 am, edited 2 times in total.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Valkyria Chronicles™ .mtp
Here Shining Resonance .MTP files and fonts .UFN
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
DLC files in both games have only japanese texts... even on dlc_en folder...makc_ar wrote:...
Anyway... there's any other SEGA game that use the same MTP files for texts?
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
Here strange Valkyria Chronicles 2 and Valkyria Chronicles 3 Extra Edition .mtp files
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
Only the header is visible, all the rest is obfuscated.makc_ar wrote:Here strange Valkyria Chronicles 2 and Valkyria Chronicles 3 Extra Edition .mtp files
SEGA MTP Text Tool [PC]
By Delutto
See Readme.txt for instructions.
Note: Not tested ingame.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
Thanks a lot Delutto! Do you know how to edit .mxe files?
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
About *.bf1 fonts, use this script to extract the files...makc_ar wrote:...
Code: Select all
goto 0x20
get FILES long
goto 0x2C
for i = 0 < FILES
get OFFSET long
savepos LOOP
goto OFFSET
getdstring TYPE 4
get DATA_SIZE long
get HEADER_SIZE long
math SIZE = DATA_SIZE
math SIZE + HEADER_SIZE
string NAME p "%s.%s" i TYPE
log NAME OFFSET SIZE
goto LOOP
next i
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
Not all text is exported. Example file DLC_1011_mtpa_slg_402_00.mtp (PC Valkyria Chronicles)
Shining Resonance Refrain .ufn font hard format?
Shining Resonance Refrain .ufn font hard format?
-
- Posts: 22
- Joined: Tue Aug 02, 2016 7:46 am
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
makc_ar wrote:Shining Resonance Refrain .ufn font hard format?
Looks like ordinary bitmap font.
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
This is a file problem, not a tool problem. The TextOffset Table always point to 4 bytes before the text, those 4 bytes says the text length... look the offset 0x2BB4, the value is 0x52, copying 0x52 bytes you have:makc_ar wrote:Not all text is exported. Example file DLC_1011_mtpa_slg_402_00.mtp (PC Valkyria Chronicles)
"I knew I could die. I knew the risks. But I also knew that.this was what I wanted."
Now look the offset 0x2C0C, the value should be 0x93, but is 0, so the tool will add a empty line to txt. Could be just a error or a unused text... you can see this text ingame?
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
Hi Delutto! Support Valkyria Chronicles 4 for these files?
Game: https://store.steampowered.com/app/7908 ... ronicles_4
Game: https://store.steampowered.com/app/7908 ... ronicles_4
-
- Posts: 561
- Joined: Tue Oct 13, 2015 1:26 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
Valkyria Chronicles 4 XLB Text Tool
By Delutto
See Readme.txt for instructions.Notes: Based on file samples and not tested ingame.
By Delutto
See Readme.txt for instructions.Notes: Based on file samples and not tested ingame.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Valkyria Chronicles and Shining Resonance Refrain .mtp
Thanks a lot Delutto!