PS3 Help regarding how to remove explanation text in settings tab

jessercat

Member
Hello, I am trying to replicate a pre 3.xx firmware look and the last thing i need to do is remove the small explanation texts under the settings options and ive been decompiling rco files and nothings working. Anyone know what the problem could be?

for reference, this is what im trying to achieve.
firmware-2-80-is-reportedly-coming-this-week.large.jpg
 
Last edited by a moderator:
Probably you need to edit the text in sysconf_plugin.rco

rcomagegui to extract the text and compile the rco after the edition.
 
Probably you need to edit the text in sysconf_plugin.rco

rcomagegui to extract the text and compile the rco after the edition.

I couldnt find lines for the explanation for the actual setting choices themselves but i was able to find explanation text for a setting in the date and time settings and im not sure if i did it right at all because now my console freezes whenever i try to even click date and time settings.
 
im using your pex 4.92 firmware testing via rcps3 and it works! thank you so much evilnat, may i ask how you were able to achieve this without it crashing?
 
im using your pex 4.92 firmware testing via rcps3 and it works! thank you so much evilnat, may i ask how you were able to achieve this without it crashing?
I'm glad it was useful to you :)

You need to use rcomage/rcomagegui to unpack the RCO file, edit the language XML and re-compile it again

Basically to disable the explanation or any text, search for the string and remove the entire line inside > and < characters, like this:

<Text name="msg_update_explanation">Updates the system software on this system.</Text>

Replace it with: <Text name="msg_update_explanation"></Text>
 
I'm glad it was useful to you :)

You need to use rcomage/rcomagegui to unpack the RCO file, edit the language XML and re-compile it again

Basically to disable the explanation or any text, search for the string and remove the entire line inside > and < characters, like this:

<Text name="msg_update_explanation">Updates the system software on this system.</Text>

Replace it with: <Text name="msg_update_explanation"></Text>
im still bewildered by you being able to do this stuff with such ease, ill have one very last thing to do and then i can turn this into a pre 2.80 firmware xmb pack. youre the man!
 

Similar threads

Back
Top