PDA

View Full Version : Can I update animations only every few frames?



F4ll_ouT
01-20-2012, 10:43 PM
Hi all,
I thought about testing ink n paint stuff. The most cartoon games run with smooth animations which destroys the cartoon look to me. I think updating the Pawn's animations every few frames only might give a better feeling. Is it possible with uscript? Which classes contain the most useful functions for that? Thanks in advance.

Acecutter69
01-21-2012, 01:12 AM
well you have to communicate and design a animtree to do that. you will be looking into animnodes and everthing that extend it

F4ll_ouT
01-21-2012, 09:04 AM
Yeah I know how to set custom animtrees and nodes. I already made succesful tests and used them. But I'm too unexperienced to understand all that code so a few details more could help me very much to proceed into the right direction