Hello guyz
I've some question about editing 6.20 topmenu_plugin.rco
How to add some text in Page Data(I'm using RCO eidtor to see this)
Like the basetop in Lockthebird777's mhp3rd620.ctf
cause I want to convert themes Like the mhfu.ctf
With some extra text/value in pagedata
and How to add Some Anim Data
I tried Hex Editing But I got some error when packing it..
you will need rcomage ;) >>
http://endlessparadigm.com/forum/showthr...?tid=19501 (also read last posts for some additional files,. but not needed,.)
take note if you copy over the basetop make sure to close it with </plane> after the </XMENU>,. you are basicly planing the xmenu to be able to move it with the basetop.
i don't change much text,. but i guess you could rcomage too,. but prob best to edit with rcoedit115,.
Thank You Very Much!! Now I can Convert Mhpfu.ctf
I've another question
Can I use The same Process With this
yes,. you prob need to use that animation because its linked (oninit) with the object,. just take a look in the xml dumped by rcomage,.
the object is linked to an image(don't foget to copy that too)
then the object can be stationary or linked to a anim in animtree,. to trigger this animation "oninit" is used in the object line,.
eg:
<Plane name="
pic01" posX="0" posY="-16" posZ="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0.3" width="32" height="32" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="
anim:rotate" image="
image:tex_pic01" unknownInt18="0x0"></Plane>
object name,..
animation name(linked to animtree and
image name(linked to image tree)
if you did't want the animation,. then delete the animation in animtree and replace the link on the object to "nothing"
Thanks!! I want to Try It now!