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: | ||
= | ==Gameboot Animation== | ||
In [[gamelib_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" /> | ||
<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 14: | ||
<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 34: | ||
<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}} | |||
{{File Formats}}<noinclude>[[Category:Main]]</noinclude> | {{File Formats}}<noinclude>[[Category:Main]]</noinclude> |