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.

Earth Defense Force 3/2017 Portable Voice File - Sound_Sgo.dpk

Featured Replies

  • Author
  • Localization

blazevx, posted Fri Sep 16, 2016 4:32 am (17482)


Hi, just wondering if I could get some help with a way to unpack and repack this file.

I'm trying to create an undub for the Europe version of the game and this is the Japanese voice sound file that I'm trying to replace the Europe version with but because it refuses to play when inserted into the Europe game I thought I see if it could be unpacked and repacked so I could replace the files inside it, as far as I'm aware both version of the files are the same format but if it would help to upload the Europe one then I will upload it as well.

Here is the Japanese sound file. https://mega.nz/#!H48xQa4A!RuNhEQw0VEWG ... Z3C8WuB744
  • Author
  • Localization

aluigi, posted Sun Sep 18, 2016 4:43 pm (17499)


It's just a raw sequence of RIFF files.
You can use a file ripper or just this script:
Code:
get DPK_SIZE asize
for OFFSET = 0 != DPK_SIZE
    savepos OFFSET
    idstring "RIFF"
    get SIZE long
    math SIZE 8
    log "" OFFSET SIZE
    math OFFSET SIZE
    goto OFFSET
next
Maybe someone can help you with the codec of these audio files.
  • Author
  • Localization

blazevx, posted Mon Sep 19, 2016 6:43 am (17510)


aluigi wrote:
It's just a raw sequence of RIFF files.
You can use a file ripper or just this script:
Code:
get DPK_SIZE asize
for OFFSET = 0 != DPK_SIZE
    savepos OFFSET
    idstring "RIFF"
    get SIZE long
    math SIZE 8
    log "" OFFSET SIZE
    math OFFSET SIZE
    goto OFFSET
next
Maybe someone can help you with the codec of these audio files.

Thanks so much, it extracted perfectly.

Now I have a small problem, I'm unable to reinsert them into the Europe file because the sizes are different, so do you know of a way to make a brand new Sound_Sgo.dpk with the smaller files so there won't be a size issue?
  • Author
  • Localization

aluigi, posted Mon Sep 19, 2016 10:09 am (17512)


First you have to find the file that contains the information about the archived files (because you provided only a raw container) and then you have to edit its information by hand or by making a program. No automatic "ready-to-use" solutions.
  • Author
  • Localization

blazevx, posted Wed Sep 28, 2016 10:15 am (17697)


I looked but I really don't think there is one unless it's the eboot itself then I'm not sure how to edit it since I don't really know hex editing.
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.