Editing RCOXML ofw animations

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 6: Line 6:
===anim_otherboot===
===anim_otherboot===
====Firmware 1.00 up to 2.80====
====Firmware 1.00 up to 2.80====
{{Boxcode|code=<syntaxhighlight lang="xml">
{{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 4.81====
====Firmware 3.00 up to latest====
{{Boxcode|code=<syntaxhighlight lang="xml">
{{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~4.81)
|+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|code=<syntaxhighlight lang="xml">
{{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===
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<Animation name="anim_coldboot">
<Animation name="anim_coldboot">
<Lock unknownInt0="0xffffffff" />
<Lock unknownInt0="0xffffffff" />
Line 126: Line 126:


===anim_coldboot2===
===anim_coldboot2===
====Firmware 2.70 up to 2.80====
{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|code=<syntaxhighlight lang="xml">
<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>
</syntaxhighlight>}}
 
====Firmware 3.00 up to 4.81====
{{Boxcode|code=<syntaxhighlight lang="xml">
<Animation name="anim_coldboot2">
<Animation name="anim_coldboot2">
<Lock unknownInt0="0xffffffff" />
<Lock unknownInt0="0xffffffff" />
Line 159: Line 143:
==gamelib_plugin.rco==
==gamelib_plugin.rco==
See [[gamelib_plugin]]
See [[gamelib_plugin]]
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<Animation name="anim_gameboot">
<Animation name="anim_gameboot">
<Lock unknownInt0="0xffffffff" />
<Lock unknownInt0="0xffffffff" />
Line 177: Line 161:


==[[bdp_plugin]].rco==
==[[bdp_plugin]].rco==
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<AnimTree>
<AnimTree>
<Animation name="bdp_anim_cp_focus_in">
<Animation name="bdp_anim_cp_focus_in">
Line 189: Line 173:


==[[friendim_plugin]].rco==
==[[friendim_plugin]].rco==
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<AnimTree>
<AnimTree>
<Animation name="friendim_pause">
<Animation name="friendim_pause">
Line 209: Line 193:


==[[friendim_plugin_game]].rco==
==[[friendim_plugin_game]].rco==
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<AnimTree>
<AnimTree>
<Animation name="friendim_pause">
<Animation name="friendim_pause">
Line 229: Line 213:


==[[impose_plugin]].rco==
==[[impose_plugin]].rco==
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<AnimTree>
<AnimTree>
<Animation name="anim_btnbar_show">
<Animation name="anim_btnbar_show">
Line 256: Line 240:


==[[npsignin_plugin]].rco==
==[[npsignin_plugin]].rco==
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<Animation name="npsignin_hide">
<Animation name="npsignin_hide">
<FireEvent event="event:native:/OnLoginPageCancel" />
<FireEvent event="event:native:/OnLoginPageCancel" />
Line 263: Line 247:


==[[premo_plugin]].rco==
==[[premo_plugin]].rco==
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<AnimTree>
<AnimTree>
<Animation name="anim_btnbar_show">
<Animation name="anim_btnbar_show">
Line 310: Line 294:


==[[sacd_plugin]].rco==
==[[sacd_plugin]].rco==
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<AnimTree>
<AnimTree>
<Animation name="sacd_anim_cp_focus_in">
<Animation name="sacd_anim_cp_focus_in">
Line 322: Line 306:


==[[system_plugin]].rco==
==[[system_plugin]].rco==
{{Boxcode|code=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<AnimTree>
<AnimTree>
<Animation name="anim_circle_hide">
<Animation name="anim_circle_hide">
Line 349: Line 333:
</Animation>
</Animation>
</AnimTree>
</AnimTree>
</syntaxhighlight>}}
=PSP=
==system_plugin_fg.rco firmware 1.00==
Example of an animation infinite loop
{{Boxcode|code=<syntaxhighlight lang="xml">
<Animation name="anim_battery_charging">
<Fade object="object:battery" duration="0" accelMode="0x0" transparency="1" />
<Fade object="object:battery_shadow" duration="0" accelMode="0x0" transparency="1" />
<Delay time="600" />
<Fade object="object:battery" duration="0" accelMode="0x0" transparency="0" />
<Fade object="object:battery_shadow" duration="0" accelMode="0x0" transparency="0" />
<Delay time="400" />
<FireEvent event="anim:anim_battery_charging" />
</Animation>
</syntaxhighlight>}}
</syntaxhighlight>}}


{{File Formats}}<noinclude>[[Category:Main]]</noinclude>
{{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)