• PS3HEN is now supporting 4.93 Firmware

    View Official Release Post for additional information HERE
PS3HEN

PS3HEN PS3HEN - Official Release Thread (Homebrew Enabler for the PS3) v3.5.0 (4.93 support)

yeah thats probably the best way. We do have a stock blue theme, which is the HEN default, so this could be used, and we can leave the extra rcos out of main installer pkg.
Are you using the bue theme in the default HEN installer ?, im not sure which files are used in that themes
Anyway... the "Original HEN" theme should contain all the rco's from the default HEN installer + some more from the list of RCOs updated in OFW 4.89

Lets say... the incompatible themes are downgrading some RCOs to 4.88 (this is what causes the problem), so the "Original HEN" theme should upgrade them to 4.89 (either the official files or the custom ones from the default HEN installer)

i am working on updating the themes for 4.89, and i also noticed that a few icons are not correct for some colors, and some themes have extra icons that have been colorized. I am extracting everything and comparing whats what from each one, then i can update them all with fixed rcos.
Not sure which tool you are using to rebuild them, but in rcomage remember to dont enable the checkbox for the image conversions when you are extracting them. This way the images are extractd as .GIM so they preserves the original format and GIM settings
Otherway... if you convert the images to .PNG while extracting them the rebuilding back to GIM format could not match the original and as result the XMB displays them with errors (a white square or doesnt displays them at all)
 
Are you using the bue theme in the default HEN installer ?, im not sure which files are used in that themes
Anyway... the "Original HEN" theme should contain all the rco's from the default HEN installer + some more from the list of RCOs updated in OFW 4.89

Lets say... the incompatible themes are downgrading some RCOs to 4.88 (this is what causes the problem), so the "Original HEN" theme should upgrade them to 4.89 (either the official files or the custom ones from the default HEN installer)
thats basically what the default blue one is yeah. I was just gonna make 4.89+ specific theme pkgs, and leave the original link along with updated ones for 4.84 - 4.88.

Not sure which tool you are using to rebuild them, but in rcomage remember to dont enable the checkbox for the image conversions when you are extracting them. This way the images are extractd as .GIM so they preserves the original format and GIM settings
Otherway... if you convert the images to .PNG while extracting them the rebuilding back to GIM format could not match the original and as result the XMB displays them with errors (a white square or doesnt displays them at all)
im using RCOMage (rcomage-dev-v1.1.2 w/patches). I actually tested some of the new color themes using PNG convert in RCOMage, and they seem fine to me. I tested on 4.89. I would not be opposed to using GIM if there is a ps plugin perhaps lol.
 
here are the only icons being replaced with themes currently, in RCO

explore_category_game
upload_2022-6-3_2-41-6.png


explore_category_psn
upload_2022-6-3_2-41-43.png


explore_category_video
upload_2022-6-3_2-42-9.png


explore_plugin_full
upload_2022-6-3_2-42-41.png


npsignin_plugin
upload_2022-6-3_2-43-5.png


wboard_plugin
upload_2022-6-3_2-43-29.png


xmb_ingame
upload_2022-6-3_2-43-56.png


xmb_plugin_normal
upload_2022-6-3_2-44-18.png
 
im using RCOMage (rcomage-dev-v1.1.2 w/patches). I actually tested some of the new color themes using PNG convert in RCOMage, and they seem fine to me. I tested on 4.89. I would not be opposed to using GIM if there is a ps plugin perhaps lol.
I mentioned it because there are some problems in the conversions in between standard image formats and GIM... but the explanation of the problems is long, so instead of writing a wall of text im going to explain a failproof way to "port" the custom images from inside RCO's to different firmware versions

The GIM files allows to use many settings, sometimes the XMB is permisive with that settings, but sometimes is strict and the GIM file requires specific settings... and the easyest way to prevent this kind of problems is by dont convert the GIM files

Is easy, specially now that you made a list of the images that needs to be "ported", lets use this one as example, lets say you have a pink theme and the item_tex_ps_store.gim already made in pink inside a explore_category_video.rco compatible with 4.88
explore_category_video
upload_2022-6-3_2-42-9-png.37475
1) create a folder named "explore_category_video_488_pink", and extract the contents of the OLD rco in it without the GIM conversions
2) create a folder named "explore_category_video_489_pink", and extract the contents of the OFW rco in it without the GIM conversions
3) copy the file item_tex_ps_store.gim from folder 1 to 2 (overwriting the OFW GIM)
4) compile the rco

This is the kind of procedure that should work, because we are considering the custom pink .GIM taken from 4.88 was using valid GIM settings (and we are not modifying the GIM at all)
You know... if you repeat the procedure as many times you want, and you check the MD5 of the GIM is going to be identical all the times before/after including/extracting it from the RCO

----------------------
In my oppinion thats the easyest and most failproof procedure for "porting" images
In other words... the conversion to PNG is pretty much for identification purposes, and if you want to create new custom images, but if the only thing you want to do is to move some custom images from a RCO to another RCO i think what im suggesting is better
 
Last edited:
I mentioned it because there are some problems in the conversions in between standard image formats and GIM... but the explanation of the problems is long, so instead of writing a wall of text im going to explain a failproof way to "port" the custom images from inside RCO's to different firmware versions

The GIM files allows to use many settings, sometimes the XMB is permisive with that settings, but sometimes is strict and the GIM file requires specific settings... and the easyest way to prevent this kind of problems is by dont convert the GIM files

