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 1: | Line 1: | ||
=PS3= | =PS3= | ||
==anim_otherboot== | |||
== | In [[custom_render_plugin]].rco | ||
===Firmware 1.00 up to 2.80=== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
{{Boxcode| | |||
<Animation name="anim_otherboot"> | <Animation name="anim_otherboot"> | ||
<Lock unknownInt0="0xffffffff" /> | <Lock unknownInt0="0xffffffff" /> | ||
Line 41: | Line 38: | ||
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 latest=== | |||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<Animation name="anim_otherboot"> | <Animation name="anim_otherboot"> | ||
<Lock unknownInt0="0xffffffff" /> | <Lock unknownInt0="0xffffffff" /> | ||
Line 55: | Line 52: | ||
{| 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 65: | Line 62: | ||
| {{cellcolors|#aaffaa}} '''Fade'''<br>object:ps3logo || colspan="3" {{cellcolors|lightgrey}} | | {{cellcolors|#aaffaa}} '''Fade'''<br>object:ps3logo || colspan="3" {{cellcolors|lightgrey}} | ||
|- | |- | ||
| colspan=" | | colspan="2" {{cellcolors|#aaffaa}} '''FireEvent'''<br>anim_otherboot_BG3 || colspan="2" {{cellcolors|lightgrey}} | ||
|- | |- | ||
| colspan="2" {{cellcolors|#ff7777}} '''Delay'''<br>200 || {{cellcolors|#aaffaa}} '''FireEvent'''<br>anim_otherboot_BG4 || {{cellcolors|lightgrey}} | | colspan="2" {{cellcolors|#ff7777}} '''Delay'''<br>200 || {{cellcolors|#aaffaa}} '''FireEvent'''<br>anim_otherboot_BG4 || {{cellcolors|lightgrey}} | ||
Line 75: | Line 72: | ||
| colspan="10" {{cellcolors|#000000}} | | colspan="10" {{cellcolors|#000000}} | ||
|} | |} | ||
The purpose of this modification was to short the whole duration of the animation but instead of simply reducing the delay | The purpose of this modification was to short the whole duration of the animation but instead of simply reducing the delay time they also added another event with its own delay... because its sony | ||
The purpose of anim_otherboot_BG4 is unknown, but it starts only 200 miliseconds after the anim_otherboot_BG3 (the sparks animation) so it seems is hiding it at least partially because the sparks are still visibles in lates firmwares, is working as an small fade-out because the animation was not supposed to stop at 200 miliseconds so they refused to "chop" it rudelly, instead they added this event that can be considered a "visual patch" to soft the transition to the terminator event that comes next | The purpose of anim_otherboot_BG4 is unknown, but it starts only 200 miliseconds after the anim_otherboot_BG3 (the sparks animation) so it seems is hiding it at least partially because the sparks are still visibles in lates firmwares, is working as an small fade-out because the animation was not supposed to stop at 200 miliseconds so they refused to "chop" it rudelly, instead they added this event that can be considered a "visual patch" to soft the transition to the terminator event that comes next | ||
Line 81: | Line 78: | ||
The delay of only 300 miliseconds before the event anim_otherboot_Finished is what is really shorting the whole animation length, after the 300 miliseconds the event anim_otherboot_Finished is sent and the animation ends | The delay of only 300 miliseconds before the event anim_otherboot_Finished is what is really shorting the whole animation length, after the 300 miliseconds the event anim_otherboot_Finished is sent and the animation ends | ||
In short... the animation length has been reduced from the 1 second originally to 300 miliseconds ( | In short... the animation length has been reduced from the 1 second originally to 300 miliseconds (a third of a second) and an effect has been added to stop it smoothlly | ||
==anim_gameboot== | |||
{{Boxcode| | In [[gamelib_plugin]].rco | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<Animation name="anim_gameboot"> | <Animation name="anim_gameboot"> | ||
<Lock unknownInt0="0xffffffff" /> | <Lock unknownInt0="0xffffffff" /> | ||
<Fade object="object:ps3logo" duration="0" accelMode="0x0" transparency="0" /> | <Fade object="object:ps3logo" duration="0" accelMode="0x0" transparency="0" /> | ||
<Resize object="object:ps3logo" duration="0" accelMode="0x0" width="0.938" height="0.938" depth="1" /> | <Resize object="object:ps3logo" duration="0" accelMode="0x0" width="0.938" height="0.938" depth="1" /> | ||
<Delay time="500" /> | <Delay time="500" /> | ||
<Fade object="object:ps3logo" duration="863" accelMode="0x3" transparency="1" /> | <Fade object="object:ps3logo" duration="863" accelMode="0x3" transparency="1" /> | ||
<Resize object="object:ps3logo" duration="863" accelMode="0x4" width="1" height="1" depth="1" /> | <Resize object="object:ps3logo" duration="863" accelMode="0x4" width="1" height="1" depth="1" /> | ||
<Delay time="1100" /> | <Delay time="1100" /> | ||
<Fade object="object:ps3logo" duration="174" accelMode="0x1" transparency="0" /> | <Fade object="object:ps3logo" duration="174" accelMode="0x1" transparency="0" /> | ||
Line 99: | Line 95: | ||
<Delay time="1000" /> | <Delay time="1000" /> | ||
<Delay time="200" /> | <Delay time="200" /> | ||
<FireEvent event="event:native:/ | <FireEvent event="event:native:/GameLibApp_OnBootAnimationFinished" /> | ||
</Animation> | </Animation> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
In [[custom_render_plugin]].rco | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
{{Boxcode| | |||
<Animation name="anim_gameboot"> | <Animation name="anim_gameboot"> | ||
<Lock unknownInt0="0xffffffff" /> | <Lock unknownInt0="0xffffffff" /> | ||
<Fade object="object:ps3logo" duration="0" accelMode="0x0" transparency="0" /> | <Fade object="object:ps3logo" duration="0" accelMode="0x0" transparency="0" /> | ||
<Resize object="object:ps3logo" duration="0" accelMode="0x0" width="0.938" height="0.938" depth="1" /> | <Resize object="object:ps3logo" duration="0" accelMode="0x0" width="0.938" height="0.938" depth="1" /> | ||
<FireEvent event="event:native:/anim_gameboot_BG2" /> | |||
<Delay time="500" /> | <Delay time="500" /> | ||
<Fade object="object:ps3logo" duration="863" accelMode="0x3" transparency="1" /> | <Fade object="object:ps3logo" duration="863" accelMode="0x3" transparency="1" /> | ||
<Resize object="object:ps3logo" duration="863" accelMode="0x4" width="1" height="1" depth="1" /> | <Resize object="object:ps3logo" duration="863" accelMode="0x4" width="1" height="1" depth="1" /> | ||
<FireEvent event="event:native:/anim_gameboot_BG3" /> | |||
<Delay time="1100" /> | <Delay time="1100" /> | ||
<Fade object="object:ps3logo" duration="174" accelMode="0x1" transparency="0" /> | <Fade object="object:ps3logo" duration="174" accelMode="0x1" transparency="0" /> | ||
Line 172: | Line 115: | ||
<Delay time="1000" /> | <Delay time="1000" /> | ||
<Delay time="200" /> | <Delay time="200" /> | ||
<FireEvent event="event:native:/ | <FireEvent event="event:native:/anim_gameboot_Finished" /> | ||
</Animation> | </Animation> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{#ev:youtube|hNBA_ab_NqA}} | |||
== | ==anim_coldboot== | ||
== | ==anim_coldboot2== | ||
{{File Formats}}<noinclude>[[Category:Main]]</noinclude> | {{File Formats}}<noinclude>[[Category:Main]]</noinclude> |