Minecraft Blogs / Other

HOW TO EXTRACT PS3 SOUNDS

  • 653 views, 1 today
  • 4
  • 2
Dumbelfo's Avatar Dumbelfo
Level 28 : Expert Waffle
6
First of all, you will need the files from the previous tutorial.

Link to it: https://www.planetminecraft.com/blog/how-to-extract-mincraft-ps3-files/

First, install QuickBMS: https://aluigi.altervista.org/quickbms.htm
Also install BinkMan: https://www.mediafire.com/file/5xrgeoppu4yd8wf/BinkMan.exe/file




Create a .txt file somehwere in your pc and fill it with this text:
-----------------------------------
# Minecraft MSSCMP extract

IDString "BANK"

Goto 0x18
Get FILE_TABLE Long
ReverseLong FILE_TABLE

Goto 0x34
Get ENTRIES Long
ReverseLong ENTRIES


For A = 1 to ENTRIES

Goto FILE_TABLE
Get FOLDERNAME_OFF Long
ReverseLong FOLDERNAME_OFF
Get FILE_INFO Long
ReverseLong FILE_INFO

Goto FILE_INFO
Get JUNK Long
Get FILENAME_OFF Long
ReverseLong FILENAME_OFF
Math FILENAME_OFF + FILE_INFO
Get OFFSET Long
Get JUNK Long
Get JUNK Long
Get SAMP_RATE Long
ReverseLong SAMP_RATE
Get SIZE Long
ReverseLong SIZE

Goto FOLDERNAME_OFF
Get FOLDER_NAME String
Goto FILENAME_OFF
Get FILENAME String

String FOLDER_NAME + "\"
String FOLDER_NAME + FILENAME

Log FOLDER_NAME OFFSET SIZE

Math FILE_TABLE + 8

Next A
-----------------------
Now, open QuickBMSFirst, it will ask you for the script file. Select the file you just created.
Second, it will ask you for the Input file
Select inside the extracted pkg file, in "\USRDIR\PS3\Sound", there is a file called "Minecraft.msscmp"
Select that file
Let it run and it will Create a folder called minecraft with all the sound files in .binka form
To transform it to .wav, we will use BinkMan
Open BinkMan
Drag and drop the .binka file and it will generate a .wav file in the same folder the .binka is
Thats how you can have the ps3 sounds!
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome