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.

ARCANA HEART 3 How to extract text from this tdf file?

Featured Replies

  • Author
  • Localization

yeziirl, posted Tue Nov 22, 2016 10:52 am (18947)


Image

The name of the game is Arcana Heart 3

I can see text with hex editor, but how do I actually extract it from the file?

I figured that there are 114 characters between each FF and 00,02,04,06 and etc. have only zeroes or FF on them

I attached sample to the message and here is the image


Edit:
I figured that in the beginning, after TDF header, there are strange combination
00 0B 00 01
00 30 00 0B
00 01 00 30
00 0B 00 01
00 30 00 0B
00 01 00 30
00 10 00 00
00 04 00 FF
then next starts with FF and text begins

We can see that lines repeat themself
  • Author
  • Localization

yeziirl, posted Thu Dec 01, 2016 7:33 am (19203)


Anyone?
  • Author
  • Localization

happydance, posted Thu Dec 08, 2016 1:01 pm (19358)


maybe the header is 0x28 long and just search for FF FF 38 00 or "goto 0x28" then "getct TEXT unicode 0xFF" and log the text and repeat? if you goal is just text extraction... at first look can seem to see any data about the contents of the file on the table it got 870 text files size or tables are no there... maybe on another file?

BTW which platform is this? PS3/Vita or PC?
  • Author
  • Localization

yeziirl, posted Sun Dec 11, 2016 6:38 am (19441)


happydance wrote:
maybe the header is 0x28 long and just search for FF FF 38 00 or "goto 0x28" then "getct TEXT unicode 0xFF" and log the text and repeat? if you goal is just text extraction... at first look can seem to see any data about the contents of the file on the table it got 870 text files size or tables are no there... maybe on another file?

BTW which platform is this? PS3/Vita or PC?


Hello, thanks for answering! This is PC version
You think there are other text files other than that?

I'm not good at writing those scripts, should it look like this?
Code:
endian big
idstring "TDF\x02"
goto 0x28
getct TEXT unicode 0xFF
Log "text.txt" 0 SIZE
  • Author
  • Localization

swuforce, posted Fri Jan 13, 2017 3:49 pm (20113)


Try this tool.
  • Author
  • Localization

makc_ar, posted Tue Jan 24, 2017 3:46 am (20384)


Thanks swuforce! How about .bin files?
  • Author
  • Localization

swuforce, posted Mon Jan 30, 2017 4:28 pm (20535)


This looks like plain unicode text without any line break.
And i don't know where is the pointer or lenght data for this files, sorry.
  • Author
  • Localization

makc_ar, posted Thu Feb 02, 2017 2:46 pm (20577)


Ok, thanks swuforce.
  • Author
  • Localization

swuforce, posted Thu Dec 28, 2017 3:25 pm (31086)


Try the tool from my sources.
  • Author
  • Localization

makc_ar, posted Thu Dec 28, 2017 7:41 pm (31089)


Thanks a lot swuforce!
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.