Talk:Custom render plugin: Difference between revisions
Jump to navigation
Jump to search
(→Detailed changelog: anim_coldboot2 in firmware 2.70... improved xml sintax of previous changelogs for better understanding) |
|||
Line 165: | Line 165: | ||
===1.10-1.11=== | ===1.10-1.11=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xee010000" standardUnknown18="0xef010000" standardUnknown20="0xf0010100" standardUnknown21="0xf1010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xee010000" standardUnknown18="0xef010000" standardUnknown20="0xf0010100" standardUnknown21="0xf1010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xf2010100" standardUnknown21="0xf3010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xf2010100" standardUnknown21="0xf3010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===1.30-1.32=== | ===1.30-1.32=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xef010000" standardUnknown18="0xf0010000" standardUnknown20="0xf1010100" standardUnknown21="0xf2010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xef010000" standardUnknown18="0xf0010000" standardUnknown20="0xf1010100" standardUnknown21="0xf2010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xf3010100" standardUnknown21="0xf4010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xf3010100" standardUnknown21="0xf4010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===1.50-1.54=== | ===1.50-1.54=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xee010000" standardUnknown18="0xef010000" standardUnknown20="0xf0010100" standardUnknown21="0xf1010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xee010000" standardUnknown18="0xef010000" standardUnknown20="0xf0010100" standardUnknown21="0xf1010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xf2010100" standardUnknown21="0xf3010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xf2010100" standardUnknown21="0xf3010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Line 184: | Line 211: | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile minFirmwareVer="unknownId0x102"> | <RcoFile minFirmwareVer="unknownId0x102"> | ||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xd2010000" standardUnknown18="0xd3010000" standardUnknown20="0xd4010100" standardUnknown21="0xd5010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xd2010000" standardUnknown18="0xd3010000" standardUnknown20="0xd4010100" standardUnknown21="0xd5010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xd6010100" standardUnknown21="0xd7010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xd6010100" standardUnknown21="0xd7010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Line 191: | Line 226: | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile minFirmwareVer="unknownId0x104"> | <RcoFile minFirmwareVer="unknownId0x104"> | ||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xd3010000" standardUnknown18="0xd4010000" standardUnknown20="0xd5010100" standardUnknown21="0xd6010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xd3010000" standardUnknown18="0xd4010000" standardUnknown20="0xd5010100" standardUnknown21="0xd6010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xd7010100" standardUnknown21="0xd8010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xd7010100" standardUnknown21="0xd8010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Line 198: | Line 241: | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile minFirmwareVer="unknownId0x105"> | <RcoFile minFirmwareVer="unknownId0x105"> | ||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xd5010000" standardUnknown18="0xd6010000" standardUnknown20="0xd7010100" standardUnknown21="0xd8010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xd5010000" standardUnknown18="0xd6010000" standardUnknown20="0xd7010100" standardUnknown21="0xd8010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xd9010100" standardUnknown21="0xda010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xd9010100" standardUnknown21="0xda010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Line 205: | Line 256: | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile minFirmwareVer="unknownId0x106"> | <RcoFile minFirmwareVer="unknownId0x106"> | ||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xd6010000" standardUnknown18="0xd7010000" standardUnknown20="0xd8010100" standardUnknown21="0xd9010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xd6010000" standardUnknown18="0xd7010000" standardUnknown20="0xd8010100" standardUnknown21="0xd9010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xda010100" standardUnknown21="0xdb010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xda010100" standardUnknown21="0xdb010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===2.10-2.17=== | ===2.10-2.17=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xe3010000" standardUnknown18="0xe4010000" standardUnknown20="0xe5010100" standardUnknown21="0xe6010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xe3010000" standardUnknown18="0xe4010000" standardUnknown20="0xe5010100" standardUnknown21="0xe6010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xe7010100" standardUnknown21="0xe8010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xe7010100" standardUnknown21="0xe8010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Line 218: | Line 286: | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile minFirmwareVer="unknownId0x107"> | <RcoFile minFirmwareVer="unknownId0x107"> | ||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===2.30-2.36=== | ===2.30-2.36=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0xe5010000" standardUnknown18="0xe6010000" standardUnknown20="0xe7010100" standardUnknown21="0xe8010100"></Plane> | <Plane name="scelogo" standardUnknown17="0xe5010000" standardUnknown18="0xe6010000" standardUnknown20="0xe7010100" standardUnknown21="0xe8010100"></Plane> | ||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0xe9010100" standardUnknown21="0xea010100"></Plane> | <Plane name="ps3logo" standardUnknown20="0xe9010100" standardUnknown21="0xea010100"></Plane> | ||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===2.40-2.43=== | ===2.40-2.43=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0x24020000" standardUnknown18="0x25020000" standardUnknown20="0x26020100" standardUnknown21="0x27020100"></Plane> | |||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0x28020100" standardUnknown21="0x29020100"></Plane> | |||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===2.50-2.53=== | ===2.50-2.53=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0x3a020000" standardUnknown18="0x3b020000" standardUnknown20="0x3c020100" standardUnknown21="0x3d020100"></Plane> | |||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0x3e020100" standardUnknown21="0x3f020100"></Plane> | |||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===2.60=== | ===2.60=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0x49020000" standardUnknown18="0x4a020000" standardUnknown20="0x4b020100" standardUnknown21="0x4c020100"></Plane> | |||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0x4d020100" standardUnknown21="0x4e020100"></Plane> | |||
</ObjectTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===2.70-2.76=== | ===2.70-2.76=== | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | |||
<MainTree> | |||
<ObjectTree> | |||
<Page name="page_coldboot"> | |||
<Plane name="scelogo" standardUnknown17="0x4c020000" standardUnknown18="0x4d020000" standardUnknown20="0x4e020100" standardUnknown21="0x4f020100"></Plane> | |||
</Page> | |||
<Page name="page_coldboot2" pageUnknownInt0="0x1110000" pageOnInit="nothing" pageOnCancel="nothing" pageOnContext="nothing" pageOnActivate="nothing"> | |||
<Plane name="coldboot_ps3logo" standardPosX="0" standardPosY="0" standardPosZ="0" standardRedScale="1" standardGreenScale="1" standardBlueScale="1" standardAlphaScale="1" standardWidth="0" standardWeight="0" standardDepth="0" standardScaleWidth="1" standardScaleHeight="1" standardScaleDepth="1" standardIconOffset="0x0" standardOnInit="nothing" standardUnknown17="0x0" standardUnknown18="0x0" standardUnknown19="0x0" standardUnknown20="0x100" standardUnknown21="0x100" standardUnknown22="0x100" planeImage="nothing" planeDisplayMode="0x0"></Plane> | |||
</Page> | |||
<Page name="page_gameboot"> | |||
<Plane name="ps3logo" standardUnknown20="0x50020100" standardUnknown21="0x51020100"></Plane> | |||
</Page> | |||
</ObjectTree> | |||
<AnimTree> | |||
<Animation name="anim_coldboot2"> | |||
<Lock unknownInt0="0xffffffff" /> | |||
<Fade object="object:scelogo" duration="0" accelMode="0x0" transparency="0" /> | |||
<FireEvent event="event:native:/anim_coldboot_BootBG2" /> | |||
<Delay time="5500" /> | |||
<FireEvent event="event:native:/anim_coldboot_NormalBG2" /> | |||
<FireEvent event="event:native:/anim_coldboot_ShowGUI" /> | |||
<Unlock unknownInt0="0xffffffff" /> | |||
<Delay time="4500" /> | |||
<FireEvent event="event:native:/anim_coldboot_Finished" /> | |||
</Animation> | |||
</AnimTree> | |||
</MainTree> | |||
</RcoFile> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Revision as of 19:41, 23 November 2015
Custom_render_plugin Function 2
used by:
game_ext_plugin with Parameter: 3 = anim_otherboot for Category "CB", "HM", "AV", "AM", "AT" 2 (older fw) = anim_gameboot
Enforce gameboot animation
game_ext_plugin.sprx : 38 80 00 00 7B E3 00 20 -> 38 80 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo
if not found on newer fw try: 2F 89 00 00 7B C3 00 20 -> 2F 89 00 00 38 60 00 02 + add gameboot_multi + gameboot_stereo
gameboot sounds
http://www.ps3hax.net/showthread.php?t=34085
File Name | Size (bytes) |
Hash (MD5) |
Firmware | Notes | |||
---|---|---|---|---|---|---|---|
1.00~2.60 | 2.70~2.80 | 3.00~3.01 | 3.10~Template:Latest | ||||
gameboot_stereo.ac3 | 243.200 | E311AD59E14A751C6907E300E11841F7 | Yes | No | Old gameboot sound files | ||
gameboot_multi.ac3 | 243.200 | 9C845DB9802B4F5A8953C23833D18F37 |
custom_render_plugin.rco changelog (retail/CEX)
- Contents:
- image files (same files from 1.00 firmware up to 4.76 firmware. Never changed)
- tex_ps3logo.gim (MD5: 87068679DB28FE5347700FADBF281E5A)
- tex_scelogo.gim (MD5: 6158E31B5274DEE04F6193873F731B7F)
- RCOXML embedded code
- ImageTreee (indexed image files)
- ObjectTree (objects definitions)
- AnimTree (animations definitions)
- image files (same files from 1.00 firmware up to 4.76 firmware. Never changed)
Version | MD5 | RCOset | Changes |
---|---|---|---|
1.00-1.02 | 957F706965F317698EFEB7FE3D878D18 | rcoset | zzzzz |
1.10-1.11 | AA737527F6A61CEE01924044DBDB48F3 | rcoset | zzzzz |
1.30-1.32 | 7F5C343DB404DE3701B885BEAA7BE6CD | rcoset | zzzzz |
1.50-1.54 | AA737527F6A61CEE01924044DBDB48F3 | rcoset | zzzzz |
1.60-1.70 | 3D1DDD9E61045D37EDBDA930FEB1B341 | rcoset | zzzzz |
1.80-1.82 | D7E4F234F6C0D564C81E65B04C2E283D | rcoset | zzzzz |
1.90-1.94 | 55E2E5125019CF23B65933B0DB4388DE | rcoset | zzzzz |
2.00-2.01 | 2282751BD5FE8F58D5849959C021BCC4 | rcoset | zzzzz |
2.10-2.17 | 075C785C3B310D4D4F99CE9CD6A652B4 | rcoset | zzzzz |
2.20 | BB10C1C57EB9DD91532CAFD865B80DAD | rcoset | zzzzz |
2.30-2.36 | 8C070B74082E2B7650D0358E347AED80 | rcoset | zzzzz |
2.40-2.43 | 2CA56107EDE4A0E83C8B706C2B7A2F1B | rcoset | zzzzz |
2.50-2.53 | E4F69377DF56EC728DC29D6AB814ED63 | rcoset | zzzzz |
2.60 | EBCB8B2BF2D0122A7E7AA43459B989A3 | rcoset | zzzzz |
2.70-2.76 | 07A2E2F30C97FFE508234585420C1BCF | rcoset | zzzzz |
2.80 | 52551D13219AF705B1EE17B80B611948 | rcoset | zzzzz |
3.00-3.01 | 7540C3BAF80AD5BAE4B4342149BC5116 | rcoset | zzzzz |
3.10-3.21 | 5B821E62F74ECBA55C02CB90D88ED929 | rcoset | zzzzz |
3.30 | 9F16A32EF5EDBB802A9DFD2E5F46E88E | rcoset | zzzzz |
3.40-3.56 | 0D6054717B3C7573047BBF8CF0C37E32 | rcoset | zzzzz |
3.60-3.74 | 56CFE845364C511FC2C5D4154FFD2CCD | rcoset | zzzzz |
4.00-4.26 | 9764A4790A360C0769359DE8741A55AE | rcoset | zzzzz |
4.30-4.46 | 02251196DCEF6ABC756499A18B6A9BFC | rcoset | zzzzz |
4.50-4.76 | FB9C8E467A0A1E2C38397D6F266FC997 | rcoset | zzzzz |
Detailed changelog
- In the xml examples below, only the rcoxml code from firmware 1.00 and 4.76 are included completly (first and latest retail firmware at this date). All the others displays only the changes, either a complete line when added new, or the specific attributes that changed
- All this has been extracted with a modifyed version of rcomage using a custom objattribdef-ps3.ini where the 6 "unknowns" from standard object attributes has been configured as data type "unk" (for a raw value extraction, not conversion applyed)
1.00-1.02
Code Sample
1.10-1.11
Code Sample
1.30-1.32
Code Sample
1.50-1.54
Code Sample
1.60-1.70
Code Sample
1.80-1.82
Code Sample
1.90-1.94
Code Sample
2.00-2.01
Code Sample
2.10-2.17
Code Sample
2.20
Code Sample
2.30-2.36
Code Sample
2.40-2.43
Code Sample
2.50-2.53
Code Sample
2.60
Code Sample
2.70-2.76
Code Sample
2.80
Code Sample
3.00-3.01
Code Sample
3.10-3.21
Code Sample
3.30
Code Sample
3.40-3.56
Code Sample
3.60-3.74
Code Sample
4.00-4.26
Code Sample
4.30-4.46
Code Sample
4.50-4.76
Code Sample