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.

Shrek The Third PC *.RES files

Featured Replies

  • Author
  • Localization

lorenzo, posted Sun May 08, 2016 1:04 am (13206)


anyone can create a script so I can extract these res files? thanks
  • Author
  • Localization

lorenzo, posted Mon Aug 07, 2017 8:53 pm (25300)


aluigi How do I change the channels from wav to mono with this script? Or could you please provide me this script for the mono wav output?
  • Author
  • Localization

lorenzo, posted Tue Aug 08, 2017 1:30 pm (25310)


aluigi Will this script above extract wav with reverb?
  • Author
  • Localization

aluigi, posted Tue Aug 08, 2017 2:22 pm (25313)


No idea of what you mean.
It simply dumps the audio as-is.
  • Author
  • Localization

lorenzo, posted Tue Aug 08, 2017 2:33 pm (25318)


How do I change the channels from wav to mono from this script? Without losing quality? Could you send me this same script for the output of the wav in mono? It's just for testing
  • Author
  • Localization

aluigi, posted Tue Aug 08, 2017 2:43 pm (25320)


Open the script with a text editor and put the following line before "#log NAME OFFSET SIZE":
math CHANNELS = 1
  • Author
  • Localization

lorenzo, posted Tue Aug 08, 2017 7:06 pm (25326)


Because when I play these mono wav this with the slow speed? Why does it happen?
  • Author
  • Localization

aluigi, posted Tue Aug 08, 2017 9:04 pm (25329)


I think you have no idea of what you are doing.
This is an extraction script, not a "conversion" tool.
  • Author
  • Localization

lorenzo, posted Thu Aug 17, 2017 12:31 pm (25622)


aluigi when I put this math CHANNELS = 1 in the script before #log NAME OFFSET SIZE it extracts normal but the only problem is the duration of the wav files in mono for example before the duration was 02:05 and is now 04:10 help? so the problem is the duration of all the wav files in mono and this does not happen in stereo am i right or wrong?
  • Author
  • Localization

aluigi, posted Thu Aug 17, 2017 3:22 pm (25629)


No, the only problem is that you ignore what people write: "data is saved as-is" and "not a conversion tool"
  • Author
  • Localization

aluigi, posted Thu Aug 17, 2017 3:29 pm (25630)


Additionally there are 2 types of audio data supported by these archives: raw pcm and ps adpcm:
The former obviously can be edited as much as you can because it's raw.
The latter is adpcm which is already compressed so stereo->mono is not possible, only left->mono or right->mono is possible but not with the script (except if you want to do the job by yourself playing with interleave and so on).
In your topic you have not even specified what's the codec of the files you want to convert.
If they are wav (raw pcm) the problem doesn't exist at all.
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.