• Lua Animation Api
    3 replies, posted
So I have no clue how to use the animation outside of the editor and don't feel like reading a lot in the code just to find out. So could someone care to explain how to use it?
if you mean the one i'm thinking of it was probably abandoned a long time ago you know what would be a more fulfilling project for you? try and script your own code to animate objects start purely code based without a visual interface; interfaces just slow you down while developing [editline]23rd May 2016[/editline] [media]https://www.youtube.com/watch?v=f5TaenH-y6U[/media] something i did forever ago you'll be much more creative when you start from scratch
[QUOTE=bitches;50377917]if you mean the one i'm thinking of it was probably abandoned a long time ago you know what would be a more fulfilling project for you? try and script your own code to animate objects start purely code based without a visual interface; interfaces just slow you down while developing [editline]23rd May 2016[/editline] [media]https://www.youtube.com/watch?v=f5TaenH-y6U[/media] something i did forever ago you'll be much more creative when you start from scratch[/QUOTE] How would I go about doing that? I only want to animate the player using lua
I'm not very sure about setting player bone angles. If you can figure out how to do that my recommendation is to not animate the bones directly but to abstract it to animating a table where the indices are bone numbers, and then separately apply the table to the player.
Sorry, you need to Log In to post a reply to this thread.