Editing Icons.qrc

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[Category:Software]]
==Overview==
==Overview==
[[Qt Resource Container (QRC)]] located in path: '''dev_flash/vsh/resource/qgl/'''


{{icons.qrc}}
'''Location:''' [[QGL modding| /dev_flash/vsh/resource/qgl]]
 
'''Hashes:'''
*[[4.46 CEX]], [[4.50 CEX]], [[Rebug|Rebug D-REX/REX/LITE EDITION 4.46.1]]: MD5 97342ffe4e3b427e9c2133c1bb6a3bb4
 
'''Contents:''' (by file extensions)


==File Groups==
==File Groups==
Groups of files that are listed together in wiki for covenience and documenting purposes, because shares the same format, are part of the same animation, or are used by the same firmware function.
Groups of files that are listed together in wiki for covenience and documenting purposes, because shares the same format, are part of the same animation, or are used by the same firmware function.


===Enviroments===
===XMB color filter===
The name "enviroments" is just an unnofficial invention to talk about this files (until someone proposes a better name), the way how this works is also a bit unknown, so the definition is a bit abstract
widgets_other_amb.bmp
 
Lets say... the enviroments are the different vsh display modes that loads settings from .MNU files. And the settings inside .MNU files affects the visual effects for an specific enviroment
{{XMB enviroments}}
 
===Ambiental ? filter===
widgets/other/amb.bmp
{{Boxinfo1|content='''Dimensions''': 16x12pixels}}
{{Boxinfo1|content='''Dimensions''': 16x12pixels}}
{{Boxinfo1|content='''Format''': BMP}}
{{Boxinfo1|content='''Format''': BMP}}
Line 22: Line 22:
This image is associated with the backgrounds (they matches in colors). Is used by the XMB as the "monthly color filters" and as a "day/night brightness filter". This filters changes the colors of XMB icons, side menu, etc...
This image is associated with the backgrounds (they matches in colors). Is used by the XMB as the "monthly color filters" and as a "day/night brightness filter". This filters changes the colors of XMB icons, side menu, etc...


Each pixel is a color filter, the image is composed by 12 rows (one row per month), and each row contains 16 pixels with brightness variations of the base color. It seems to be 1 pixel for every hour of the day with sunlight (not including the 8 hours to sleep)
Each pixel is a color filter, the image is composed by 12 rows/pixels (one row per month), and each row contains 16 columns/pixels with brightness variations of the base color (one column for every brightness variation for the hours of the day with sunlight)


The 8 hours at night doesnt have brigtness changes (the image only has 16 pixels of width instead of the 24 hours of a day)
*Notes:
**The 8 hours at night doesnt have brigtness changes (the image only has 16 pixels of width instead of the 24 hours of a day)


===Texture env? filter===
===XMB enviroment filter===
widgets/other/texenv.dds
widgets_other_texenv.dds


Speculative
Speculative


===MNU Settings===
==File list==
See: [[lines.qrc]]
(fw 4.46)
 
Examples are from firmware 4.76
====ICONS.mnu====
{{Boxcode|code=<syntaxhighlight lang="c">
#MNU_1.0
ATTN DIFF:float:2
ATTN ENV:float:0.74
ATTN SPEC1:float:2
ATTN SPEC2:float:2
SPEC1 POW:float:100
SPEC2 POW:float:30
LIT1 ANG Z:float:22.8
LIT1 ANG X:float:-32.4
LIT2 ANG Z:float:60
LIT2 ANG X:float:135
AMB R:float:0.74
AMB G:float:0.8
AMB B:float:0.9
REFR R:float:-0.032
REFR G:float:-0.038
REFR B:float:-0.048
REFR SCL:float:10
REFR BLUR:float:0.12
REFR TWEAK:float:0.11
PAR SCL:float:0
SHADOW STREN:float:0.02
SHADOW X:float:0.07
SHADOW Y:float:0.047
EXPOSE:float:0.82
MULTI SAMP:float:0.5
MULTI ROT:float:30
SS METHOD:int:0
MIP BIAS:float:0
</syntaxhighlight>}}
 
