Iprop Creation and AML Scripts in Iclone 5


https://forum.reallusion.com/Topic112702.aspx
Print Topic | Close Window

By MBusby - 12 Years Ago
I have been on the forums check it out in the backdrop and have found it most helpful. However I have come to a point where I need professional help man. I am sorta a noob, and was tryin to make some iProps. Tried doin a holographic computer interface and decided instead of animating it in each project it wud b so cool if I can build it as a prop with its own animations.

Hence I tried using the collect clip function but that led to more issues. The animations wud b stored in the perform right menu, but even after saving the prop, with the performsnces, deleting the animations it wudn't work correctly.

Now I came to AML Scripts, but it seems like my scripts from Iclone 5 do not open up in the AML Script Editor. Other Scripts that I downloaded form the net which were made in previous version of Iclone open up. Does the script editor only work for scripts generated from Iclone 3? Am kinda stuck on this.

Can anyone help me?
By Sen - 12 Years Ago
Hi ,

If you have iclone 4 , you can work your prop , anim and aml . It's work fine Wink .

By Cricky - 12 Years Ago
I've posted this before; perhaps it was missed? :

The only thing that has changed in the persona is the extension. If you search for the *.lua extension files (which is what the persona is written in now), you can change the extension to *.txt or even *.aml and still edit it using Notepad or even the AML editor. Once saved you can rename it to *.lua and the persona can be reloaded.

Chuck for instance has a *.lua persona that looks like this as text:

Chuck.lua name changed to Chuck.txt








Idle 01
TRUE


0
1



Idle 02
TRUE


0
1





Perform1
Agree
TRUE


0
1



Perform2
Disagree
TRUE


0
1



Perform3
Have no Idea
TRUE


0
1



Perform4
Laugh
TRUE


0
1



Perform5
Say Hello
TRUE


0
1



Perform6
Surprised
TRUE


0
1



Perform7
Talking01
TRUE


0
1



Perform8
Talking02
TRUE


0
1



Perform9
Thinking
TRUE


0
1



Perform10
Idle 01
TRUE


0
1



Perform11
Idle 02
TRUE


0
1





1
ForwardLRTurn
Forward
105
50
40
50
120
60
Animation
Walk_Forward
TRUE


Accelerate
0
1



Striaght
0
0



Decelerate
0
1






Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Idle\Idle_01.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Idle\Idle_02.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Agree.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Disagree.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Have no Idea.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Laugh.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Say Hello.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Surprised.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Talking01.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Talking02.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Perform\Thinking.iMotion


Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Move\Walk_start.iMotion

$
1400


$.UpperTorso
400



Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Move\Walk.iMotion

$
1400


$.UpperTorso
400



Character
$
Motion
$\iClone Template\Motion\01_G5 Motion_Chuck\Move\Walk_end.iMotion

$
1400


$.UpperTorso
400





When changed to AML ( the XML Notepad 7 editor will open it)

By The Mythical Dragon - 12 Years Ago
Good information Cricky. I also did not see it before. Thanks for reposting it.



By Sen - 12 Years Ago
It's not necessary to change aml to Lua , it's the same for personna . Take the aml file no encrypted in template folder , load into aml script editor or edit with notepad , put aml modified in the same folder (personna) , acess to personna panel .


Why encrypted export personna when personna in template folder are not encrypted and can be load and reload after change into a avatar.
Aml is for users
post 8 décembre
By MBusby - 12 Years Ago
Hey guys thanks again for the help with my AML issue. However I realise that Reallusion was the one sleeping on them. They recently released a patch in which the lua script file issues have been addressed. There in an option in the right click menu now saying LUA Scripts. It seems they heard our pleas and addressed the issue. So big up to them for that.

My problem now is not related but it was on this post I saw it. I have to do an animation in which a dollar bill is an animated character. I want it to be like the Emotidude Cricky has. The face and body is the square of the dollar and it has the hands and feet. How exactly can I achieve this in iClone.

Help needed.
By Cricky - 12 Years Ago
MBusby (4/19/2012)
Hey guys thanks again for the help with my AML issue. However I realise that Reallusion was the one sleeping on them. They recently released a patch in which the lua script file issues have been addressed. There in an option in the right click menu now saying LUA Scripts. It seems they heard our pleas and addressed the issue. So big up to them for that.

My problem now is not related but it was on this post I saw it. I have to do an animation in which a dollar bill is an animated character. I want it to be like the Emotidude Cricky has. The face and body is the square of the dollar and it has the hands and feet. How exactly can I achieve this in iClone.

Help needed.




Just a simple example...but it is a simple process...takes a few steps.

It contains a special egghead accessory I made so that characters could speak without having the need for Facial animation applied through iClone.

Not all characters can use Facial animation in iClone, but with this accessory any character that uses a standard head can use the Egghead as a substitute.

I have flattened the head to match the depth of the Bill used...normally it is in the shape of an Egg, thus the name Egghead.

The facial animation was done in DAZ using Librovox.org audio. Any voice can be used for the facial modeling and speech, including using the faces of iClone Standard Characters as the original source, to create the video applied to the Egghead so it speaks.
By MBusby - 12 Years Ago
Actually that is not really the look I was going for. I attached a pic of the look we were hoping for.
By Apparition - 12 Years Ago
I can do that in a snap!
By Dreamcube017 - 12 Years Ago
Cricky (2/15/2012)
I've posted this before; perhaps it was missed? :

The only thing that has changed in the persona is the extension. If you search for the *.lua extension files (which is what the persona is written in now), you can change the extension to *.txt or even *.aml and still edit it using Notepad or even the AML editor. Once saved you can rename it to *.lua and the persona can be reloaded.



I hate to bring this back from the grave, but let me get this right.

So you're saying, I just rename a .lua to a .aml and I can use it in the AML editor? Then rename it back to a .lua and it'll work in iClone 5? I thought that AMLs saved with the editor had some other issue that made them not work in any newer version besides iClone 3.

So basically, I can still use the AML editor?

Thanks!
By Peter (RL) - 12 Years Ago
Dreamcube017 (12/12/2012)


I hate to bring this back from the grave, but let me get this right.

So you're saying, I just rename a .lua to a .aml and I can use it in the AML editor? Then rename it back to a .lua and it'll work in iClone 5? I thought that AMLs saved with the editor had some other issue that made them not work in any newer version besides iClone 3.

So basically, I can still use the AML editor?

Thanks!

The AML Editor is not fully compatible with iClone5 and you could run into problems using it. It will probably be easier to open the Persona as a text file if you wish to edit it.