Editing RCOXML 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 52: | Line 52: | ||
==(0x0900) AnimTree== | ==(0x0900) AnimTree== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': No}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': No}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><AnimTree></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <AnimTree></syntaxhighlight>}} | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" | ||
Line 65: | Line 65: | ||
==(0x0901) Anim== | ==(0x0901) Anim== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': No}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': No}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><Anim name="label"></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <Anim name="label"></syntaxhighlight>}} | ||
The '''AnimTree''' can have one or more '''Anim''' childrens, and every '''Anim''' can have a list of the childrens listed below | The '''AnimTree''' can have one or more '''Anim''' childrens, and every '''Anim''' can have a list of the childrens listed below | ||
Line 80: | Line 80: | ||
==(0x0902) MoveTo== | ==(0x0902) MoveTo== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><MoveTo object="object:label" time="1000" accelMode="0x3" positionX="1" positionY="1" positionZ="1" positionOverrideX="0x0" positionOverrideY="0x0" positionOverrideZ="0x0" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <MoveTo object="object:label" time="1000" accelMode="0x3" positionX="1" positionY="1" positionZ="1" positionOverrideX="0x0" positionOverrideY="0x0" positionOverrideZ="0x0" /></syntaxhighlight>}} | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" | ||
Line 111: | Line 111: | ||
==(0x0903) Recolour== | ==(0x0903) Recolour== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><Recolour object="object:label" time="1000" accelMode="0x3" colorScaleR="1" colorScaleG="1" colorScaleB="1" colorScaleA="1" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <Recolour object="object:label" time="1000" accelMode="0x3" colorScaleR="1" colorScaleG="1" colorScaleB="1" colorScaleA="1" /></syntaxhighlight>}} | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" | ||
Line 138: | Line 138: | ||
==(0x0904) Rotate== | ==(0x0904) Rotate== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><Rotate object="object:label" time="1000" accelMode="0x3" radiansX="1" radiansY="1" radiansZ="1" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <Rotate object="object:label" time="1000" accelMode="0x3" radiansX="1" radiansY="1" radiansZ="1" /></syntaxhighlight>}} | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" | ||
Line 163: | Line 163: | ||
==(0x0905) Resize== | ==(0x0905) Resize== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><Resize object="object:label" time="1000" accelMode="0x3" sizeScaleX="1" sizeScaleY="1" sizeScaleZ="1" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <Resize object="object:label" time="1000" accelMode="0x3" sizeScaleX="1" sizeScaleY="1" sizeScaleZ="1" /></syntaxhighlight>}} | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" | ||
Line 188: | Line 188: | ||
==(0x0906) Fade== | ==(0x0906) Fade== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><Fade object="object:label" time="1000" accelMode="0x3" colorScaleA="1" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <Fade object="object:label" time="1000" accelMode="0x3" colorScaleA="1" /></syntaxhighlight>}} | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" | ||
Line 209: | Line 209: | ||
==(0x0907) Delay== | ==(0x0907) Delay== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><Delay time="1000" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <Delay time="1000" /></syntaxhighlight>}} | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" | ||
Line 226: | Line 226: | ||
==(0x0908) FireEvent== | ==(0x0908) FireEvent== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><FireEvent event="event:native:/runFuctionX" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <FireEvent event="event:native:/runFuctionX" /></syntaxhighlight>}} | ||
Triggers (or "fires") an event, there are different types of events (see [[RCOXML Coding]]). The most used inside animations are "native events" and "animation events" itself | Triggers (or "fires") an event, there are different types of events (see [[RCOXML Coding]]). The most used inside animations are "native events" and "animation events" itself | ||
Line 249: | Line 249: | ||
==(0x0909) Lock== | ==(0x0909) Lock== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><Lock unknownInt0="0xffffffff" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <Lock unknownInt0="0xffffffff" /></syntaxhighlight>}} | ||
Disables [[XMB]]. Note in [[Talk:Custom_render_plugin]] how '''anim_coldboot''', '''anim_coldboot2''', '''anim_gameboot''', and '''anim_otherboot''' animations starts by locking the XMB to dont interfere | Disables [[XMB]]. Note in [[Talk:Custom_render_plugin]] how '''anim_coldboot''', '''anim_coldboot2''', '''anim_gameboot''', and '''anim_otherboot''' animations starts by locking the XMB to dont interfere | ||
Line 270: | Line 270: | ||
==(0x090A) Unlock== | ==(0x090A) Unlock== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': No<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><Unlock unknownInt0="0xffffffff" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <Unlock unknownInt0="0xffffffff" /></syntaxhighlight>}} | ||
Enables [[XMB]]. Note in [[Talk:Custom_render_plugin]] how '''anim_gameboot''', and '''anim_otherboot''' animations doesnt unlocks XMB at the ending because when the animation is completed a game/app boots (doesnt returns to XMB) | Enables [[XMB]]. Note in [[Talk:Custom_render_plugin]] how '''anim_gameboot''', and '''anim_otherboot''' animations doesnt unlocks XMB at the ending because when the animation is completed a game/app boots (doesnt returns to XMB) | ||
Line 289: | Line 289: | ||
==(0x090B) SlideOut== | ==(0x090B) SlideOut== | ||
{{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | {{Boxinfo3|content='''Console support''': {{icon content psp|50px}} {{icon content ps3|50px}}<br />'''Standard attributes''': Yes<br />'''Specific attributes''': Yes}} | ||
{{Boxcode|code=<syntaxhighlight lang="xml"><SlideOut object="object:label" time="1000" accelMode="0x3" speedX="1" speedY="1" compressX="1" compressY="1" /></syntaxhighlight>}} | {{Boxcode|code=<syntaxhighlight lang="xml"> <SlideOut object="object:label" time="1000" accelMode="0x3" speedX="1" speedY="1" compressX="1" compressY="1" /></syntaxhighlight>}} | ||
{| class="wikitable" style="font-size:small;" | {| class="wikitable" style="font-size:small;" |