Additionally, this settings only appears on some of the ICONS.mnu files used for overrides (the base ICONS.mnu located at root doesnt have them)
{{Boxcode|code=<syntaxhighlight lang="c">
#MNU_1.0
SCALE:float:145.3
SPACING-1:float:200
SPACING-2:float:200
X:float:-795.774
Y:float:171.426
Z:float:0
LIT WIDGET:int:1
TIME COLOR MIX:float:0.555496
GLASS:float:0.0952192
EYE(000):int:0
DRAW ALL:int:0
NOR Z:float:1
</syntaxhighlight>}}
 
*Notes
**ATTN = attenuation ?
**SPEC = specular map ?
**LIT = point lights 1 & 2 ?
**AMB = ambient light ?
**REFR = refraction ?
**NOR z = normal vector ?
**EXPOSE = exposure ? (used to control brightness)
**EYE(000) = o0 ?
 
===MNU Override Settings===


{| class="wikitable" style="font-size:x-small;"
{| class="wikitable sortable"
|-
! {{cellcolors|white}} !! ICONS.mnu !! Notes (how works in plain words)
|-
! override/yoake/
| ATTN DIFF:float:3.12367<br>ATTN ENV:float:0.107345<br>ATTN SPEC1:float:0.484729<br>ATTN SPEC2:float:2.45394<br>SPEC1 POW:float:44.8563<br>SPEC2 POW:float:74.1114<br>LIT1 ANG Z:float:22.4976<br>LIT1 ANG X:float:357.462<br>LIT2 ANG Z:float:282.47<br>LIT2 ANG X:float:352.462<br>AMB R:float:1.05025<br>AMB G:float:1.05025<br>AMB B:float:1.05025<br>REFR SCL:float:11.5655<br>REFR TWEAK:float:0.0416622<br>TIME COLOR MIX:float:0.555496<br>GLASS:float:0.0952192<br>SHADOW STREN:float:0<br>EXPOSE:float:1.1574 || {{cellcolors|#eeeeff}} First period of the day<br>The brightness changes to, bla, bla bla...<br>Any other notes
|-
! override/day/
| ATTN DIFF:float:3.12367<br>ATTN ENV:float:0.107345<br>ATTN SPEC1:float:0.484729<br>ATTN SPEC2:float:2.45394<br>SPEC1 POW:float:44.8563<br>SPEC2 POW:float:74.1114<br>LIT1 ANG Z:float:22.4976<br>LIT1 ANG X:float:289.969<br>LIT2 ANG Z:float:282.47<br>LIT2 ANG X:float:289.969<br>AMB R:float:1.05025<br>AMB G:float:1.05025<br>AMB B:float:1.05025<br>REFR SCL:float:11.5655<br>REFR TWEAK:float:0.0416622<br>TIME COLOR MIX:float:0.486059<br>GLASS:float:0.152523<br>SHADOW STREN:float:0<br>EXPOSE:float:1.1574 || {{cellcolors|#eeeeff}}
|-
! override/higure/
| ATTN DIFF:float:3.12367<br>ATTN ENV:float:0.107345<br>ATTN SPEC1:float:0.484729<br>ATTN SPEC2:float:2.45394<br>SPEC1 POW:float:44.8563<br>SPEC2 POW:float:74.1114<br>LIT1 ANG Z:float:22.4976<br>LIT1 ANG X:float:184.98<br>LIT2 ANG Z:float:282.47<br>LIT2 ANG X:float:179.981<br>AMB R:float:1.05025<br>AMB G:float:1.05025<br>AMB B:float:1.05025<br>REFR SCL:float:11.5655<br>REFR TWEAK:float:0.0416622<br>TIME COLOR MIX:float:0.555496<br>GLASS:float:0.0952192<br>SHADOW STREN:float:0<br>EXPOSE:float:1.1574 || {{cellcolors|#eeeeff}}
|-
! override/night/
| ATTN DIFF:float:3.12367<br>ATTN ENV:float:0.107345<br>ATTN SPEC1:float:0.484729<br>ATTN SPEC2:float:2.45394<br>SPEC1 POW:float:44.8563<br>SPEC2 POW:float:74.1114<br>LIT1 ANG Z:float:22.4976<br>LIT1 ANG X:float:92.4901<br>LIT2 ANG Z:float:282.47<br>LIT2 ANG X:float:84.9909<br>AMB R:float:1.05025<br>AMB G:float:1.05025<br>AMB B:float:1.05025<br>REFR SCL:float:11.5655<br>REFR TWEAK:float:0.0416622<br>TIME COLOR MIX:float:0.61799<br>GLASS:float:0.0624733<br>SHADOW STREN:float:0<br>EXPOSE:float:1.1574 || {{cellcolors|#eeeeff}}
|-
! override/initial_setting/
| SCALE:float:145.3<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN SPEC1:float:3<br>ATTN SPEC2:float:4<br>SPEC1 POW:float:70<br>SPEC2 POW:float:74<br>LIT1 ANG Z:float:36.3998<br>LIT1 ANG X:float:-40.4<br>LIT WIDGET:int:1<br>AMB R:float:0.25<br>AMB G:float:0.25<br>AMB B:float:0.3<br>EYE(000):int:0<br>DRAW ALL:int:0 || {{cellcolors|#eeeeff}}
|-
! override/black/
| SCALE:float:145.3<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN SPEC1:float:3<br>ATTN SPEC2:float:4<br>SPEC1 POW:float:70<br>SPEC2 POW:float:74<br>LIT1 ANG Z:float:39.5278<br>LIT1 ANG X:float:-1.30146<br>AMB R:float:0.25<br>AMB G:float:0.254625<br>AMB B:float:0.3074<br>EYE(000):int:0<br>DRAW ALL:int:0 || {{cellcolors|#eeeeff}}
|-
! override/bright/
| SCALE:float:134.293<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN SPEC1:float:3<br>ATTN SPEC2:float:4<br>SPEC1 POW:float:70<br>SPEC2 POW:float:74<br>LIT1 ANG Z:float:36.4<br>LIT1 ANG X:float:-40.3998<br>LIT WIDGET:int:1<br>AMB R:float:0.231058<br>AMB G:float:0.231058<br>AMB B:float:0.3<br>EYE(000):int:0<br>EXPOSE:float:0.82<br>DRAW ALL:int:0 || {{cellcolors|#eeeeff}}
|-
! override/coldboot1/
| rowspan="2" | ATTN DIFF:float:3.87783<br>ATTN ENV:float:0.0531163<br>ATTN SPEC1:float:0.484729<br>ATTN SPEC2:float:30.4719<br>SPEC1 POW:float:44.8563<br>SPEC2 POW:float:84.3962<br>LIT1 ANG Z:float:22.4976<br>LIT1 ANG X:float:289.969<br>LIT2 ANG Z:float:282.47<br>LIT2 ANG X:float:284.97<br>AMB R:float:0.41588<br>AMB G:float:0.358168<br>AMB B:float:0.530854<br>REFR SCL:float:16.6428<br>TIME COLOR MIX:float:0<br>GLASS:float:0.127162 || {{cellcolors|#eeeeff}}
|-
! override/coldboot2/
| {{cellcolors|#eeeeff}}
|-
! override/coldboot3/
| SCALE:float:1<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN SPEC1:float:3<br>ATTN SPEC2:float:4<br>SPEC1 POW:float:70<br>SPEC2 POW:float:74<br>LIT1 ANG Z:float:36.3998<br>LIT1 ANG X:float:-40.4<br>AMB R:float:0.41588<br>AMB G:float:0.358168<br>AMB B:float:0.530854<br>EYE(000):int:0<br>DRAW ALL:int:0<br>NOR Z:float:1 || {{cellcolors|#eeeeff}}
|-
! override/coldboot4/
| rowspan="2" | SCALE=[1]<br>SPACING-1=[200]<br>SPACING-2=[200]<br>X=[-795.774]<br>Y=[171.426]<br>Z=[0]<br>ATTN DIFF=[2]<br>ATTN ENV=[0.74]<br>ATTN SPEC1=[3]<br>ATTN SPEC2=[4]<br>SPEC1 POW=[70]<br>SPEC2 POW=[74]<br>LIT1 ANG Z=[36.3998]<br>LIT1 ANG X=[-40.4]<br>LIT2 ANG Z=[60]<br>LIT2 ANG X=[135]<br>LIT WIDGET=[1]<br>AMB R=[0.41588]<br>AMB G=[0.358168]<br>AMB B=[0.530854]<br>REFR R=[-0.032]<br>REFR G=[-0.038]<br>REFR B=[-0.048]<br>REFR SCL=[10]<br>REFR BLUR=[0.12]<br>PAR SCL=[0]<br>EYE(000)=[0]<br>SHADOW STREN=[0.02]<br>SHADOW X=[0.07]<br>SHADOW Y=[0.047]<br>EXPOSE=[0.82]<br>DRAW ALL=[0]<br>MULTI SAMP=[0.5]<br>MULTI ROT=[30]<br>SS METHOD=[0] || {{cellcolors|#eeeeff}}
|-
! override/coldboot5/
| {{cellcolors|#eeeeff}}
|-
! override/gameboot1/
| SCALE:float:139.025<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN SPEC1:float:3<br>ATTN SPEC2:float:4<br>SPEC1 POW:float:70<br>SPEC2 POW:float:74<br>LIT1 ANG Z:float:36.3998<br>LIT1 ANG X:float:-40.4<br>LIT WIDGET:int:1<br>AMB R:float:0.237254<br>AMB G:float:0.237101<br>AMB B:float:0.300612<br>EYE(000):int:0<br>DRAW ALL:int:0 || {{cellcolors|#eeeeff}}
|-
! override/gameboot2/
| SCALE:float:134.091<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN DIFF:float:1<br>ATTN SPEC1:float:1<br>ATTN SPEC2:float:1<br>EYE(000):int:0<br>SHADOW STREN:float:0.0<br>SHADOW X:float:0.0<br>SHADOW Y:float:0.0<br>EXPOSE:float:1.15<br>DRAW ALL:int:0 || {{cellcolors|#eeeeff}}
|-
! override/gameboot3/
| rowspan="2" | ATTN DIFF:float:1<br>ATTN SPEC1:float:1<br>ATTN SPEC2:float:1<br>TIME COLOR MIX:float:0<br>GLASS:float:0<br>SHADOW STREN:float:0<br>SHADOW X:float:0<br>SHADOW Y:float:0<br>EXPOSE:float:1.15 || {{cellcolors|#eeeeff}}
|-
! override/gameboot4/
| {{cellcolors|#eeeeff}}
|-
! override/gameboot5/
| SCALE:float:145.3<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN SPEC1:float:3<br>ATTN SPEC2:float:4<br>SPEC1 POW:float:70<br>SPEC2 POW:float:74<br>LIT1 ANG Z:float:36.3998<br>LIT1 ANG X:float:-40.4<br>LIT WIDGET:int:1<br>AMB R:float:0.25<br>AMB G:float:0.25<br>AMB B:float:0.3<br>EYE(000):int:0<br>DRAW ALL:int:0 || {{cellcolors|#eeeeff}}
|-
! override/welcome_1/
| ATTN DIFF:float:3.87783<br>ATTN ENV:float:0.0531163<br>ATTN SPEC1:float:0.484729<br>ATTN SPEC2:float:1.5727<br>SPEC1 POW:float:44.8563<br>SPEC2 POW:float:11.9068<br>LIT1 ANG Z:float:27.4971<br>LIT1 ANG X:float:92.4901<br>LIT2 ANG Z:float:282.47<br>LIT2 ANG X:float:84.9909<br>AMB R:float:7.05436<br>AMB G:float:4.818<br>AMB B:float:10<br>REFR R:float:-0.0139942<br>REFR SCL:float:16.6428<br>TIME COLOR MIX:float:0.597158<br>GLASS:float:1 || {{cellcolors|#eeeeff}}
|-
! override/welcome_2/
| ATTN DIFF:float:3.87783<br>ATTN ENV:float:0.0531163<br>ATTN SPEC1:float:0.484729<br>ATTN SPEC2:float:30.4719<br>SPEC1 POW:float:44.8563<br>SPEC2 POW:float:84.3962<br>LIT1 ANG Z:float:22.4976<br>LIT1 ANG X:float:289.969<br>LIT2 ANG Z:float:282.47<br>LIT2 ANG X:float:284.97<br>AMB R:float:0.007693<br>AMB G:float:3.40167<br>AMB B:float:7.49177<br>REFR R:float:-0.000106812<br>REFR G:float:-0.000106812<br>REFR B:float:-0.000106812<br>REFR SCL:float:16.6428<br>TIME COLOR MIX:float:0<br>GLASS:float:1<br>MULTI SAMP:float:1.60936 || {{cellcolors|#eeeeff}}
|-
|-
! override/music_1/
! style="background-color:#515243; color:#FFFFFF;" |'''Name'''
| SCALE:float:145.301<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN SPEC1:float:3<br>ATTN SPEC2:float:4<br>SPEC1 POW:float:70<br>SPEC2 POW:float:74<br>LIT1 ANG Z:float:36.3998<br>LIT1 ANG X:float:-40.4<br>LIT WIDGET:int:1<br>AMB R:float:0.25<br>AMB G:float:0.25<br>AMB B:float:0.3<br>EYE(000):int:0<br>EXPOSE:float:1<br>DRAW ALL:int:0 || {{cellcolors|#eeeeff}}
! style="background-color:#515243; color:#FFFFFF;" |'''Type'''
! style="background-color:#515243; color:#FFFFFF;" |'''Remark'''
|-
|-
! override/music_2/
|ICONS.mnu || .mnu ||
| SCALE:float:145.301<br>SPACING-1:float:200<br>SPACING-2:float:200<br>X:float:-795.774<br>Y:float:171.426<br>Z:float:0<br>ATTN SPEC1:float:3<br>ATTN SPEC2:float:4<br>SPEC1 POW:float:70<br>SPEC2 POW:float:74<br>LIT1 ANG Z:float:36.3998<br>LIT1 ANG X:float:-40.4<br>AMB R:float:0.25<br>AMB G:float:0.25<br>AMB B:float:0.3<br>EYE(000):int:0<br>DRAW ALL:int:0 || {{cellcolors|#eeeeff}}
|-
! {{cellcolors|white}} !! ICONS.mnu !! Notes (how works in plain words)
|}
 
==File list==
(fw 4.46)
 
{| class="wikitable"
|+icons.qrc contents
! colspan="3" | Path/File !! Type !! Notes
|-
|-
| colspan="3" | ICONS.mnu || .mnu ||
|override/black/ICONS.mnu || .mnu ||
|-
|-
| rowspan="36" | lib/ || rowspan="28" | glutils/ || AccGlare.fpo || .fpo ||
|override/bright/ICONS.mnu || .mnu ||
|-
|-
| ApplyDisplay.fpo || .fpo ||
|override/coldboot1/ICONS.mnu || .mnu ||
|-
|-
| ApplyGlare.fpo || .fpo ||
|override/coldboot2/ICONS.mnu || .mnu ||
|-
|-
| BloomCone.fpo || .fpo ||
|override/coldboot3/ICONS.mnu || .mnu ||
|-
|-
| BloomDecay.fpo || .fpo ||
|override/coldboot4/ICONS.mnu || .mnu ||
|-
|-
| BlurAcc.fpo || .fpo ||
|override/coldboot5/ICONS.mnu || .mnu ||
|-
|-
| BlurOutput.fpo || .fpo ||
|override/day/ICONS.mnu || .mnu ||
|-
|-
| BlurOutputFG.fpo || .fpo ||
|override/gameboot1/ICONS.mnu || .mnu ||
|-
|-
| ConeFilter.fpo || .fpo ||
|override/gameboot2/ICONS.mnu || .mnu ||
|-
|-
| CookieCutter.fpo || .fpo ||
|override/gameboot3/ICONS.mnu || .mnu ||
|-
|-
| CookieCutter.vpo || .vpo ||
|override/gameboot4/ICONS.mnu || .mnu ||
|-
|-
| Copy.fpo || .fpo ||
|override/gameboot5/ICONS.mnu || .mnu ||
|-
|-
| CopyMRT.fpo || .fpo ||
|override/higure/ICONS.mnu || .mnu ||
|-
|-
| CopyVarAlpha.fpo || .fpo ||
|override/initial_setting/ICONS.mnu || .mnu ||
|-
|-
| DoubleGaussian.fpo || .fpo ||
|override/music_1/ICONS.mnu || .mnu ||
|-
|-
| GaussBloomAndBlur.fpo || .fpo ||
|override/music_2/ICONS.mnu || .mnu ||
|-
|-
| Gaussian.fpo || .fpo ||
|override/night/ICONS.mnu || .mnu ||
|-
|-
| Gaussian.vpo || .vpo ||
|override/yoake/ICONS.mnu || .mnu ||
|-
|-
| GlareSource.fpo || .fpo ||
|override/welcome_1/ICONS.mnu || .mnu ||
|-
|-
| GlareSourceMRT.fpo || .fpo ||
|override/welcome_2/ICONS.mnu || .mnu ||
|-
|-
| GlareSourceNoTone.fpo || .fpo ||
|widgets/other/texenv.dds || .dds ||
|-
|-
| GlareSourcePre.fpo || .fpo ||
|widgets/other/amb.bmp || .bmp ||
|-
|-
| ScreenCopy.fpo || .fpo ||
|lib/icons/icons_cheap_ss.fpo || .fpo ||
|-
|-
| ToneApplyDisplay.fpo || .fpo ||
|lib/icons/icons_cheap_ss_no_shad.fpo || .fpo ||
|-
|-
| ToneApplyDisplayMRT.fpo || .fpo ||
|lib/icons/icons_full_ss.fpo || .fpo ||
|-
|-
| ToneMap.fpo || .fpo ||
|lib/icons/icons_full_ss_no_shad.fpo || .fpo ||
|-
|-
| ToneMerge.fpo || .fpo ||
|lib/icons/icons_no_ss.fpo || .fpo ||
|-
|-
| ToneSplit.fpo || .fpo ||
|lib/icons/icons_no_ss_no_shad.fpo || .fpo ||
|-
|-
| rowspan="8" | icons/ || icons_cheap_ss.fpo || .fpo ||
|lib/icons/mask.fpo || .fpo ||
|-
|-
| icons_cheap_ss_no_shad.fpo || .fpo ||
|lib/icons/quad.vpo || .vpo ||
|-
|-
| icons_full_ss.fpo || .fpo ||
|lib/glutils/AccGlare.fpo || .fpo ||
|-
|-
| icons_full_ss_no_shad.fpo || .fpo ||
|lib/glutils/ApplyDisplay.fpo || .fpo ||
|-
|-
| icons_no_ss.fpo || .fpo ||
|lib/glutils/ApplyGlare.fpo || .fpo ||
|-
|-
| icons_no_ss_no_shad.fpo || .fpo ||
|llib/glutils/BloomCone.fpo || .fpo ||
|-
|-
| mask.fpo || .fpo ||
|lib/glutils/BloomDecay.fpo || .fpo ||
|-
|-
| quad.vpo || .vpo ||
|lib/glutils/BlurAcc.fpo || .fpo ||
|-
|-
| rowspan="21" | override/ || black/ || ICONS.mnu || .mnu ||
|lib/glutils/BlurOutput.fpo || .fpo ||
|-
|-
| bright/ || ICONS.mnu || .mnu ||
|lib/glutils/BlurOutputFG.fpo || .fpo ||
|-
|-
| coldboot1/ || ICONS.mnu || .mnu ||
|lib/glutils/ConeFilter.fpo || .fpo ||
|-
|-
| coldboot2/ || ICONS.mnu || .mnu ||
|lib/glutils/CookieCutter.fpo || .fpo ||
|-
|-
| coldboot3/ || ICONS.mnu || .mnu ||
|lib/glutils/CookieCutter.vpo || .vpo ||
|-
|-
| coldboot4/ || ICONS.mnu || .mnu ||
|lib/glutils/Copy.fpo || .fpo ||
|-
|-
| coldboot5/ || ICONS.mnu || .mnu ||
|lib/glutils/CopyMRT.fpo || .fpo ||
|-
|-
| day/ || ICONS.mnu || .mnu ||
|lib/glutils/CopyVarAlpha.fpo || .fpo ||
|-
|-
| gameboot1/ || ICONS.mnu || .mnu ||
|lib/glutils/DoubleGaussian.fpo || .fpo ||
|-
|-
| gameboot2/ || ICONS.mnu || .mnu ||
|lib/glutils/GaussBloomAndBlur.fpo || .fpo ||
|-
|-
| gameboot3/ || ICONS.mnu || .mnu ||
|lib/glutils/Gaussian.fpo || .fpo ||
|-
|-
| gameboot4/ || ICONS.mnu || .mnu ||
|lib/glutils/Gaussian.vpo || .vpo ||
|-
|-
| gameboot5/ || ICONS.mnu || .mnu ||
|lib/glutils/GlareSource.fpo || .fpo ||
|-
|-
| higure/ || ICONS.mnu || .mnu ||
|lib/glutils/GlareSourceMRT.fpo || .fpo ||
|-
|-
| initial_setting/ || ICONS.mnu || .mnu ||
|lib/glutils/GlareSourceNoTone.fpo || .fpo ||
|-
|-
| music_1/ || ICONS.mnu || .mnu ||
|lib/glutils/GlareSourcePre.fpo || .fpo ||
|-
|-
| music_2/ || ICONS.mnu || .mnu ||
|lib/glutils/ScreenCopy.fpo || .fpo ||
|-
|-
| night/ || ICONS.mnu || .mnu ||
|lib/glutils/ToneApplyDisplay.fpo || .fpo ||
|-
|-
| welcome_1/ || ICONS.mnu || .mnu ||
|lib/glutils/ToneApplyDisplayMRT.fpo || .fpo ||
|-
|-
| welcome_2/ || ICONS.mnu || .mnu ||
|lib/glutils/ToneMap.fpo || .fpo ||
|-
|-
| yoake/ || ICONS.mnu || .mnu ||
|lib/glutils/ToneMerge.fpo || .fpo ||
|-
|-
| rowspan="2" | widgets/ || rowspan="2" | other/ || texenv.dds || .dds || [[Image:Texenv.jpg]]
|lib/glutils/ToneSplit.fpo || .fpo ||
|-
|-
| amb.bmp || .bmp || [[Image:Amb.jpg]]
|}
|}
{{File Formats}}<noinclude>[[Category:Main]]</noinclude>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)