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.

Dragon Quest V HotHB .dssa graphic files

Featured Replies

  • Author
  • Localization

Oscar92player, posted Wed Jun 03, 2020 5:01 pm (57028)


Hello, everyone.

I've managed to extract the assets inside the OBB file from Dragon Quest V Hand of the Heavenly Bride, but it seems that all 2D textures from the game are packed in DSSA files, that cannot be extracted or previewed with any other program.

I've attached a file in this post as a sample. Any clues about this?

Thanks in advance.
  • Author
  • Localization

lisomn, posted Sun Jun 21, 2020 11:20 am (57311)


Code:
idstring "DSSA"
goto 0x14
get file_count long
goto 0x438
for i = 0 < file_count
   get file_offset long
   get file_size long
   savepos file_pos
   goto file_offset
   getdstring type 4
   set file_name ""
   string file_name file_offset
   string file_name "."
   if type == "FRAM"
      string file_name type
   else
      string file_name ".dat"
   endif
   log file_name file_offset file_size
   goto file_pos
next i
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.