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.

Prince Of Persia Warrior Within Sound.BF file from the PS3

Featured Replies

  • Author
  • Localization

anaskhalil71, posted Sat Aug 12, 2017 1:24 pm (25426)


Hey Everybody
I managed to rip (sound.big, soundlocal.big) from prince of persia warrior within & the two thrones
and (dataps3_streamedsounds.forge) from prince of persia 2008 by using [DecUbiSnd] you can download the
latest version from here https://bitbucket.org/Zenchreal/decubisnd/downloads/ ... But now I need help to extract
''Sound.bf'' from the PS3 Game, please help me, I need this so bad :cry:
When i open it in HxD the header is [ GEAR BigFile ] but the script in quickbms.com didn't work
If there's a program that can extract it then please tell me.. or If anyone knows how to write a script for it, I'll appreciate it very much

The file size is 841 MB, I'll upload it if anyone wants to test it
  • Author
  • Localization

aluigi, posted Sat Aug 12, 2017 2:01 pm (25427)


Try this script, it matches the magic string you provided:
http://aluigi.org/bms/yeti_gear.bms

edit: ok I have seen your "didn't work".
Upload the first 10 megabytes of that archive.
  • Author
  • Localization

anaskhalil71, posted Sat Aug 12, 2017 2:43 pm (25429)


How do i upload only 10 megabytes of it?
  • Author
  • Localization

aluigi, posted Sat Aug 12, 2017 2:56 pm (25430)


Use this script:
http://aluigi.org/bms/filecutter.bms

You can edit it with notepad and setting the first MEGABYTES variable to 10 so it will create 2 files of 10 megabytes that you can upload on any filesharing website to link here.
  • Author
  • Localization

anaskhalil71, posted Sat Aug 12, 2017 3:33 pm (25431)


Here's the link
http://jmp.sh/uoXrSBq
I used the scipt filecutter.bms, I set it to 10 and it gave me 2 files 10 mb each
I put them in .rar and uploaded them

Thanks for your replies, Please try your best <3
  • Author
  • Localization

aluigi, posted Sat Aug 12, 2017 5:38 pm (25437)


Very good, I have rewritten the script and I have finally found what was the meaning of a byte (compressed files).
Script 0.2 :D
  • Author
  • Localization

anaskhalil71, posted Sat Aug 12, 2017 5:52 pm (25438)


So now you have written a new script? :O
Will it extract the full sound.bf 841mb file?
  • Author
  • Localization

aluigi, posted Sat Aug 12, 2017 8:32 pm (25444)


You are clearly using the old version of the script. As I said the current one is 0.2.

Ah a note, probably all the extracted files will have a dat extension because there are no known format in the cutted files I checked.
  • Author
  • Localization

anaskhalil71, posted Sat Aug 12, 2017 8:40 pm (25445)


# Yeti Engine (GEAR BigFile)
# script for QuickBMS http://quickbms.aluigi.org

idstring "[ GEAR BigFile ]"
get DUMMY long
get DUMMY long
get FILES long
get DUMMY long

savepos OFFSET_OFF
for i = 0 get DUMMY long
get DUMMY long
next i

savepos SIZE_OFF
for i = 0 get DUMMY long
next i

savepos CRC_OFF # crc of the filenames?
for i = 0 get DUMMY long
next i

savepos DUMMY_OFF
for i = 0 get DUMMY string # or byte?
next i

for i = 0 goto OFFSET_OFF
get OFFSET long
get OFFSET64 long
savepos OFFSET_OFF

goto SIZE_OFF
get SIZE long
savepos SIZE_OFF

goto CRC_OFF
get CRC long
savepos CRC_OFF

log "" OFFSET SIZE # or sequential names: log "" OFFSET SIZE
next i


This is the script, right?
Please help me... How can i extract the sounds from the dat files :cry:
  • Author
  • Localization

aluigi, posted Sat Aug 12, 2017 9:25 pm (25448)


You are viewing the cache of your browser.
Press CTRL-F5 to refresh it.
  • Author
  • Localization

anaskhalil71, posted Sun Aug 13, 2017 2:51 am (25451)


I refreshed it, but i still get the same script
can you please copy and paste the new script here

Edit : I cleared my cache, now I see the new script :D

https://image.ibb.co/hkSypv/Soundbf.png

Now the folder size is complete 991 MB :O
Thank you very much, But now we need a way
To extract these .dat files
  • Author
  • Localization

anaskhalil71, posted Sun Aug 13, 2017 8:56 am (25461)


This is one .dat file if you want to test it
  • Author
  • Localization

aluigi, posted Sun Aug 13, 2017 12:58 pm (25466)


Ubisoft audio?
That's for sure audio and for sure a codec (not pcm), but that's all I can say since this is not my field.
I would suggest you to post in the Audio section but I have already seen you resurrected that 2015 topic which is probably related (don't know if it's same game and format).
Anyway continue in that section.
  • Author
  • Localization

anaskhalil71, posted Sun Aug 13, 2017 1:12 pm (25468)


I opened it with DecUbiSndGui
https://bitbucket.org/Zenchreal/decubisnd/downloads/
It's working now, Thank you very much for the script
But there's clicks at the end of each track and voice, do you know how to remove them?
Because every soundtrack is splitted into 35-40 file... when i choose splice to wav it merges them but I have these annoying click
  • Author
  • Localization

anaskhalil71, posted Sun Aug 13, 2017 6:25 pm (25481)


Can you make a youtube video of how you write a script for archives?
I want to learn how... It's so difficult when reading about it
Videos are better and easier to explain :)
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.