Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Valkyria Chronicles and Shining Resonance Refrain .mtp

Featured Replies

  • Author
  • Localization

makc_ar, posted Tue May 29, 2018 11:51 am (35385)


Here Shining Resonance .MTP files and fonts .UFN
  • Author
  • Localization

Delutto, posted Wed Jul 18, 2018 4:41 am (36839)


makc_ar wrote:
...
DLC files in both games have only japanese texts... even on dlc_en folder...
Anyway... there's any other SEGA game that use the same MTP files for texts?
  • Author
  • Localization

makc_ar, posted Wed Jul 18, 2018 9:08 pm (36847)


Here strange Valkyria Chronicles 2 and Valkyria Chronicles 3 Extra Edition .mtp files
  • Author
  • Localization

Delutto, posted Thu Jul 19, 2018 12:38 am (36850)


makc_ar wrote:
Here strange Valkyria Chronicles 2 and Valkyria Chronicles 3 Extra Edition .mtp files
Only the header is visible, all the rest is obfuscated.

SEGA MTP Text Tool [PC]
By Delutto
See Readme.txt for instructions.
Note: Not tested ingame.

SEGA_MTP_Text_Tool_By_Delutto.7z

  • Author
  • Localization

makc_ar, posted Thu Jul 19, 2018 5:27 am (36855)


Thanks a lot Delutto! Do you know how to edit .mxe files?
  • Author
  • Localization

Delutto, posted Fri Jul 20, 2018 4:25 am (36875)


makc_ar wrote:
...
About *.bf1 fonts, use this script to extract the files...
Code:
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
... and ask for help on Graphic file formats, if someone explain the format, I can make a tool.
  • Author
  • Localization

makc_ar, posted Fri Jul 20, 2018 3:17 pm (36880)


Not all text is exported. Example file DLC_1011_mtpa_slg_402_00.mtp (PC Valkyria Chronicles)

Image

Shining Resonance Refrain .ufn font hard format?
  • Author
  • Localization

Siberian GRemlin, posted Fri Jul 20, 2018 6:38 pm (36882)


makc_ar wrote:
Shining Resonance Refrain .ufn font hard format?

Looks like ordinary bitmap font.
  • Author
  • Localization

Delutto, posted Sat Jul 21, 2018 12:47 am (36886)


makc_ar wrote:
Not all text is exported. Example file DLC_1011_mtpa_slg_402_00.mtp (PC Valkyria Chronicles)
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:
"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?
Image
  • Author
  • Localization

makc_ar, posted Fri Sep 28, 2018 3:41 pm (38863)


Thanks a lot Delutto!
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.