how to change ps3 cfw xmb sound?

tarik

Forum Noob
hey all in title need help :) xmb sound meen when you go from section to section on ps3 menu sound
 
hey all in title need help :) xmb sound meen when you go from section to section on ps3 menu sound
Iirc you can make p3t theme with custom sound (Can we? @Berion). But if you want to just change sound without theming, then you need to find RCO file with that sound and replace it. Not easy task, but doable with some step by step tutorial.
 
@tarik
if i remember correctly, system_plugin.rco holds the xmb "vag" sounds
i personally have used the sounds from that little big planet dynamic theme which i like very much.
 
Iirc you can make p3t theme with custom sound (Can we? @Berion). But if you want to just change sound without theming, then you need to find RCO file with that sound and replace it. Not easy task, but doable with some step by step tutorial.
then there is no file to download i need to make my own ps3 xmb sound?i have a hombrew with this option (change xmb sound) but ther is a bug...
 

Attachments

  • Capture+.PNG
    Capture+.PNG
    212.6 KB · Views: 569
Iirc you can make p3t theme with custom sound (Can we? @Berion).

Possible. ;) But default p3tcompiller (I mean official one from Sony) ignoring all "se" sections. Or my VAG's wasn't proper (44.1KHz, mono, 16bit, summary all was less than 200KB).

@tarik In attached screen I don't see any option to change XMB sound, so what bug are You talking about?
 
Possible. ;) But default p3tcompiller (I mean official one from Sony) ignoring all "se" sections. Or my VAG's wasn't proper (44.1KHz, mono, 16bit, summary all was less than 200KB).

@tarik In attached screen I don't see any option to change XMB sound, so what bug are You talking about?
tnx for reply in the pic ther is not but it s in the hombrew anyway i don t know how to make it Mr @Berion is ther any download or somthing like that to change it without changing theme and other things like that hombrew do ?
 
1. Copy from dev_blind all RCO resources.
2. Unpack them.
3. Find sounds.
4. Replace by Yours.
5. Repack RCOs.
6. Replace them in console.

If You make mistake somewhere, You will end with soft brick.

There is no other way other than above or automatic sounds reading from P3T Theme.
 
And if you make your own sounds, note that the audio file must use an appropriate format.
Check the audio specs in psdevwiki...
 
1. Copy from dev_blind all RCO resources.
2. Unpack them.
3. Find sounds.
4. Replace by Yours.
5. Repack RCOs.
6. Replace them in console.

If You make mistake somewhere, You will end with soft brick.

There is no other way other than above or automatic sounds reading from P3T Theme.
And if you make your own sounds, note that the audio file must use an appropriate format.
Check the audio specs in psdevwiki...
tnx eveyone i m trying that right now :)
 
Are named (in themes slang) the "navigation sounds" and as said are inside system_plugin.rco
There are more sounds spreaded around in other .rco's though, see this table http://www.psdevwiki.com/ps3/Template:RCOXML_contents_PS3

Most of them are just "clicks" very short (in timelenght, like half a second each) and the firmware doesnt admits longer sounds, if you replace them with longer sounds doesnt plays

The firmware is very picky with this sounds, so for experiments start your tests by building a theme.p3t until you are 100% sure that all sounds plays fine (and you are happy with them because what uses to happen is the sounds plays fine and sounded fine in pc but when you play them in ps3 looks like you made a shitty selection of sounds and you will want to make new ones, lol)
In this wiki page there is some info about sounds and themes in general
http://www.psdevwiki.com/ps3/PlayStation_3_Theme_(P3T)

When you are ready (your custom sounds plays fine inside a theme) you should use rcomage to rebuild the .rco
The correct way to do it (there are others, but this one is the more safer and simple) is by extracting all the .rco contents in "raw" (dont choose any format conversion in the gui)
Keep this files at safe and dont modify them

Now from command line... you need to use the internal WAV2VAG conversor integrated inside rcomage
http://www.psdevwiki.com/ps3/Rcomage
Code:
 rcomage.exe vagenc your.wav output.ch1 output.ch2

The .wav file as said needs to be shorter than half a second (or so), there are a lot of files you can find in google by searching for "click + sound + wav"
Also, it needs to be stereo (the output.ch1 and output.ch2 are the left and right channels separated)
Is ok to use a mono .wav though... the output will be only 1 file... what you need to do then is to copypaste it with another name in your pc and then you have the 2 channels (in this case the left and right channels will be exactlly the same sound data but is ok)

The other alternative to create .vag sounds is with the program MFaudio (used for PS2) but there is no really need for it, rcomage does that conversion fiine

And thats all, when you have your .vag files tested in a theme and ready... just replace them in the files extracted before from system_plugin.rco and use rcomageGUI to rebuild the .rco with the "compile" option

---------------
Also btw, fyi @tarik the reason why this mod cant be made just by replacing a file is because system_plugin.rco is firmware dependant, it changes sometimes when sony releases new firmwares, and this means you cant use an old version of it in a new firmware (there is a semibrick risk, or simply some stuff could stop working, or icons could become invisible)
If you find someone in internet that published a modifyed .rco that matches with your firmware then is just a matter of overwriting it in your PS3... but this kind of mods are not mantained along time, soon or later the files published becomes obsolete because at some point lost the compatibility with newer firmwares
 
Last edited:

Similar threads

Back
Top