Editing RCOXML ofw animations
Jump to navigation
Jump to search
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 6: | Line 6: | ||
===anim_otherboot=== | ===anim_otherboot=== | ||
====Firmware 1.00 up to 2.80==== | ====Firmware 1.00 up to 2.80==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<Animation name="anim_otherboot"> | <Animation name="anim_otherboot"> | ||
<Lock unknownInt0="0xffffffff" /> | <Lock unknownInt0="0xffffffff" /> | ||
Line 41: | Line 41: | ||
The event anim_otherboot_BG3 is the responsible of the "flying sparks" behind the "playstation" logo but the details of how it works are unknown (hardcoded inside the .sprx) | The event anim_otherboot_BG3 is the responsible of the "flying sparks" behind the "playstation" logo but the details of how it works are unknown (hardcoded inside the .sprx) | ||
====Firmware 3.00 up to | ====Firmware 3.00 up to latest==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<Animation name="anim_otherboot"> | <Animation name="anim_otherboot"> | ||
<Lock unknownInt0="0xffffffff" /> | <Lock unknownInt0="0xffffffff" /> | ||
Line 55: | Line 55: | ||
{| class="wikitable" style="text-align:center; border: 4px dashed black;" | {| class="wikitable" style="text-align:center; border: 4px dashed black;" | ||
|+anim_otherboot timeline (3.00~ | |+anim_otherboot timeline (3.00~{{latest}}) | ||
| colspan="10" {{cellcolors|#000000}} | | colspan="10" {{cellcolors|#000000}} | ||
|-{{cellcolors|#7777ff|#ffffff}} | |-{{cellcolors|#7777ff|#ffffff}} | ||
Line 84: | Line 84: | ||
===anim_gameboot=== | ===anim_gameboot=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<Animation name="anim_gameboot"> | <Animation name="anim_gameboot"> | ||
<Lock unknownInt0="0xffffffff" /> | <Lock unknownInt0="0xffffffff" /> | ||
Line 105: | Line 105: | ||
===anim_coldboot=== | ===anim_coldboot=== | ||
===anim_coldboot2=== | ===anim_coldboot2=== | ||
==gamelib_plugin.rco== | ==gamelib_plugin.rco== | ||
See [[gamelib_plugin]] | See [[gamelib_plugin]] | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<Animation name="anim_gameboot"> | <Animation name="anim_gameboot"> | ||
<Lock unknownInt0="0xffffffff" /> | <Lock unknownInt0="0xffffffff" /> | ||
Line 177: | Line 128: | ||
==[[bdp_plugin]].rco== | ==[[bdp_plugin]].rco== | ||
==[[friendim_plugin]].rco== | ==[[friendim_plugin]].rco== | ||
==[[friendim_plugin_game]].rco== | ==[[friendim_plugin_game]].rco== | ||
==[[impose_plugin]].rco== | ==[[impose_plugin]].rco== | ||
==[[npsignin_plugin]].rco== | ==[[npsignin_plugin]].rco== | ||
==[[premo_plugin]].rco== | ==[[premo_plugin]].rco== | ||
==[[sacd_plugin]].rco== | ==[[sacd_plugin]].rco== | ||
==[[system_plugin]].rco== | ==[[system_plugin]].rco== | ||
{{File Formats}}<noinclude>[[Category:Main]]</noinclude> | {{File Formats}}<noinclude>[[Category:Main]]</noinclude> |