64w ago - Following up on my
previous update, today I have released an update to Solar v4.1 PS3 homebrew 3D screensaver with the changelog below.
Download:
Solar v4.1 PS3 Homebrew 3D Screensaver
Solar v4.1 PS3 Homebrew 3D Screensaver Changelog:
- Added .TTF fonts, themable "font1.ttf & font2.ttf" in theme folder.
- Added more camera freedom, WIP.
- Added a new UI with moving buttons, gauge and speakers.
- Moved all info to a centralized location thanks to new UI.
- Freed up some more memory.
- Added faster MP3 selection, just hold down.
- Added Higher resolution Images, now more loaded from HDD.
- Fixed MP3 long names... thanks DeanK.
- Added PARAM.HIP... thanks Opium2K.
- Removed some bugs.
Added support for custom interface colors (COLOR.INI)
Added support for [LASTPLAY] game application
Fixed PL3 payload lock after internet update
Fixed multiple game/video listing
Have a nice X-MAS and support multiMAN and multiAVCHD!
COLOR.INI (/dev_hdd0/game/BLES80608/USRDIR/COVER.INI)
#
#AA - ALPHA TRANSPARENCY (00-Fully transparent, FF fully opaque)
#BB - BLUE
#GG - GREEN
#RR - RED
PS3DISC=0xff807000
PS3DISCSEL=0xfff0e000
SEL=0xff00ffff
PS3=0xe0e0e0e0
PS2=0xff06b02e
DVD=0xffdcc503
BDMV=0xff0050ff
AVCHD=0xff30ffff
LEGEND=0xc0c0c0c0
FMFILE=0xc0c0c0c0
FMDIR=0xc0808080
FMJPG=0xcc00cc00
FMMP3=0xc033ffee
FMEXE=0xc03310ee
HEXVIEW=0xc0a0a0a0
#END OF COLOR DEFINITIONS
Just like options.ini, if you plug a USB stick with COLOR.INI it will be used by multiMAN (no need to ftp the file). If you wish to restore original colors after you made a change - either use the code from above or delete COVER.INI from /USRDIR/ folder.
Dean
ERRR... the file is COLOR.INI (not COVER.INI)
Thanks
This is the default COLOR.INI file saved as
/dev_hdd0/game/BLES80608/USRDIR/COLOR.INI
#COLOR FORMAT 0xAABBGGRR
#
#AA - ALPHA TRANSPARENCY (00-Fully transparent, FF fully opaque)
#BB - BLUE
#GG - GREEN
#RR - RED
PS3DISC=0xff807000
PS3DISCSEL=0xfff0e000
SEL=0xff00ffff
PS3=0xe0e0e0e0
PS2=0xff06b02e
DVD=0xffdcc503
BDMV=0xff0050ff
AVCHD=0xff30ffff
LEGEND=0xc0c0c0a0
FMFILE=0xc0c0c0c0
FMDIR=0xc0808080
FMJPG=0xcc00cc00
FMMP3=0xc033ffee
FMEXE=0xc03310ee
HEXVIEW=0xc0a0a0a0
#condorstrike: You can check these colors in photoshop to get the idea. Have in mind that the color picker in photoshop uses normal RRGGBB format.
I'll post a new version later which will support this format.
Dean