Post Reply 
[PSP] Rcomage v1.1.1 - new RCO manipulation tool
Author Message
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #227
RE: [PSP] Rcomage v1.1.1 - new RCO manipulation tool
(02/09/2010 08:19 AM)TSENEDA Wrote:  Thanks a lot. I'll use this inis next time :P
I tested them.  This is a cube using posZ, and XYZ Resize MoveTo animations.
It worked as expected.

Spoiler for XML:

Code:
1
2
3
4
5
6
7
8
<Plane name="cube" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="anim:anim_cube" image="nothing" unknownInt18="0x0">
<Plane name="pic01" posX="0" posY="-80" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="160" height="160" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="anim:rotate" image="image:tex_pic01" unknownInt18="0x0"></Plane>
<Plane name="pic02" posX="0" posY="80" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="160" height="160" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="image:tex_pic02" unknownInt18="0x0"></Plane>
<Plane name="pic03" posX="-80" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="160" height="160" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="image:tex_pic03" unknownInt18="0x0"></Plane>
<Plane name="pic04" posX="80" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="160" height="160" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="image:tex_pic04" unknownInt18="0x0"></Plane>
<Plane name="pic05" posX="0" posY="0" objectScale="-80" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="160" height="160" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="image:tex_pic05" unknownInt18="0x0"></Plane>
<Plane name="pic06" posX="0" posY="0" objectScale="80" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="160" height="160" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="image:tex_pic06" unknownInt18="0x0"></Plane>
</Plane>


Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Animation name="rotate">
<Rotate object="object:pic01" duration="0" accelMode="0x0" x="1.57" y="0" z="0" />
<Rotate object="object:pic02" duration="0" accelMode="0x0" x="1.57" y="0" z="0" />
<Rotate object="object:pic03" duration="0" accelMode="0x0" x="" y="1.57" z="0" />
<Rotate object="object:pic04" duration="0" accelMode="0x0" x="" y="1.57" z="0" />
<Delay time="0" />
</Animation>
<Animation name="anim_cube">
<Rotate object="object:cube" duration="16000" accelMode="0x0" x="6.28" y="6.28" z="6.28" />
<Resize object="object:cube" duration="4000" accelMode="0x0" width="0.5" height="0.5" unknownFloat4="0.5" />
<Delay time="8000" />
<Resize object="object:cube" duration="4000" accelMode="0x0" width="1" height="1" unknownFloat4="1" />
<Delay time="4000" />
<MoveTo object="object:cube" duration="4000" accelMode="0x0" x="100" y="-100" unknownFloat4="100" />
<Delay time="4000" />
<MoveTo object="object:cube" duration="4000" accelMode="0x0" x="0" y="0" unknownFloat4="0" />
<Delay time="4000" />
<FireEvent object="anim:anim_cube" />
</Animation>


are there lines missing in anim:rotate>?>? i am trying to get this to work,. :) i fixxed the old rcomage differences but i think there is still 2 lines missing in anim:rotate>?>?

i got this,. only for a cube no ratating:

XML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
                                                    <Plane name="cube" posX="0" posY="0" posZ="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="anim:anim_cube" image="nothing" unknownInt18="0x0">
                                                     <Plane name="pic01" posX="0" posY="-8" posZ="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="16" height="16" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="anim:rotate" image="image:tex_pic01" unknownInt18="0x0"></Plane>
                                                     <Plane name="pic02" posX="0" posY="8" posZ="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="16" height="16" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="nothing" image="image:tex_pic02" unknownInt18="0x0"></Plane>
                                                     <Plane name="pic03" posX="-8" posY="0" posZ="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="16" height="16" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="nothing" image="image:tex_pic03" unknownInt18="0x0"></Plane>
                                                     <Plane name="pic04" posX="8" posY="0" posZ="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="16" height="16" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="nothing" image="image:tex_pic04" unknownInt18="0x0"></Plane>
                                                     <Plane name="pic05" posX="0" posY="0" posZ="-8" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="16" height="16" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="nothing" image="image:tex_pic05" unknownInt18="0x0"></Plane>
                                                     <Plane name="pic06" posX="0" posY="0" posZ="8" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="16" height="16" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="nothing" image="image:tex_pic06" unknownInt18="0x0"></Plane>
                                             </Plane>

                                <Animation name="rotate">
                                 <Rotate object="object:pic01" duration="0" accelMode="0x0" x="1.57" y="0" z="0" />
                                 <Rotate object="object:pic02" duration="0" accelMode="0x0" x="1.57" y="0" z="0" />
                                 <Rotate object="object:pic03" duration="0" accelMode="0x0" x="0" y="1.57" z="0" />
                                 <Rotate object="object:pic04" duration="0" accelMode="0x0" x="0" y="1.57" z="0" />
                                 <Delay time="0" />
                                 </Animation>


edit: hehe,. no lines are missing ;p ,. got it working,. but you can't have solid(alpha1) sides,. :( this is the simple version of patpat's xml,. ;) i did learn some good stuff trying to make a cube,. :) thanks!

de slideout function remains a mystery,. and the unknown value's in text lines are also leading to nothing,. hehe



Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
(This post was last modified: 30/01/2011 03:12 PM by Vegetano1.)
30/01/2011 06:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [PSP] Rcomage v1.1.1 - new RCO manipulation tool - Vegetano1 - 30/01/2011 06:22 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: