RCOXML ofw animations: Difference between revisions
Jump to navigation
Jump to search
(moved from RCOXML Animations) |
mNo edit summary |
||
Line 1: | Line 1: | ||
== | =PS3= | ||
==anim_otherboot== | |||
In [[custom_render_plugin]].rco | |||
===Firmware 1.00 up to 2.80=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<Animation name="anim_otherboot"> | |||
<Lock unknownInt0="0xffffffff" /> | |||
<Fade object="object:ps3logo" duration="0" accelMode="0x0" transparency="0" /> | |||
<FireEvent event="event:native:/anim_otherboot_BG3" /> | |||
<Delay time="1000" /> | |||
<FireEvent event="event:native:/anim_otherboot_Finished" /> | |||
</Animation> | |||
</syntaxhighlight>}} | |||
===Firmware 3.00 up to latest=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<Animation name="anim_otherboot"> | |||
<Lock unknownInt0="0xffffffff" /> | |||
<Fade object="object:ps3logo" duration="0" accelMode="0x0" transparency="0" /> | |||
<FireEvent event="event:native:/anim_otherboot_BG3" /> | |||
<Delay time="200" /> | |||
<FireEvent event="event:native:/anim_otherboot_BG4" /> | |||
<Delay time="300" /> | |||
<FireEvent event="event:native:/anim_otherboot_Finished" /> | |||
</Animation> | |||
</syntaxhighlight>}} | |||
==anim_gameboot== | |||
In [[gamelib_plugin]].rco | In [[gamelib_plugin]].rco | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
Line 39: | Line 65: | ||
{{#ev:youtube|hNBA_ab_NqA}} | {{#ev:youtube|hNBA_ab_NqA}} | ||
==anim_coldboot== | |||
==anim_coldboot2== | |||
{{File Formats}}<noinclude>[[Category:Main]]</noinclude> | {{File Formats}}<noinclude>[[Category:Main]]</noinclude> |
Revision as of 05:17, 1 September 2016
PS3
anim_otherboot
In custom_render_plugin.rco
Firmware 1.00 up to 2.80
Code Sample
Firmware 3.00 up to latest
Code Sample
anim_gameboot
In gamelib_plugin.rco
Code Sample
In custom_render_plugin.rco
Code Sample
anim_coldboot
anim_coldboot2
|