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.

Another Century's Episode R .tpf

Featured Replies

  • Author
  • Localization

Anexenaumoon, posted Fri Aug 17, 2018 1:28 am (37606)


Use this QuickBMS code on the .tpf's to extract DCP files (Not sure if this is proper extension, but I just appended that for an ID-string purpose):
Code:
endian big
idstring "TPF\x00"
get DATSZ long
get FCOUNT long
get NULL long
savepos TBL

for i = 0 < FCOUNT
   goto TBL
   get OFFSET long
   get SIZE long
   getdstring NULL 0x10 #Skips over useless data
   get FOFF long
   get ZERO long
   savepos TBL
   goto FOFF
   get NAME string
   string NAME = ".dcp"
   log NAME OFFSET SIZE
next i


Part of the reason why that may not work is that it's stored differently across games. I have to look at the actual graphic formats now.
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.