Is easy, specially now that you made a list of the images that needs to be "ported", lets use this one as example, lets say you have a pink theme and the item_tex_ps_store.gim already made in pink inside a explore_category_video.rco compatible with 4.88

1) create a folder named "explore_category_video_488_pink", and extract the contents of the OLD rco in it without the GIM conversions
2) create a folder named "explore_category_video_489_pink", and extract the contents of the OFW rco in it without the GIM conversions
3) copy the file item_tex_ps_store.gim from folder 1 to 2 (overwriting the OFW GIM)
4) compile the rco

This is the kind of procedure that should work, because we are considering the custom pink .GIM taken from 4.88 was using valid GIM settings (and we are not modifying the GIM at all)
You know... if you repeat the procedure as many times you want, and you check the MD5 of the GIM is going to be identical all the times before/after including/extracting it from the RCO

----------------------
In my oppinion thats the easyest and most failproof procedure for "porting" images
In other words... the conversion to PNG is pretty much for identification purposes, and if you want to create new custom images, but if the only thing you want to do is to move some custom images from a RCO to another RCO i think what im suggesting is better
all of that makes sense and there are some images that could be ported over, but there will also need to be new images for some colors added, and new color sets will be added.

as far as the rebug and stock ones, those wont be touched, other than adding non-RCO icons to vsh/resource/explore/icon/

the original color themes by @Itroublve Hacker can be mostly ported, but do have some icons missing that would need to be added, and i am not sure if he already did a PNG convert from GIM or not.

I also wanted to make available split rco and system icon themes, so for example you could mix a black rco theme with a purple icon theme. The defaults of course would be the two sets with matching colors together as one theme.
 
Greetings everyone, i just picked up this sweet PS3 Slim 320gb for roughly $45 and it's currently at 4.80 firmware & it says CECH 2001B at the back should I update it for latest HEN or what?
 
Greetings everyone, i just picked up this sweet PS3 Slim 320gb for roughly $45 and it's currently at 4.80 firmware & it says CECH 2001B at the back should I update it for latest HEN or what?

Um why use HEN? If it is a 2001 model it can run full CFW. But if you are set on HEN the latest is already released. I know there was something funky going on with 4.89 HFW and the icons. It may be fixed now but I do know 4.88 HFW is solid. If you want online play 4.89 may be the way to go.
 
Um why use HEN? If it is a 2001 model it can run full CFW. But if you are set on HEN the latest is already released. I know there was something funky going on with 4.89 HFW and the icons. It may be fixed now but I do know 4.88 HFW is solid. If you want online play 4.89 may be the way to go.

Yeah, i did search it up on the forums and yes indeed. Currently watching a tutorial by MrMario2011


Sent from my iPhone using Tapatalk
 
Btw should i opt for the 4.89 Evilnat CFW will i be able to reinstall 4.80 system firmware easily or are there any specifics on how to go about doing that?


Sent from my iPhone using Tapatalk
 
Btw should i opt for the 4.89 Evilnat CFW will i be able to reinstall 4.80 system firmware easily or are there any specifics on how to go about doing that?


Sent from my iPhone using Tapatalk


Ok so there will literally be no reason to go back but it can be done. If I was you I would update to 4.89 OFW. From there use the ps3xploit tools to patch the PS3 & install a CFW.

Once you have this done simply enable QA flag settings. Just Google there is a metric ton of guides on this. Then enable "System Update Debug" This will allow you to freely upgrade & downgrade when you like.

Then make a folder of your HDD root just like this and case sensitive.


hdd0://updater/01

From here you can drop any firmware file to allow you to easily and the fastest way to install any firmware. Good news on this as well you can name them however you see fit. It isn't stuck to the OFW

PS3/UPDATE/PS3UPDAT.PUP

https://www.psx-place.com/threads/how-to-use-debug-update-tutorial-by-pinky.158/

There is a more detailed post on how to do just this. Mine are named REBUG REX Cobra 8.3, EVILNAT CEX Cobra 8.3, Pasta DEX etc as off to the left it will show the FW version number. So it keep it easy to read without redundant info being displayed. It also allows a later of brick protection as well. Makes life much easier.
 
@atreyu187 thank you as well, it's been awhile since i dabbled with this stuff, but this'll get me up to speed..
Once had my beloved 7 year old PS3 but Bluray died so had to sell it. Was well worth 7 years of constant use so hopefully this one will last just as well as the other one : )



Sent from my iPhone using Tapatalk
 
Last edited:
By the way currently installed webman mod right now and fan noise kicked up… What settings do you guys recommend as far as fan control is concerned?


Sent from my iPhone using Tapatalk
 
By the way currently installed webman mod right now and fan noise kicked up… What settings do you guys recommend as far as fan control is concerned?


Sent from my iPhone using Tapatalk
Personal preference really. I don't mind loud fans, but some leave the default, which is around 68c or something, iirc. I generally prefer the automated fan control with temp settings at 60c or less.
 
Just out of curiously do you guys still game regularly on your PS3?


Sent from my iPhone using Tapatalk

Nah not really. 90% of my PS3 favorites have been released on newer systems. I haven't turned mine on outside of updating in over a year. When I do it is to play NHL Hitz 2002 usually
 
Just out of curiously do you guys still game regularly on your PS3?


Sent from my iPhone using Tapatalk
i play Spelunky from time to time and watch media on a hen slim, but my personal cfw ps3 with all my games and saves is in storage right now. i miss my Futurama episodes that i copied there. the slim gets stuck discs so i can not watch the dvds instead. :(

(BTW new episodes of Futurama are being made right now! :))
 
Back
Top