Jump to content

Model editor : Animation manager


YouGroove
 Share

Recommended Posts

Already lost so much time trying different values for walk, idle, run speed.

 

1 ) Ability to define speed of playing animation inside the model editor , and it would just be played at that "base" speed when playing animation in LE3 Engine.

I say base , caus you could alter this base speed for gameplay (time slowdown, replays etc ...)

 

2) Abilty to Loop play animations sequences in LE3 editor, and define them as loop or not loop

 

3) New animation system in LE3 model editor : Ability to define, animations transitions and how fast they play

 

4) ability to name animations with names instead of sequence 0,1,2 etc ...

We could enter : "walk" , "run", "idle" etc ..

And juts call these animation in code with one command, it should play with basic speed we should have defined in the model editor

 

5) States in the code are so repetitive to write and manage.

The model editor would create same states as animation names we would give to animations :

"walk" animation would create a "walk" state automatically

And we should be able to modify states names if needed.

 

6) All that :

-animation names

-animation speed

-animation blending speed

-animation loop

-animation state

All that variables would create automatically when saving the model , a Lua file to import like "CharacterNAme_Variables.LUA"

We would just imported that definition file in the script that controls the character.

 

That's named today workflow wink.png

 

 

 

.

Stop toying and make games

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...