@LuanTeles ... I found a rco that has the progress bar..just don't know if you had looked at it before..well ... his name is sacd_plugin.full.
- Improved: Pro Base Version In System Information Now Matches the Official Spacing Height.
- Improved: Missing System Settings Itens for Rebug Firmwares.
- Improved: Updated Theme P3T File.
- Improved: Dual Channel and Better Quality System Sounds Inside The Theme P3T File.
- Fixed: Missing The Black Hole Animation in Some System Settings.
- Fixed: Video Settings Crash Upon Click.
Yes i guess is the kind of thing that is repeated at least 5 or 6 times in different rco'sNever messed with this one, but i think is what @sandungas on newer firmwares it is in more than one RCO, sacd_plugin is reponsable for Super Audio CDS. but i'll mess with it a bit furthen then.
FYI...
I just uninstalled the mod and your app restored my files but I had to leave the house for a bit and when I got back it was sitting on a black screen telling me that I needed to connect the controller and that the system couldn't start correctly.
I rebooted and it and it booted fine and then gave me a black screen went back to the screen telling me to reconnect my controller.
I'm not sure what happened. I just installed cfw again and deleted the package and everything seems to be back to normal now.
Looks like the only things that stuck around after I uninstalled was the File Manager in the games section (with everything still included in that folder) and the icon for WMM is still "XMBM+" .
I used the uninstall option
@LuanTeles ... If you are at home ..... you could take a look at the PS4 system and try to extract the fonts of it?
@LuanTeles..Finally..thanks to the Fonts that you extract from your PS4...that problem of the texts in the emulators was resolved ... I convert a few fonts to TTF with the site that the @sandungas recommended me ... Now you can use this font as the main for the entire system ... it was perfect for your mod ... the good thing is that it will work for all languages.
View attachment 20112 View attachment 20113 View attachment 20114 View attachment 20115 View attachment 20116
RomanNice i will update it, which one you recomend? Romam , Bold or Medium?
Ok, i got you, you want the "tex_progress_bar_in.gim" in white
And the original image is green
There are 2 ways to do it, replacing the gim image should work, but is easyer to do it in the rcoxml, i guess this is how you changed the color to red in that screenshot, by modifying this attributes:
colorScaleR="1"
colorScaleG="1"
colorScaleB="1"
colorScaleA="1"
If you change RGB channels to 0 it becomes black, in web format the resulting color should be #000000ff
With the value 1 the color is preserved from the gim (so in this case, because the gim is green, by using 1 it will be displayed in green)
To achieve whites you need to use values bigger than 1... i dont know which value is the max (to generate a pure white #ffffffff) but i guess the value 2 should do it, not sure if you tryed it, but use this:
colorScaleR="2" <--- im trying to get the max
colorScaleG="2" <--- im trying to get the max
colorScaleB="2" <--- im trying to get the max
colorScaleA="1" <--- 1 means that is visible.. if the resulting white is too much intense, reduce this value a bit (in decimals)
Hmmm, is the first time i heard about an sprx changing that color valuesThere are no attributes for this image (the image is inside the rco, but loaded by the sprx).
I changed the color inside the gim file but since the sprx that has the color attributes, it overlapps a green color on the top of it.
To get red, i colored the gim file light pink and the sprx put a green color in the top of it, so the result was red.
i was wondering if is there a gim trick to i dont know make the gim red and blue ( i already saw it in image hexed edited) at the same time, to when sprx recolor it as green, it becames white.