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.

Getting the voicelines files of the Battlefront PSP games (Renegade Elite)

Featured Replies

  • Author
  • Localization

amgb, posted Tue Jan 03, 2023 6:03 pm (74848)


Hello there,

I have downloaded the ISOs of the two Battlefront games on PSP (Renegade Elite squadron). After extracting it? I found in the two archives the file which I think I am looking for : GMSND.FR.

However, the extension seems to be the language code, so I don't know how I can extract what's inside.

Could you help me ?

Here are the two files : https://we.tl/t-bIabh6T5SC

Thanks in advance.
  • Author
  • Localization

amgb, posted Wed Jan 04, 2023 10:27 pm (74866)


The only thing I can obtain with this tool is this (image attached), but I don't think these are audio files.

I don't have the files types described in the website.
  • Author
  • Localization

BloodRaynare, posted Wed Jan 04, 2023 11:32 pm (74869)


amgb wrote:
The only thing I can obtain with this tool is this (image attached), but I don't think these are audio files.

I don't have the files types described in the website.


If you scroll down, you'll find the RSCF chunk.

Image

That's where the sound data are stored. However, you need to extract the RSCF file too to get the AT3 audio file inside. You can extract it with this script:

Code:
IDString "RSCF"
get RSCF_SZ long
get ZERO long
get UNK long
get ZERO long
get UNK2 long
get RSCF_SZ_2 long
getdstring RSCF_NAME 20
get FILES long
savepos TMP
xmath OFFSET "FILES * 0x0c TMP"

for i = 0    get UNK3 long
   get UNK4 long
   get SIZE long
   string NAME p "%s\d.at3" RSCF_NAME i
   log NAME OFFSET SIZE
   math OFFSET SIZE
next i
  • Author
  • Localization

amgb, posted Thu Jan 05, 2023 6:41 pm (74881)


Thanks. It works perfectly !
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.